e9t/nsmc
Updated • 698 • 17
How to use chunwoolee0/my_doccls_korean_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="chunwoolee0/my_doccls_korean_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/my_doccls_korean_model")
model = AutoModelForSequenceClassification.from_pretrained("chunwoolee0/my_doccls_korean_model")This model is a fine-tuned version of beomi/kcbert-base on the nsmc 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 | Accuracy |
|---|---|---|---|---|
| 0.267 | 1.0 | 2344 | 0.2482 | 0.8987 |
| 0.1751 | 2.0 | 4688 | 0.2523 | 0.9024 |
| 0.1108 | 3.0 | 7032 | 0.2942 | 0.9037 |