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

rasmodev
/
Covid-19_Sentiment_Analysis_RoBERTa_Model

Text Classification
Transformers
PyTorch
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
19

Instructions to use rasmodev/Covid-19_Sentiment_Analysis_RoBERTa_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rasmodev/Covid-19_Sentiment_Analysis_RoBERTa_Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rasmodev/Covid-19_Sentiment_Analysis_RoBERTa_Model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rasmodev/Covid-19_Sentiment_Analysis_RoBERTa_Model")
    model = AutoModelForSequenceClassification.from_pretrained("rasmodev/Covid-19_Sentiment_Analysis_RoBERTa_Model")
  • Notebooks
  • Google Colab
  • Kaggle
Covid-19_Sentiment_Analysis_RoBERTa_Model
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
rasmodev's picture
rasmodev
Upload RobertaForSequenceClassification (#17)
f10d54f verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • added_tokens.json
    75 Bytes
    Upload tokenizer (#6) over 2 years ago
  • config.json
    953 Bytes
    Upload RobertaForSequenceClassification (#18) about 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer (#2) over 2 years ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification (#18) about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    499 MB
    xet
    Upload RobertaForSequenceClassification (#15) over 2 years ago
  • special_tokens_map.json
    958 Bytes
    Upload tokenizer (#16) over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer (#6) over 2 years ago
  • tokenizer_config.json
    1.26 kB
    Upload tokenizer (#16) over 2 years ago
  • vocab.json
    798 kB
    Upload tokenizer (#2) over 2 years ago