Training in progress, epoch 1
Browse files- config.json +6 -6
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "healthy",
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
-
"flux laryngitis": "
|
| 21 |
"healthy": "0",
|
| 22 |
-
"hyperkinetic dysphonia": "
|
| 23 |
-
"hypokinetic dysphonia": "
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"max_length": 1024,
|
|
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "healthy",
|
| 13 |
+
"1": "hypokinetic dysphonia",
|
| 14 |
+
"2": "flux laryngitis",
|
| 15 |
+
"3": "hyperkinetic dysphonia"
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
+
"flux laryngitis": "2",
|
| 21 |
"healthy": "0",
|
| 22 |
+
"hyperkinetic dysphonia": "3",
|
| 23 |
+
"hypokinetic dysphonia": "1"
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"max_length": 1024,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 344796192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:319d413141194e4fce2b26b9855e7a1ed931f50e792a96abcb4d86ec3433a98d
|
| 3 |
size 344796192
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88b74cad735e2dd4f4b723c6a1e7cc1eb1eff64d5c3562e9de25e03d1c62c8c5
|
| 3 |
size 5304
|