marsyas/gtzan
Updated • 1.85k • 17
How to use QuanHcmus/results with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("QuanHcmus/results")
model = AutoModelForSeq2SeqLM.from_pretrained("QuanHcmus/results")This model is a fine-tuned version of facebook/blenderbot-400M-distill on the GTZAN 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 |
|---|---|---|---|
| 0.1876 | 1.0 | 838 | 0.1622 |
| 0.149 | 2.0 | 1676 | 0.1604 |
| 0.1226 | 3.0 | 2514 | 0.1657 |
| 0.1066 | 4.0 | 3352 | 0.1708 |
| 0.0944 | 5.0 | 4190 | 0.1755 |
Base model
facebook/blenderbot-400M-distill