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

sid321axn
/
minilm-finetuned-emotionclassification

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

Instructions to use sid321axn/minilm-finetuned-emotionclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sid321axn/minilm-finetuned-emotionclassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sid321axn/minilm-finetuned-emotionclassification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sid321axn/minilm-finetuned-emotionclassification")
    model = AutoModelForSequenceClassification.from_pretrained("sid321axn/minilm-finetuned-emotionclassification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
minilm-finetuned-emotionclassification
135 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
sid321axn's picture
sid321axn
Update README.md
45cfd36 almost 4 years ago
  • runs
    Success is guaranteed! almost 4 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 4 years ago
  • README.md
    3.29 kB
    Update README.md almost 4 years ago
  • config.json
    1.12 kB
    Training in progress, step 500 almost 4 years ago
  • pytorch_model.bin
    134 MB
    xet
    Success is guaranteed! almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 almost 4 years ago
  • tokenizer.json
    711 kB
    Training in progress, step 500 almost 4 years ago
  • tokenizer_config.json
    533 Bytes
    Training in progress, step 500 almost 4 years ago
  • training_args.bin
    3.44 kB
    xet
    Training in progress, step 500 almost 4 years ago
  • vocab.txt
    232 kB
    Training in progress, step 500 almost 4 years ago