juliensimon HF staff commited on
Commit
81cabbe
1 Parent(s): 2081854

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
5
  datasets:
6
  - speech_commands
@@ -26,6 +27,7 @@ model-index:
26
 
27
  This model is a fine-tuned version of [facebook/wav2vec2-conformer-rel-pos-large](https://huggingface.co/facebook/wav2vec2-conformer-rel-pos-large) on the speech_commands dataset.
28
 
 
29
  It has been trained for 10 epochs on the [speech_commands](https://huggingface.co/datasets/speech_commands) dataset:
30
  - subset v0.02
31
  - full training set
@@ -37,11 +39,10 @@ It achieves the following results on the evaluation set:
37
 
38
  ## Model description
39
 
40
- More information needed
41
 
42
  ## Intended uses & limitations
43
 
44
- More information needed
45
 
46
  ## Training and evaluation data
47
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - language: en
5
  - generated_from_trainer
6
  datasets:
7
  - speech_commands
 
27
 
28
  This model is a fine-tuned version of [facebook/wav2vec2-conformer-rel-pos-large](https://huggingface.co/facebook/wav2vec2-conformer-rel-pos-large) on the speech_commands dataset.
29
 
30
+
31
  It has been trained for 10 epochs on the [speech_commands](https://huggingface.co/datasets/speech_commands) dataset:
32
  - subset v0.02
33
  - full training set
 
39
 
40
  ## Model description
41
 
 
42
 
43
  ## Intended uses & limitations
44
 
45
+ The model can spot one of the following keywords: "Yes", "No", "Up", "Down", "Left", "Right", "On", "Off", "Stop", "Go", "Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Bed", "Bird", "Cat", "Dog", "Happy", "House", "Marvin", "Sheila", "Tree", "Wow", "Backward", "Forward", "Follow", "Learn", "Visual".
46
 
47
  ## Training and evaluation data
48