klue/klue
Viewer • Updated • 206k • 3.24k • 96
How to use marip/bert-base-finetuned-ynat with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="marip/bert-base-finetuned-ynat") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("marip/bert-base-finetuned-ynat")
model = AutoModelForSequenceClassification.from_pretrained("marip/bert-base-finetuned-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.4209 | 0.8587 |
| No log | 2.0 | 358 | 0.3721 | 0.8677 |
| 0.3779 | 3.0 | 537 | 0.3607 | 0.8686 |
| 0.3779 | 4.0 | 716 | 0.3659 | 0.8688 |
| 0.3779 | 5.0 | 895 | 0.3653 | 0.8701 |