Instructions to use LumousInTheWild/acha_sentiment_test_wangchan_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LumousInTheWild/acha_sentiment_test_wangchan_new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LumousInTheWild/acha_sentiment_test_wangchan_new")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LumousInTheWild/acha_sentiment_test_wangchan_new") model = AutoModelForSequenceClassification.from_pretrained("LumousInTheWild/acha_sentiment_test_wangchan_new") - Notebooks
- Google Colab
- Kaggle
Upload CamembertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 421017156
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d00437f7b03899f3ad87dce342aaea14cdf959a9151fe4df6e24084d532eb6a
|
| 3 |
size 421017156
|