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

  • Log In
  • Sign Up

GhylB
/
Sentiment_Analysis_RoBERTa

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use GhylB/Sentiment_Analysis_RoBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="GhylB/Sentiment_Analysis_RoBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("GhylB/Sentiment_Analysis_RoBERTa")
    model = AutoModelForSequenceClassification.from_pretrained("GhylB/Sentiment_Analysis_RoBERTa")
  • Notebooks
  • Google Colab
  • Kaggle
Sentiment_Analysis_RoBERTa
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
GhylB's picture
GhylB
Upload RobertaForSequenceClassification
76659f7 almost 3 years ago
  • runs
    GhylB/Sentiment_Analysis_RoBERTa almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 3 years ago
  • README.md
    1.67 kB
    update model card README.md almost 3 years ago
  • config.json
    889 Bytes
    Training in progress, step 500 almost 3 years ago
  • merges.txt
    456 kB
    Upload tokenizer almost 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    GhylB/Sentiment_Analysis_RoBERTa almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    351 Bytes
    Upload tokenizer almost 3 years ago
  • training_args.bin
    4.16 kB
    xet
    Training in progress, step 500 almost 3 years ago
  • vocab.json
    798 kB
    Upload tokenizer almost 3 years ago