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
1.08 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
boda's picture
boda
add paper link
670b793 over 2 years ago
  • helpers
    init over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    2.56 kB
    add paper link over 2 years ago
  • config.json
    8.47 kB
    init over 3 years ago
  • main.py
    568 Bytes
    init over 3 years ago
  • model.safetensors
    539 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • pytorch_model.bin
    539 MB
    xet
    Upload pytorch_model.bin over 3 years ago
  • special_tokens_map.json
    112 Bytes
    init over 3 years ago
  • tokenizer_config.json
    381 Bytes
    init over 3 years ago
  • vocab.txt
    761 kB
    init over 3 years ago