denden commited on
Commit
4374ace
1 Parent(s): ef2c4d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  FINETUNED ILOKANO SPEECH RECOGNITION FROM WAV2VEC-XLSR-S3
1
+ ---
2
+ language:
3
+ - iloko
4
+
5
+ license: Academic Free License v3.0 # Example: apache-2.0 or any license from https://hf.co/docs/hub/model-repos#list-of-license-identifiers
6
+ tags:
7
+ - audio # Example: audio
8
+ - automatic speech recognition # Example: automatic-speech-recognition
9
+ - speech # Example: speech
10
+ - {tag_3} # Example to specify a library: allennlp
11
+ datasets:
12
+ - own dataset # Example: common_voice. Use dataset id from https://hf.co/datasets
13
+ metrics:
14
+ - wer # Example: wer. Use metric id from https://hf.co/metrics
15
+
16
+ # Optional. Add this if you want to encode your eval results in a structured way.
17
+ model-index:
18
+ - name: iloko-model
19
+ results:
20
+ - task:
21
+ type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
22
+ name: Iloko Speech Recognition # Optional. Example: Speech Recognition
23
+ #dataset:
24
+ #type: own dataset # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
25
+ #name: iloko_dataset # Required. Example: Common Voice zh-CN
26
+ #args: {arg_0} # Optional. Example: zh-CN
27
+ metrics:
28
+ - type: wer # Required. Example: wer
29
+ value: 0.08 # Required. Example: 20.90
30
+ name: TEST WETR # Optional. Example: Test WER
31
+ # args: {arg_0} # Optional. Example for BLEU: max_order
32
+ ---
33
  FINETUNED ILOKANO SPEECH RECOGNITION FROM WAV2VEC-XLSR-S3