huseinzol05
commited on
Commit
•
0b9b0fb
1
Parent(s):
7799685
add model
Browse files- README.md +19 -43
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -11,61 +11,37 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# wav2vec2-xls-r-300m-mixed
|
13 |
|
14 |
-
|
|
|
15 |
|
16 |
-
This model was finetuned on 3 languages,
|
17 |
|
18 |
-
|
19 |
-
2. Singlish
|
20 |
-
3. Mandarin
|
21 |
|
22 |
-
|
23 |
|
24 |
-
##
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
-
len(malay), len(singlish), len(mandarin)
|
30 |
-
-> (765, 3579, 614)
|
31 |
-
```
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
38 |
-
CER: 0.05082346216269688
|
39 |
-
WER: 0.14251665517797765
|
40 |
-
CER with LM: 0.042868860764264445
|
41 |
-
WER with LM: 0.10380217528405207
|
42 |
-
```
|
43 |
|
44 |
-
|
|
|
|
|
45 |
|
46 |
-
|
47 |
-
CER: 0.05027226867066105
|
48 |
-
WER: 0.21723938552369926
|
49 |
-
CER with LM: 0.03601546154013878
|
50 |
-
WER with LM: 0.13593624603428525
|
51 |
-
```
|
52 |
|
53 |
-
Singlish evaluation,
|
54 |
|
55 |
-
```
|
56 |
-
CER: 0.05161275767676772
|
57 |
-
WER: 0.1331819722523124
|
58 |
-
CER with LM: 0.04419848182804781
|
59 |
-
WER with LM: 0.09859626021111582
|
60 |
-
```
|
61 |
|
62 |
-
|
63 |
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
WER with LM: 0.09411065398455744
|
69 |
-
```
|
70 |
-
|
71 |
-
Language model from https://huggingface.co/huseinzol05/language-model-bahasa-manglish-combined
|
|
|
11 |
|
12 |
# wav2vec2-xls-r-300m-mixed
|
13 |
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
|
|
|
17 |
|
18 |
+
## Model description
|
|
|
|
|
19 |
|
20 |
+
More information needed
|
21 |
|
22 |
+
## Intended uses & limitations
|
23 |
|
24 |
+
More information needed
|
25 |
|
26 |
+
## Training and evaluation data
|
|
|
|
|
|
|
27 |
|
28 |
+
More information needed
|
29 |
|
30 |
+
## Training procedure
|
31 |
|
32 |
+
### Training hyperparameters
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- optimizer: None
|
36 |
+
- training_precision: float32
|
37 |
|
38 |
+
### Training results
|
|
|
|
|
|
|
|
|
|
|
39 |
|
|
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
+
### Framework versions
|
43 |
|
44 |
+
- Transformers 4.18.0
|
45 |
+
- TensorFlow 2.6.0
|
46 |
+
- Datasets 2.1.0
|
47 |
+
- Tokenizers 0.12.1
|
|
|
|
|
|
|
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262429728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab874f96f3fd9d022b30636174df952c354c9f14eecf60a3b9af36d252673905
|
3 |
size 1262429728
|