rexarski/eli5_category
Updated • 360 • 20
How to use mg0515/my_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="mg0515/my_awesome_eli5_mlm_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("mg0515/my_awesome_eli5_mlm_model")
model = AutoModelForMaskedLM.from_pretrained("mg0515/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 |
|---|---|---|---|
| 2.2412 | 1.0 | 1334 | 2.0563 |
| 2.1867 | 2.0 | 2668 | 2.0486 |
| 2.1246 | 3.0 | 4002 | 2.0139 |
Base model
distilbert/distilroberta-base