Automatic Speech Recognition
PEFT
Safetensors
Tibetan
tibetan
low-resource
whisper
lora
8bit
Eval Results (legacy)
Instructions to use billingsmoore/tibetan-asr-nict-tib1-whisper-tiny-lora-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use billingsmoore/tibetan-asr-nict-tib1-whisper-tiny-lora-8bit with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Point dataset reference to renamed billingsmoore/nict-tib1 repo
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
- 8bit
|
| 13 |
base_model: openai/whisper-tiny
|
| 14 |
datasets:
|
| 15 |
-
- billingsmoore/
|
| 16 |
metrics:
|
| 17 |
- cer
|
| 18 |
- wer
|
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
type: automatic-speech-recognition
|
| 24 |
name: Automatic Speech Recognition
|
| 25 |
dataset:
|
| 26 |
-
type: billingsmoore/
|
| 27 |
name: NICT-Tib1 (Lhasa Tibetan)
|
| 28 |
split: test
|
| 29 |
metrics:
|
|
@@ -53,7 +53,7 @@ Base model weights are loaded in 8-bit precision (symmetric rounding, double qua
|
|
| 53 |
|
| 54 |
## Training data
|
| 55 |
|
| 56 |
-
Fine-tuned on [NICT-Tib1](https://huggingface.co/datasets/billingsmoore/
|
| 57 |
|
| 58 |
## Training procedure
|
| 59 |
|
|
|
|
| 12 |
- 8bit
|
| 13 |
base_model: openai/whisper-tiny
|
| 14 |
datasets:
|
| 15 |
+
- billingsmoore/nict-tib1
|
| 16 |
metrics:
|
| 17 |
- cer
|
| 18 |
- wer
|
|
|
|
| 23 |
type: automatic-speech-recognition
|
| 24 |
name: Automatic Speech Recognition
|
| 25 |
dataset:
|
| 26 |
+
type: billingsmoore/nict-tib1
|
| 27 |
name: NICT-Tib1 (Lhasa Tibetan)
|
| 28 |
split: test
|
| 29 |
metrics:
|
|
|
|
| 53 |
|
| 54 |
## Training data
|
| 55 |
|
| 56 |
+
Fine-tuned on [NICT-Tib1](https://huggingface.co/datasets/billingsmoore/nict-tib1), a corpus of transcribed Lhasa Tibetan speech from 20 speakers (Soky, Gong & Li, 2022). The data was split by speaker (85/15, not by utterance) so that no speaker appears in both splits: 15,099 training utterances from 17 speakers, 1,547 test utterances from the remaining 3 speakers.
|
| 57 |
|
| 58 |
## Training procedure
|
| 59 |
|