Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 / assets
6.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
bakrianoo's picture
bakrianoo
upload tebyan banner
0bd57cf over 4 years ago
  • marefa-tebyan-banner.png
    1.34 MB
    upload tebyan banner over 4 years ago
  • marefa-tebyan.png
    5.06 MB
    update README over 4 years ago