Jinho11/jinho_data_2023-11-19
Viewer • Updated • 6.72k • 11
How to use Jinho11/repo_name with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Jinho11/repo_name") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Jinho11/repo_name")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Jinho11/repo_name", device_map="auto")This model is a fine-tuned version of openai/whisper-base on the jinho_data 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 | Cer |
|---|---|---|---|---|
| 0.3344 | 2.43 | 1000 | 0.5535 | 19.6948 |
| 0.1546 | 4.85 | 2000 | 0.5602 | 16.2194 |
| 0.0505 | 7.28 | 3000 | 0.6095 | 15.7197 |
| 0.0266 | 9.71 | 4000 | 0.6363 | 15.4890 |
Base model
openai/whisper-base