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

  • Log In
  • Sign Up

DunnBC22
/
bertweet-base-Twitter_Sentiment_Analysis_v3

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

Instructions to use DunnBC22/bertweet-base-Twitter_Sentiment_Analysis_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DunnBC22/bertweet-base-Twitter_Sentiment_Analysis_v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="DunnBC22/bertweet-base-Twitter_Sentiment_Analysis_v3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DunnBC22/bertweet-base-Twitter_Sentiment_Analysis_v3")
    model = AutoModelForSequenceClassification.from_pretrained("DunnBC22/bertweet-base-Twitter_Sentiment_Analysis_v3")
  • Notebooks
  • Google Colab
  • Kaggle
bertweet-base-Twitter_Sentiment_Analysis_v3
542 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
DunnBC22's picture
DunnBC22
Update README.md
bf3680d verified about 1 month ago
  • runs
    All Dunn!!! about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 3 years ago
  • README.md
    4.31 kB
    Update README.md about 1 month ago
  • added_tokens.json
    22 Bytes
    Training in progress, epoch 1 about 3 years ago
  • bpe.codes
    1.08 MB
    Training in progress, epoch 1 about 3 years ago
  • config.json
    977 Bytes
    Training in progress, epoch 1 about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    540 MB
    xet
    All Dunn!!! about 3 years ago
  • special_tokens_map.json
    167 Bytes
    Training in progress, epoch 1 about 3 years ago
  • tokenizer_config.json
    379 Bytes
    Training in progress, epoch 1 about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    3.63 kB
    xet
    Training in progress, epoch 1 about 3 years ago
  • vocab.txt
    843 kB
    Training in progress, epoch 1 about 3 years ago