Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Hailay
/
EXLMR

Zero-Shot Classification
Transformers
Safetensors
Amharic
Tigrinya
xlm-roberta
text-classification
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use Hailay/EXLMR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="Hailay/EXLMR")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Hailay/EXLMR")
    model = AutoModelForSequenceClassification.from_pretrained("Hailay/EXLMR")
  • Notebooks
  • Google Colab
  • Kaggle
EXLMR
1.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Hailay's picture
Hailay
Update README.md
87d8aea verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.51 kB
    Update README.md over 1 year ago
  • added_tokens.json
    1.08 MB
    Upload 6 files over 1 year ago
  • config.json
    721 Bytes
    Upload 6 files over 1 year ago
  • model.safetensors
    1.2 GB
    xet
    Upload 6 files over 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    280 Bytes
    Upload 6 files over 1 year ago
  • tokenizer_config.json
    5.75 MB
    Upload 6 files over 1 year ago