defunct-datasets/eli5
Updated • 29.3k • 52
How to use joddiy/my_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="joddiy/my_awesome_eli5_mlm_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("joddiy/my_awesome_eli5_mlm_model")
model = AutoModelForMaskedLM.from_pretrained("joddiy/my_awesome_eli5_mlm_model")This model is a fine-tuned version of distilroberta-base on the eli5 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 |
|---|---|---|---|
| 2.2476 | 1.0 | 1128 | 2.0795 |
| 2.1662 | 2.0 | 2256 | 2.0502 |
| 2.1006 | 3.0 | 3384 | 2.0148 |
Base model
distilbert/distilroberta-base