Kosuke-Szk
commited on
Commit
•
3feaaf2
1
Parent(s):
d3a94cb
Update README.md
Browse files
README.md
CHANGED
@@ -53,16 +53,23 @@ for i, predicted_sentence in enumerate(predicted_sentences):
|
|
53 |
print("Prediction:", predicted_sentence)
|
54 |
```
|
55 |
|
56 |
-
|
57 |
|
58 |
In the table below I report the Character Error Rate (CER) of the model tested on [TEDxJP-10K](https://github.com/laboroai/TEDxJP-10K) dataset.
|
59 |
-
|
60 |
| Model | CER |
|
61 |
| ------------- | ------------- |
|
62 |
| Ivydata/wav2vec2-large-xlsr-53-japanese | **27.87%** |
|
63 |
| jonatasgrosman/wav2vec2-large-xlsr-53-japanese | 34.18% |
|
64 |
| vumichien/wav2vec2-large-xlsr-japanese | 37.72% |
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
## Citation
|
68 |
If you want to cite this model you can use this:
|
|
|
53 |
print("Prediction:", predicted_sentence)
|
54 |
```
|
55 |
|
56 |
+
## Test Result
|
57 |
|
58 |
In the table below I report the Character Error Rate (CER) of the model tested on [TEDxJP-10K](https://github.com/laboroai/TEDxJP-10K) dataset.
|
|
|
59 |
| Model | CER |
|
60 |
| ------------- | ------------- |
|
61 |
| Ivydata/wav2vec2-large-xlsr-53-japanese | **27.87%** |
|
62 |
| jonatasgrosman/wav2vec2-large-xlsr-53-japanese | 34.18% |
|
63 |
| vumichien/wav2vec2-large-xlsr-japanese | 37.72% |
|
64 |
|
65 |
+
### Test Inference Examples
|
66 |
+
| Reference | Prediction |
|
67 |
+
| ------------- | ------------- |
|
68 |
+
| ただ選択するのではなくどう考えて選択をするのか | ただ洗濯するのではなくどう考えて洗択をするのか |
|
69 |
+
| この巨大な構造物を宇宙に作ることができた人間 | この巨大な構造物を宇宙に作ることができた人間 |
|
70 |
+
| 何かしら嫌いになっていってしまったわけですよね | 何にかしら気段になっっていってしまったおけどすね |
|
71 |
+
| そんな僕だからこそ言えることは筋肉を変えれば自分が変わってくるし | んな僕らからこスえることは筋肉を変えれば自分が変わってくし |
|
72 |
+
| そうするとその言葉を使って未来のイメージを形作っていくことができると | そうするとその言葉を使って未来のイメーージを形作っていことができると |
|
73 |
|
74 |
## Citation
|
75 |
If you want to cite this model you can use this:
|