dima806 commited on
Commit
e8a4cf3
1 Parent(s): a0d5d63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -4,4 +4,22 @@ metrics:
4
  - accuracy
5
  - roc_auc
6
  ---
7
- See https://www.kaggle.com/code/dima806/common-voice-accent-classification for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - roc_auc
6
  ---
7
+ Returns common English accent given a voice audio sample.
8
+
9
+ See https://www.kaggle.com/code/dima806/common-voice-accent-classification for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ us 0.3956 0.0150 0.0290 4788
17
+ england 0.5255 0.9121 0.6668 18082
18
+ indian 0.5883 0.4586 0.5154 5656
19
+ australia 0.4962 0.0381 0.0707 5124
20
+ canada 0.3714 0.1760 0.2389 5169
21
+
22
+ accuracy 0.5220 38819
23
+ macro avg 0.4754 0.3200 0.3042 38819
24
+ weighted avg 0.4942 0.5220 0.4304 38819
25
+ ```