rexarski/eli5_category
Updated • 450 • 19
How to use Ellio98/sutra_ai_eli5_clm-model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ellio98/sutra_ai_eli5_clm-model", dtype="auto")This model is a fine-tuned version of 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 |
|---|---|---|---|
| 1.4954 | 1.0 | 1275 | 1.0247 |
| 0.6187 | 2.0 | 2550 | 0.5819 |
| 0.4296 | 3.0 | 3825 | 0.4215 |
| 0.3121 | 4.0 | 5100 | 0.3497 |
| 0.2738 | 5.0 | 6375 | 0.3272 |