Upload folder using huggingface_hub
Browse files
whisper_dialect_merged/classifier.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:295d56c1034f91881f4acf945b4be12a36e878775fdcf112283fb696eb53f424
|
| 3 |
+
size 5175765
|
whisper_dialect_merged/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "whisper_encoder_mlp",
|
| 3 |
+
"whisper_model": "xezpeleta/whisper-large-v3-eu",
|
| 4 |
+
"num_classes": 5,
|
| 5 |
+
"classes": [
|
| 6 |
+
"central",
|
| 7 |
+
"nav-lab",
|
| 8 |
+
"navarrese",
|
| 9 |
+
"souletin",
|
| 10 |
+
"western"
|
| 11 |
+
],
|
| 12 |
+
"num_train": 43590,
|
| 13 |
+
"num_val": 29219,
|
| 14 |
+
"num_test": 44765,
|
| 15 |
+
"test_accuracy": 0.7032503071596113,
|
| 16 |
+
"test_macro_f1": 0.5192785221589918,
|
| 17 |
+
"hidden_dim": 768,
|
| 18 |
+
"dropout": 0.3,
|
| 19 |
+
"batch_size": 64,
|
| 20 |
+
"learning_rate": 0.0005,
|
| 21 |
+
"epochs": 100,
|
| 22 |
+
"train_time_s": 72.5,
|
| 23 |
+
"pooling": "mean_std_max",
|
| 24 |
+
"num_segments": null,
|
| 25 |
+
"attention_dim": null,
|
| 26 |
+
"balanced_subsample": 10000,
|
| 27 |
+
"class_weights": false
|
| 28 |
+
}
|