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

ignatius
/
igbo_model

Token Classification
Transformers
PyTorch
Safetensors
Igbo
xlm-roberta
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ignatius/igbo_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ignatius/igbo_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ignatius/igbo_model")
    model = AutoModelForTokenClassification.from_pretrained("ignatius/igbo_model")
  • Notebooks
  • Google Colab
  • Kaggle
igbo_model
962 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
ignatius's picture
ignatius
Update README.md
ceec085 almost 3 years ago
  • .gitattributes
    1.57 kB
    Add igbo_model files almost 3 years ago
  • README.md
    44 Bytes
    Update README.md almost 3 years ago
  • config.json
    1.29 kB
    Add igbo_model files almost 3 years ago
  • desktop.ini
    244 Bytes
    Add igbo_model files almost 3 years ago
  • eval_results.txt
    109 Bytes
    Upload 10 files almost 3 years ago
  • model.safetensors
    470 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    470 MB
    xet
    Upload 10 files almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add igbo_model files almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Add igbo_model files almost 3 years ago
  • test_predictions.txt
    41.5 kB
    Upload 10 files almost 3 years ago
  • test_results.txt
    109 Bytes
    Upload 10 files almost 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Add igbo_model files almost 3 years ago
  • tokenizer_config.json
    418 Bytes
    Add igbo_model files almost 3 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "argparse.Namespace"

    How to fix it?

    1.4 kB
    xet
    Upload 10 files almost 3 years ago