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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bhadresh-savani
/
bertweet-base-finetuned-emotion

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
5

Instructions to use bhadresh-savani/bertweet-base-finetuned-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bhadresh-savani/bertweet-base-finetuned-emotion with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bhadresh-savani/bertweet-base-finetuned-emotion")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bhadresh-savani/bertweet-base-finetuned-emotion")
    model = AutoModelForSequenceClassification.from_pretrained("bhadresh-savani/bertweet-base-finetuned-emotion", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bertweet-base-finetuned-emotion
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
autoevaluator's picture
autoevaluator HF Staff
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator
29de39a over 3 years ago
  • runs
    Training completed! about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 about 4 years ago
  • README.md
    5.93 kB
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator over 3 years ago
  • added_tokens.json
    17 Bytes
    Training in progress, step 500 about 4 years ago
  • bpe.codes
    1.08 MB
    Training in progress, step 500 about 4 years ago
  • config.json
    1.06 kB
    Align label mapping with emotion dataset (#1) about 4 years ago
  • pytorch_model.bin
    540 MB
    xet
    Training completed! about 4 years ago
  • special_tokens_map.json
    150 Bytes
    Training in progress, step 500 about 4 years ago
  • tokenizer_config.json
    500 Bytes
    Training in progress, step 500 about 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    2.93 kB
    xet
    Training in progress, step 500 about 4 years ago
  • vocab.txt
    843 kB
    Training in progress, step 500 about 4 years ago