Text Classification
Transformers
TensorBoard
Safetensors
Thai
camembert
Generated from Trainer
text-embeddings-inference
Instructions to use SandboxBhh/sentiment-thai-text-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SandboxBhh/sentiment-thai-text-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SandboxBhh/sentiment-thai-text-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SandboxBhh/sentiment-thai-text-model") model = AutoModelForSequenceClassification.from_pretrained("SandboxBhh/sentiment-thai-text-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Added logistic regression model for Thai sentiment analysis
Browse files
logistic_regression_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea6666b30791b369a61522196ea5d87d993aca600f2aca3c1d225511f3d5e6da
|
| 3 |
+
size 144375
|