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

boffire
/
kabyle-emotion-afro-xlmr

Text Classification
Transformers
Safetensors
Kabyle
ber
xlm-roberta
emotion-classification
african-languages
amazigh
low-resource
goemotions
afro-asiatic
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use boffire/kabyle-emotion-afro-xlmr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use boffire/kabyle-emotion-afro-xlmr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="boffire/kabyle-emotion-afro-xlmr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("boffire/kabyle-emotion-afro-xlmr")
    model = AutoModelForSequenceClassification.from_pretrained("boffire/kabyle-emotion-afro-xlmr")
  • Notebooks
  • Google Colab
  • Kaggle
kabyle-emotion-afro-xlmr
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
boffire's picture
boffire
Update README.md
716e80f verified 3 days ago
  • .gitattributes
    1.63 kB
    Upload confusion_matrix.png with huggingface_hub 3 days ago
  • README.md
    8.92 kB
    Update README.md 3 days ago
  • config.json
    2 kB
    v3: epoch 5, 28 GoEmotions classes, AfroXLMR-Large, 0.817 val F1 3 days ago
  • confusion_matrix.png
    333 kB
    xet
    Upload confusion_matrix.png with huggingface_hub 3 days ago
  • model.safetensors
    2.24 GB
    xet
    v3: epoch 5, 28 GoEmotions classes, AfroXLMR-Large, 0.817 val F1 3 days ago
  • tokenizer.json
    16.8 MB
    xet
    v3: tokenizer 3 days ago
  • tokenizer_config.json
    313 Bytes
    v3: tokenizer 3 days ago