wh1tet3a commited on
Commit
8eab698
·
verified ·
1 Parent(s): 8b2de2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -17,6 +17,17 @@ tags:
17
 
18
  On first run, the model will automatically download the SSL encoder `facebook/wav2vec2-xls-r-300m` via `transformers`.
19
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Quickstart
21
 
22
  ### Clone from Hugging Face
 
17
 
18
  On first run, the model will automatically download the SSL encoder `facebook/wav2vec2-xls-r-300m` via `transformers`.
19
 
20
+ ## Evaluation Results
21
+
22
+ | Model | AS19LA | AS21LA | AS21DF | AS24 | ADD22 |
23
+ |-----------|--------|--------|--------|--------|--------|
24
+ | R2NT | 7.487 | 19.130 | 19.883 | 37.620 | 49.538 |
25
+ | AASist | 27.585 | 37.407 | 33.099 | 41.001 | 47.192 |
26
+ | XSLS | 0.231 | 7.714 | 4.220 | 17.688 | 33.951 |
27
+ | TCM | **0.152** | 6.655 | **3.444** | 19.505 | 35.252 |
28
+ | AR1B | 43.793 | 40.137 | 42.994 | 35.333 | 42.139 |
29
+ | **Spectra-0** | 0.181 | **6.475** | 5.410 | **14.426** | **14.716** |
30
+
31
  ## Quickstart
32
 
33
  ### Clone from Hugging Face