klue/klue
Viewer • Updated • 206k • 7.07k • 92
How to use tucan9389/kcbert-base-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="tucan9389/kcbert-base-finetuned") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("tucan9389/kcbert-base-finetuned")
model = AutoModelForSequenceClassification.from_pretrained("tucan9389/kcbert-base-finetuned")This model is a fine-tuned version of beomi/kcbert-base on the klue 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.4612 | 1.0 | 2855 | 0.5216 | 0.8143 |
| 0.3061 | 2.0 | 5710 | 0.5130 | 0.8248 |
| 0.2129 | 3.0 | 8565 | 0.6062 | 0.8257 |
| 0.1337 | 4.0 | 11420 | 0.7393 | 0.8330 |
| 0.0653 | 5.0 | 14275 | 0.8651 | 0.8302 |