klue/klue
Viewer • Updated • 206k • 7.36k • 92
How to use ys7yoo/sts_klue_roberta_large_ep1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ys7yoo/sts_klue_roberta_large_ep1") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ys7yoo/sts_klue_roberta_large_ep1")
model = AutoModelForSequenceClassification.from_pretrained("ys7yoo/sts_klue_roberta_large_ep1")This model is a fine-tuned version of klue/roberta-large 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 | Mse | Mae | R2 |
|---|---|---|---|---|---|---|
| 0.6739 | 1.0 | 183 | 0.4218 | 0.4218 | 0.4837 | 0.8068 |
Base model
klue/roberta-large