klue/klue
Viewer • Updated • 206k • 6.83k • 93
How to use rurupang/roberta-base-finetuned-sts with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="rurupang/roberta-base-finetuned-sts") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("rurupang/roberta-base-finetuned-sts")
model = AutoModelForSequenceClassification.from_pretrained("rurupang/roberta-base-finetuned-sts")This model is a fine-tuned version of klue/roberta-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 | Pearsonr |
|---|---|---|---|---|
| No log | 1.0 | 329 | 0.2462 | 0.9478 |
| 1.2505 | 2.0 | 658 | 0.1671 | 0.9530 |
| 1.2505 | 3.0 | 987 | 0.1890 | 0.9525 |
| 0.133 | 4.0 | 1316 | 0.2360 | 0.9548 |
| 0.0886 | 5.0 | 1645 | 0.2265 | 0.9528 |
| 0.0886 | 6.0 | 1974 | 0.2097 | 0.9518 |
| 0.0687 | 7.0 | 2303 | 0.2281 | 0.9523 |
| 0.0539 | 8.0 | 2632 | 0.2212 | 0.9542 |
| 0.0539 | 9.0 | 2961 | 0.1843 | 0.9532 |
| 0.045 | 10.0 | 3290 | 0.1999 | 0.9560 |
| 0.0378 | 11.0 | 3619 | 0.2357 | 0.9533 |
| 0.0378 | 12.0 | 3948 | 0.2134 | 0.9541 |
| 0.033 | 13.0 | 4277 | 0.2273 | 0.9540 |
| 0.03 | 14.0 | 4606 | 0.2148 | 0.9533 |
| 0.03 | 15.0 | 4935 | 0.2207 | 0.9534 |