billingsmoore commited on
Commit
6877941
·
verified ·
1 Parent(s): c553096

Point dataset reference to renamed billingsmoore/nict-tib1 repo

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  - 8bit
13
  base_model: openai/whisper-tiny
14
  datasets:
15
- - billingsmoore/tibetan-asr
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/tibetan-asr
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/tibetan-asr), 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
 
 
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