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

  • Log In
  • Sign Up

Antalela
/
sentiLARE

Text Classification
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Antalela/sentiLARE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Antalela/sentiLARE")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Antalela/sentiLARE")
    model = AutoModelForSequenceClassification.from_pretrained("Antalela/sentiLARE")
  • Notebooks
  • Google Colab
  • Kaggle
sentiLARE
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Antalela's picture
Antalela
Update README
6659f10 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.21 kB
    Update README 9 months ago
  • config.json
    1.01 kB
    Upload RobertaForSequenceClassification 9 months ago
  • merges.txt
    506 kB
    Upload tokenizer 9 months ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification 9 months ago
  • special_tokens_map.json
    1.01 kB
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    1.3 kB
    Upload tokenizer 9 months ago
  • vocab.json
    1.05 MB
    Upload tokenizer 9 months ago