Instructions to use Johnson8187/Chinese-Emotion-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Johnson8187/Chinese-Emotion-Small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Johnson8187/Chinese-Emotion-Small")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Johnson8187/Chinese-Emotion-Small") model = AutoModelForSequenceClassification.from_pretrained("Johnson8187/Chinese-Emotion-Small") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
67a4ccc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b62eef09f53b32da7928f88221ed3fd3c5b1364cee7d0e7ee5ec1bf492b9a63d
size 16316379
|