rexarski/eli5_category
Updated • 554 • 18
How to use yujinieeeeee/25S2_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="yujinieeeeee/25S2_awesome_eli5_mlm_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("yujinieeeeee/25S2_awesome_eli5_mlm_model")
model = AutoModelForMaskedLM.from_pretrained("yujinieeeeee/25S2_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.2523 | 1.0 | 1317 | 2.1078 |
| 2.1472 | 2.0 | 2634 | 2.0448 |
| 2.1356 | 3.0 | 3951 | 2.0261 |
Base model
distilbert/distilroberta-base