Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

marefa-nlp
/
marefa-ner

Token Classification
Transformers
PyTorch
Arabic
xlm-roberta
Model card Files Files and versions
xet
Community
3

Instructions to use marefa-nlp/marefa-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marefa-nlp/marefa-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="marefa-nlp/marefa-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("marefa-nlp/marefa-ner")
    model = AutoModelForTokenClassification.from_pretrained("marefa-nlp/marefa-ner")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
marefa-ner
2.25 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 37 commits
bakrianoo's picture
bakrianoo
update README with a new banner
9715002 over 4 years ago
  • assets
    upload tebyan banner over 4 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    10.1 kB
    update README with a new banner over 4 years ago
  • config.json
    1.56 kB
    update NER model over 4 years ago
  • pytorch_model.bin
    2.24 GB
    xet
    update NER model over 4 years ago
  • rng_state.pth
    14.5 kB
    xet
    update NER model over 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    update NER model over 4 years ago
  • special_tokens_map.json
    239 Bytes
    update tokenizer resources almost 5 years ago
  • tokenizer.json
    9.08 MB
    update NER model over 4 years ago
  • tokenizer_config.json
    399 Bytes
    update NER model over 4 years ago
  • trainer_state.json
    4.77 kB
    update NER model over 4 years ago
  • training_args.bin
    2.74 kB
    xet
    update NER model over 4 years ago