michsethowusu commited on
Commit
3de6042
·
verified ·
1 Parent(s): 9c68fd4

Upload baseline_comparison.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. baseline_comparison.json +41 -34
baseline_comparison.json CHANGED
@@ -30,40 +30,6 @@
30
  "avg_latency_ms": 234.92,
31
  "device": "cpu"
32
  },
33
- "audeering_wav2vec2_age_gender": {
34
- "accuracy": 0.9354,
35
- "macro_f1": 0.9353,
36
- "n_scored": 2215,
37
- "avg_latency_ms": 49.51,
38
- "device": "cuda"
39
- },
40
- "alefiury_wav2vec2_librispeech": {
41
- "accuracy": 0.9111,
42
- "macro_f1": 0.9105,
43
- "n_scored": 2215,
44
- "avg_latency_ms": 50.48,
45
- "device": "cuda"
46
- },
47
- "prithivmlmods_common_voice": {
48
- "accuracy": 0.94,
49
- "macro_f1": 0.9399,
50
- "n_scored": 2215,
51
- "avg_latency_ms": 18.64,
52
- "device": "cuda"
53
- },
54
- "jaesunghuh_ecapa_voxceleb": {
55
- "accuracy": 0.9341,
56
- "macro_f1": 0.9339,
57
- "n_scored": 2215,
58
- "avg_latency_ms": 38.6,
59
- "device": "cuda"
60
- },
61
- "griko_svm_ecapa_voxceleb": {
62
- "accuracy": 0.9314,
63
- "macro_f1": 0.9312,
64
- "avg_latency_ms": 451.36,
65
- "device": "cpu"
66
- },
67
  "baseline_metadata": {
68
  "audeering_wav2vec2_age_gender": {
69
  "repo": "audeering/wav2vec2-large-robust-24-ft-age-gender",
@@ -95,5 +61,46 @@
95
  "license": "Apache-2.0",
96
  "note": "ECAPA-TDNN embeddings + SVM, binary female/male"
97
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  }
99
  }
 
30
  "avg_latency_ms": 234.92,
31
  "device": "cpu"
32
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  "baseline_metadata": {
34
  "audeering_wav2vec2_age_gender": {
35
  "repo": "audeering/wav2vec2-large-robust-24-ft-age-gender",
 
61
  "license": "Apache-2.0",
62
  "note": "ECAPA-TDNN embeddings + SVM, binary female/male"
63
  }
64
+ },
65
+ "audeering_wav2vec2_age_gender_gpu": {
66
+ "accuracy": 0.9354,
67
+ "macro_f1": 0.9353,
68
+ "n_scored": 2215,
69
+ "avg_latency_ms": 49.51,
70
+ "device": "cuda"
71
+ },
72
+ "alefiury_wav2vec2_librispeech_gpu": {
73
+ "accuracy": 0.9111,
74
+ "macro_f1": 0.9105,
75
+ "n_scored": 2215,
76
+ "avg_latency_ms": 50.48,
77
+ "device": "cuda"
78
+ },
79
+ "prithivmlmods_common_voice_gpu": {
80
+ "accuracy": 0.94,
81
+ "macro_f1": 0.9399,
82
+ "n_scored": 2215,
83
+ "avg_latency_ms": 18.64,
84
+ "device": "cuda"
85
+ },
86
+ "jaesunghuh_ecapa_voxceleb_gpu": {
87
+ "accuracy": 0.9341,
88
+ "macro_f1": 0.9339,
89
+ "n_scored": 2215,
90
+ "avg_latency_ms": 38.6,
91
+ "device": "cuda"
92
+ },
93
+ "griko_svm_ecapa_voxceleb_cpu": {
94
+ "accuracy": 0.9314,
95
+ "macro_f1": 0.9312,
96
+ "avg_latency_ms": 451.36,
97
+ "device": "cpu"
98
+ },
99
+ "audeering_wav2vec2_age_gender_cpu": {
100
+ "accuracy": 0.9354,
101
+ "macro_f1": 0.9353,
102
+ "n_scored": 2215,
103
+ "avg_latency_ms": 1378.37,
104
+ "device": "cpu"
105
  }
106
  }