VladS159/romanian_speech_dataset_with_5_percent_2_speakers_synthetic_data
Viewer • Updated • 39.7k • 12
How to use VladS159/test2 with PEFT:
Task type is invalid.
How to use VladS159/test2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("VladS159/test2", dtype="auto")Configuration Parsing Warning:In adapter_config.json: "peft.task_type" must be a string
This model is a fine-tuned version of openai/whisper-small on the Romanian Speech Dataset + 5% Synthetic 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 | Wer |
|---|---|---|---|---|
| 2.0921 | 0.0113 | 50 | 1.0811 | 95.9014 |
| 0.6328 | 0.0227 | 100 | 0.4248 | 106.5981 |
Base model
openai/whisper-small
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("VladS159/test2", dtype="auto")