Instructions to use tezign/Erlangshen-Sentiment-FineTune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tezign/Erlangshen-Sentiment-FineTune with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tezign/Erlangshen-Sentiment-FineTune")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tezign/Erlangshen-Sentiment-FineTune") model = AutoModelForSequenceClassification.from_pretrained("tezign/Erlangshen-Sentiment-FineTune") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 23b9777
trek90s commited on
Update README.md 8ef6aae
trek90s commited on
Update README.md 1b7118c
trek90s commited on
Update README.md 4ec9fa4
trek90s commited on
Update README.md 5ea1bf8
trek90s commited on
Update README.md d5968f3
trek90s commited on
Update README.md 1de3fd6
trek90s commited on
Upload README.md 2a65f35
trek90s commited on
add model b061262
trek90s commited on
add tokenizer 966c585
trek90s commited on
initial commit 71e4125
trek90s commited on