lunarlist/tagging_thai
Viewer • Updated • 131k • 11
How to use lunarlist/pos_thai_phayathai with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="lunarlist/pos_thai_phayathai") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("lunarlist/pos_thai_phayathai")
model = AutoModelForTokenClassification.from_pretrained("lunarlist/pos_thai_phayathai")This model is a fine-tuned version of clicknext/phayathaibert on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.0882 | 1.0 | 7344 | 0.0845 | 0.9585 | 0.9563 | 0.9574 | 0.9713 |
| 0.0709 | 2.0 | 14688 | 0.0795 | 0.9578 | 0.9598 | 0.9588 | 0.9725 |
Base model
clicknext/phayathaibert