ottomoritz/TriboliumCastaneum
Viewer • Updated • 1.89M • 10
How to use ottomoritz/TriboliumGPN with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="ottomoritz/TriboliumGPN") # Load model directly
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained("ottomoritz/TriboliumGPN", dtype="auto")This model is a fine-tuned version of on the ottomoritz/TriboliumCastaneum 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.217 | 0.0833 | 10000 | nan |
| 1.1568 | 0.1667 | 20000 | nan |
| 1.1522 | 0.25 | 30000 | nan |
| 1.1443 | 0.3333 | 40000 | nan |
| 1.1404 | 0.4167 | 50000 | nan |
| 1.1329 | 0.5 | 60000 | nan |
| 1.1323 | 0.5833 | 70000 | nan |
| 1.1292 | 0.6667 | 80000 | nan |
| 1.1264 | 0.75 | 90000 | nan |
| 1.1312 | 0.8333 | 100000 | nan |
| 1.1305 | 0.9167 | 110000 | nan |
| 1.1285 | 1.0 | 120000 | nan |