CogComp/trec
Updated • 18.1k • 48
How to use marzieh-maleki/roberta-small-ucic with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="marzieh-maleki/roberta-small-ucic") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("marzieh-maleki/roberta-small-ucic")
model = AutoModelForSequenceClassification.from_pretrained("marzieh-maleki/roberta-small-ucic", device_map="auto")This model is a fine-tuned version of smallbenchnlp/roberta-small on the trec 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 | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| 3.73 | 0.6462 | 50 | 3.5638 | 0.176 | 0.0067 | 0.0039 | 0.0222 |
| 3.436 | 1.2843 | 100 | 3.3628 | 0.176 | 0.0067 | 0.0039 | 0.0222 |
| 3.2804 | 1.9305 | 150 | 3.1425 | 0.26 | 0.0321 | 0.0488 | 0.0520 |
| 3.0182 | 2.5687 | 200 | 2.9318 | 0.384 | 0.0672 | 0.0688 | 0.0930 |
| 2.8872 | 3.2068 | 250 | 2.7501 | 0.468 | 0.1066 | 0.1073 | 0.1278 |
| 2.7232 | 3.8530 | 300 | 2.6119 | 0.492 | 0.1109 | 0.1051 | 0.1370 |
| 2.5765 | 4.4911 | 350 | 2.4985 | 0.508 | 0.1228 | 0.1211 | 0.1477 |
| 2.4639 | 5.1292 | 400 | 2.4120 | 0.514 | 0.1250 | 0.1241 | 0.1502 |
| 2.4198 | 5.7754 | 450 | 2.3442 | 0.524 | 0.1307 | 0.1230 | 0.1575 |
| 2.332 | 6.4136 | 500 | 2.2935 | 0.53 | 0.1321 | 0.1202 | 0.1606 |
| 2.2779 | 7.0517 | 550 | 2.2594 | 0.536 | 0.1359 | 0.1210 | 0.1672 |
| 2.2767 | 7.6979 | 600 | 2.2363 | 0.538 | 0.1379 | 0.1243 | 0.1676 |
| 2.2479 | 8.3360 | 650 | 2.2224 | 0.542 | 0.1367 | 0.1195 | 0.1703 |
| 2.2666 | 8.9822 | 700 | 2.2161 | 0.542 | 0.1365 | 0.1192 | 0.1703 |
| 2.2366 | 9.6204 | 750 | 2.2140 | 0.542 | 0.1365 | 0.1192 | 0.1703 |
Base model
smallbenchnlp/roberta-small