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: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3ad9ef6 almost 3 years ago
  • .gitattributes
    1.57 kB
    Add igbo_model files almost 3 years ago
  • README.md
    30 Bytes
    initial commit 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
    Add igbo_model files almost 3 years ago
  • model.safetensors
    470 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin
    470 MB
    xet
    Add igbo_model 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
    234 kB
    Add igbo_model files almost 3 years ago
  • test_results.txt
    109 Bytes
    Add igbo_model 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
    1.4 kB
    xet
    Add igbo_model files almost 3 years ago