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

  • Log In
  • Sign Up

boda
/
ANER

Token Classification
Transformers
PyTorch
Safetensors
Arabic
bert
ner
Arabic-NER
Model card Files Files and versions
xet
Community
2

Instructions to use boda/ANER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use boda/ANER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="boda/ANER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("boda/ANER")
    model = AutoModelForTokenClassification.from_pretrained("boda/ANER")
  • Notebooks
  • Google Colab
  • Kaggle
ANER / helpers
9.88 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
boda
init
0e55bc2 over 3 years ago
  • __pycache__
    init over 3 years ago
  • download_model.py
    890 Bytes
    init over 3 years ago
  • helper.py
    5.23 kB
    init over 3 years ago