rexarski/eli5_category
Updated • 472 • 20
How to use swritchie/my_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="swritchie/my_awesome_eli5_mlm_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("swritchie/my_awesome_eli5_mlm_model")
model = AutoModelForMaskedLM.from_pretrained("swritchie/my_awesome_eli5_mlm_model")This model is a fine-tuned version of distilbert/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.246 | 1.0 | 1342 | 2.0680 |
| 2.2029 | 2.0 | 2684 | 2.0359 |
| 2.1053 | 3.0 | 4026 | 2.0237 |
Base model
distilbert/distilroberta-base