rexarski/eli5_category
Updated • 404 • 20
How to use faaany/my_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="faaany/my_awesome_eli5_mlm_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("faaany/my_awesome_eli5_mlm_model")
model = AutoModelForMaskedLM.from_pretrained("faaany/my_awesome_eli5_mlm_model", device_map="auto")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 |
|---|---|---|---|
| No log | 1.0 | 282 | 2.1147 |
| 2.3066 | 2.0 | 564 | 2.1163 |
| 2.3066 | 3.0 | 846 | 2.0410 |
Base model
distilbert/distilroberta-base