klue/klue
Viewer • Updated • 206k • 7.26k • 92
How to use ehddnr301/bert-base-ehddnr-ynat with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ehddnr301/bert-base-ehddnr-ynat") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ehddnr301/bert-base-ehddnr-ynat")
model = AutoModelForSequenceClassification.from_pretrained("ehddnr301/bert-base-ehddnr-ynat")This model is a fine-tuned version of klue/bert-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 | F1 |
|---|---|---|---|---|
| No log | 1.0 | 179 | 0.4398 | 0.8548 |
| No log | 2.0 | 358 | 0.3587 | 0.8721 |
| 0.3859 | 3.0 | 537 | 0.3639 | 0.8707 |
| 0.3859 | 4.0 | 716 | 0.3592 | 0.8692 |
| 0.3859 | 5.0 | 895 | 0.3646 | 0.8717 |