new run
Browse files- README.md +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
- vocab.json +1 -1
README.md
CHANGED
@@ -110,4 +110,4 @@ def evaluate(batch):
|
|
110 |
result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
111 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
112 |
```
|
113 |
-
**Test Result**:
|
|
|
110 |
result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
111 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
112 |
```
|
113 |
+
**Test Result**: 43.7 %
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262073239
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce360fd780e088d740adec796f104e48f31161946276c10489e45ae3da26bd6b
|
3 |
size 1262073239
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2351
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e153bfab921c0ecf2614bd33d36bf75c3a81ef0c6d9f75e345bc6f4fced7f4b
|
3 |
size 2351
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"e": 0, "o": 1, "á": 2, "c": 3, "p": 4, "i": 5, "m": 6, "a": 7, "-": 8, "n": 9, "x": 10, "b": 11, "l": 12, "t": 13, "u": 14, "k": 15, "ó": 16, "v": 17, "g": 19, "é": 20, "h": 21, "r": 22, "í": 23, "d": 24, "y": 25, "f": 26, "ú": 27, "'": 28, "w": 29, "s": 30, "j": 31, "|": 18, "[UNK]": 32, "[PAD]": 33}
|