orieg/elsevier-oa-cc-by
Updated • 123 • 15
How to use egumasa/roberta-base-academic with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="egumasa/roberta-base-academic") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("egumasa/roberta-base-academic")
model = AutoModelForMaskedLM.from_pretrained("egumasa/roberta-base-academic")This model is a fine-tuned version of roberta-base on a combination of Elsevier OA CC-by dataset and other corpora of university essays such as BAWE and MICUSP. 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 |
|---|---|---|---|
| 1.671 | 1.0 | 338 | 1.5581 |
| 1.6395 | 1.99 | 676 | 1.5276 |
| 1.5991 | 2.99 | 1014 | 1.5108 |
| 1.5659 | 3.99 | 1352 | 1.4903 |
| 1.5393 | 4.99 | 1690 | 1.4668 |
| 1.5178 | 5.98 | 2028 | 1.4621 |
| 1.4962 | 6.98 | 2366 | 1.4388 |
| 1.4783 | 7.98 | 2704 | 1.4320 |
| 1.4652 | 8.97 | 3042 | 1.4216 |
| 1.4542 | 9.97 | 3380 | 1.4180 |