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

SinaLab
/
ArabicNER-Wojood

Token Classification
Transformers
TensorBoard
Arabic
bert
fill-mask
Named Entity Recognition
Arabic NER
Nested NER
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use SinaLab/ArabicNER-Wojood with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SinaLab/ArabicNER-Wojood with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="SinaLab/ArabicNER-Wojood")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("SinaLab/ArabicNER-Wojood")
    model = AutoModelForMaskedLM.from_pretrained("SinaLab/ArabicNER-Wojood")
  • Notebooks
  • Google Colab
  • Kaggle
ArabicNER-Wojood
3.45 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 30 commits
ALTAH's picture
ALTAH
Upload 3 files
41f515d verified about 2 years ago
  • checkpoints
    Upload 11 files about 2 years ago
  • tensorboard
    Upload 11 files about 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.31 kB
    Update README.md over 2 years ago
  • args.json
    1.71 kB
    Upload 2 files about 2 years ago
  • config.json
    384 Bytes
    Upload 5 files over 2 years ago
  • flax_model.msgpack
    541 MB
    xet
    Upload 3 files about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    543 MB
    xet
    Upload 3 files about 2 years ago
  • special_tokens_map.json
    112 Bytes
    Upload 5 files over 2 years ago
  • tag_vocab.pkl

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torchtext.vocab.vocab.Vocab",
    • "torchtext._torchtext.Vocab"

    How to fix it?

    3.8 kB
    xet
    Upload 2 files about 2 years ago
  • tf_model.h5
    742 MB
    xet
    Upload 3 files about 2 years ago
  • tokenizer.json
    2.31 MB
    Upload 5 files over 2 years ago
  • tokenizer_config.json
    611 Bytes
    Upload 5 files over 2 years ago
  • train.log
    129 kB
    Update Nested NER model about 3 years ago
  • vocab.txt
    656 kB
    Upload 5 files over 2 years ago