rexarski/eli5_category
Updated • 543 • 18
How to use Ella01/my_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="Ella01/my_awesome_eli5_mlm_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Ella01/my_awesome_eli5_mlm_model")
model = AutoModelForMaskedLM.from_pretrained("Ella01/my_awesome_eli5_mlm_model")This model is a fine-tuned version of distilroberta-base on the eli5_category 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 |
|---|---|---|---|
| No log | 1.0 | 18 | 2.2152 |
| No log | 2.0 | 36 | 2.0432 |
| No log | 3.0 | 54 | 1.9996 |
Base model
distilbert/distilroberta-base