Household_Robot
Collection
The final models which are deployed to FYP's Household Robot. • 4 items • Updated
How to use borisPMC/HouseHolder_WhisperSmall with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="borisPMC/HouseHolder_WhisperSmall") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("borisPMC/HouseHolder_WhisperSmall")
model = AutoModelForSpeechSeq2Seq.from_pretrained("borisPMC/HouseHolder_WhisperSmall")This model is a fine-tuned version of openai/whisper-small on the None 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 Ortho |
|---|---|---|---|---|
| No log | 0 | 0 | 3.3948 | 99.2079 |
| 1.2079 | 1.0 | 29 | 0.1921 | 14.6535 |
| 0.1011 | 2.0 | 58 | 0.2017 | 12.0792 |
| 0.0393 | 3.0 | 87 | 0.1752 | 10.0990 |
| 0.0221 | 4.0 | 116 | 0.1907 | 9.9010 |
| 0.005 | 5.0 | 145 | 0.1853 | 10.4950 |
Base model
openai/whisper-small