bourdoiscatie commited on
Commit
1b39aef
1 Parent(s): b9d81cc

add language tags

Browse files
Files changed (1) hide show
  1. README.md +23 -15
README.md CHANGED
@@ -1,5 +1,13 @@
1
  ---
2
- language: multilingual
 
 
 
 
 
 
 
 
3
  tags:
4
  - LID
5
  - spoken language recognition
@@ -11,17 +19,17 @@ metrics:
11
  inference: false
12
  ---
13
 
14
-
15
- # Spoken Language Identification Model
16
-
17
- ## Model description
18
-
19
- The model can classify a speech utterance according to the language spoken.
20
- It covers following different languages (
21
- English,
22
- Indonesian,
23
- Japanese,
24
- Korean,
25
- Thai,
26
- Vietnamese,
27
- Mandarin Chinese).
 
1
  ---
2
+ language:
3
+ - multilingual
4
+ - en
5
+ - id
6
+ - ja
7
+ - ko
8
+ - th
9
+ - vi
10
+ - zh
11
  tags:
12
  - LID
13
  - spoken language recognition
 
19
  inference: false
20
  ---
21
 
22
+
23
+ # Spoken Language Identification Model
24
+
25
+ ## Model description
26
+
27
+ The model can classify a speech utterance according to the language spoken.
28
+ It covers following different languages (
29
+ English,
30
+ Indonesian,
31
+ Japanese,
32
+ Korean,
33
+ Thai,
34
+ Vietnamese,
35
+ Mandarin Chinese).