kamilakesbi commited on
Commit
3179a5e
·
verified ·
1 Parent(s): 28648ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -20,16 +20,16 @@ Each model has been fine-tuned on a specific Callhome language subset. They achi
20
 
21
  | Callhome dataset subset | Model | DER | False alarm | Missed detection| Confusion |
22
  | ------------------------| ------------- | ------------- | ------------- | --------------- | ------------- |
23
- | Japanese | Pretrained | 25.44 | 2.3 | 17.45 | 5.69 |
24
  | | Fine-tuned | 18.23 | 6.31 | 6.91 | 5.01 |
25
- | Spanish | Pretrained | Content Cell | Content Cell | Content Cell | Content Cell |
26
- | | Fine-tuned | Content Cell | Content Cell | Content Cell | Content Cell |
27
- | English | Pretrained | Content Cell | Content Cell | Content Cell | Content Cell |
28
- | | Fine-tuned | Content Cell | Content Cell | Content Cell | Content Cell |
29
- | German | Pretrained | Content Cell | Content Cell | Content Cell | Content Cell |
30
- | | Fine-tuned | Content Cell | Content Cell | Content Cell | Content Cell |
31
- | Chinese | Pretrained | Content Cell | Content Cell | Content Cell | Content Cell |
32
- | | Fine-tuned | Content Cell | Content Cell | Content Cell | Content Cell |
33
 
34
 
35
  Note: Results have been obtained using the [test script](https://github.com/kamilakesbi/diarizers/blob/main/test_segmentation.py) from diarizers.
 
20
 
21
  | Callhome dataset subset | Model | DER | False alarm | Missed detection| Confusion |
22
  | ------------------------| ------------- | ------------- | ------------- | --------------- | ------------- |
23
+ | Japanese | Pretrained | 25.44 | 2.30 | 17.45 | 5.69 |
24
  | | Fine-tuned | 18.23 | 6.31 | 6.91 | 5.01 |
25
+ | Spanish | Pretrained | 33.44 | 2.59 | 2.519 | 5.66 |
26
+ | | Fine-tuned | 25.72 | 6.87 | 12.73 | 6.12 |
27
+ | English | Pretrained | 22.16 | 6.29 | 10.97 | 4.90 |
28
+ | | Fine-tuned | 18.40 | 7.10 | 6.98 | 4.32 |
29
+ | German | Pretrained | 21.90 | 3.10 | 14.25 | 4.55 |
30
+ | | Fine-tuned | 16.75 | 5.00 | 7.75 | 4.00 |
31
+ | Chinese | Pretrained | 19.73 | 4.81 | 9.82 | 5.11 |
32
+ | | Fine-tuned | 15.95 | 5.04 | 7.24 | 3.68 |
33
 
34
 
35
  Note: Results have been obtained using the [test script](https://github.com/kamilakesbi/diarizers/blob/main/test_segmentation.py) from diarizers.