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

BillyLin
/
text-emotion-classification

Text Classification
Transformers
Safetensors
Chinese
English
emotion
Model card Files Files and versions
xet
Community

Instructions to use BillyLin/text-emotion-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BillyLin/text-emotion-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="BillyLin/text-emotion-classification")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("BillyLin/text-emotion-classification", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
text-emotion-classification
413 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
BillyLin's picture
BillyLin
Update README.md
b3ba79a 5 months ago
  • sentiment_roberta
    text-emotion-classification 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • .gitignore
    747 Bytes
    text-emotion-classification 5 months ago
  • LICENSE
    11.4 kB
    text-emotion-classification 5 months ago
  • README.md
    2.31 kB
    Update README.md 5 months ago
  • README_zh.md
    1.91 kB
    text-emotion-classification 5 months ago
  • emotion-classification-train.csv
    2.96 MB
    text-emotion-classification 5 months ago
  • environment.yml
    3.81 kB
    text-emotion-classification 5 months ago
  • main.py
    2.92 kB
    text-emotion-classification 5 months ago
  • text-emotion-classification.py
    2.15 kB
    text-emotion-classification 5 months ago
  • text-emotion.yaml
    95 Bytes
    text-emotion-classification 5 months ago
  • train-data-preload.py
    2.09 kB
    text-emotion-classification 5 months ago