khanhld3 commited on
Commit
05581be
·
1 Parent(s): 8e686a6

[test] init

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -94,12 +94,26 @@ The [Documentation](#) and [Implementation](#) of ChunkFormer are publicly avail
94
  ---
95
  <a name = "benchmark" ></a>
96
  ## Benchmark Results
97
- | STT | Model | #Params | Vivos | Common Voice | VLSP - Task 1 | Avg. |
98
- |-----|--------------|--------|-------|--------------|---------------|------|
99
- | 1 | ChunkFormer | 110M | x | x | x | x |
100
- | 2 | [vinai/PhoWhisper-large](https://huggingface.co/vinai/PhoWhisper-large) | 1.55B | 4.67 | 8.14 | 13.75 | 8.85 |
101
- | 3 | [nguyenvulebinh/wav2vec2-base-vietnamese-250h](nguyenvulebinh/wav2vec2-base-vietnamese-250h) | 95M | 10.77 | 18.34 | 13.33 | 14.15 |
102
- | 4 | [khanhld/wav2vec2-base-vietnamese-160h](https://huggingface.co/khanhld/wav2vec2-base-vietnamese-160h) | 95M | 15.05 | 10.78 | x | x |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
 
104
  ---
105
  <a name = "usage" ></a>
 
94
  ---
95
  <a name = "benchmark" ></a>
96
  ## Benchmark Results
97
+
98
+ 1. **Public Models**:
99
+
100
+ | STT | Model | #Params | Vivos | Common Voice | VLSP - Task 1 | Avg. |
101
+ |-----|------------------------------------------------------------------------|---------|-------|--------------|---------------|------|
102
+ | 1 | ChunkFormer | 110M | x | x | x | x |
103
+ | 2 | [vinai/PhoWhisper-large](https://huggingface.co/vinai/PhoWhisper-large) | 1.55B | 4.67 | 8.14 | 13.75 | 8.85 |
104
+ | 3 | [nguyenvulebinh/wav2vec2-base-vietnamese-250h](https://huggingface.co/nguyenvulebinh/wav2vec2-base-vietnamese-250h) | 95M | 10.77 | 18.34 | 13.33 | 14.15 |
105
+ | 4 | [khanhld/wav2vec2-base-vietnamese-160h](https://huggingface.co/khanhld/wav2vec2-base-vietnamese-160h) | 95M | 15.05 | 10.78 | x | x |
106
+ | 5 | [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) | 1.55B | x | x | 20.4 | x |
107
+
108
+ 2. **Private Models (API)**:
109
+
110
+ | STT | Model | VLSP - Task 1 |
111
+ |-----|--------|---------------|
112
+ | 1 | ChunkFormer | x |
113
+ | 2 | Viettel | 14.5 |
114
+ | 3 | Google | 19.5 |
115
+ | 4 | FPT | 28.8 |
116
+
117
 
118
  ---
119
  <a name = "usage" ></a>