Training in progress, step 1000
Browse files- config.json +3 -3
- model.safetensors +1 -1
- preprocessor_config.json +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"2": "Chungcheong-do",
|
35 |
"3": "Jeju-do",
|
36 |
"4": "Gangwon-do",
|
37 |
-
"5": "
|
38 |
},
|
39 |
"initializer_range": 0.02,
|
40 |
"intermediate_size": 4096,
|
@@ -44,7 +44,7 @@
|
|
44 |
"Gyeongsang-do": "0",
|
45 |
"Jeju-do": "3",
|
46 |
"Jeolla-do": "1",
|
47 |
-
"
|
48 |
},
|
49 |
"layer_norm_eps": 1e-05,
|
50 |
"layerdrop": 0.1,
|
@@ -91,7 +91,7 @@
|
|
91 |
1
|
92 |
],
|
93 |
"torch_dtype": "float32",
|
94 |
-
"transformers_version": "4.
|
95 |
"use_intermediate_ffn_before_adapter": false,
|
96 |
"use_weighted_layer_sum": false,
|
97 |
"vocab_size": null,
|
|
|
34 |
"2": "Chungcheong-do",
|
35 |
"3": "Jeju-do",
|
36 |
"4": "Gangwon-do",
|
37 |
+
"5": "Seoul_Gyeonggi-do"
|
38 |
},
|
39 |
"initializer_range": 0.02,
|
40 |
"intermediate_size": 4096,
|
|
|
44 |
"Gyeongsang-do": "0",
|
45 |
"Jeju-do": "3",
|
46 |
"Jeolla-do": "1",
|
47 |
+
"Seoul_Gyeonggi-do": "5"
|
48 |
},
|
49 |
"layer_norm_eps": 1e-05,
|
50 |
"layerdrop": 0.1,
|
|
|
91 |
1
|
92 |
],
|
93 |
"torch_dtype": "float32",
|
94 |
+
"transformers_version": "4.48.0",
|
95 |
"use_intermediate_ffn_before_adapter": false,
|
96 |
"use_weighted_layer_sum": false,
|
97 |
"vocab_size": null,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2325242152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65bf123907eb7e99b6b1f35eb22b56003986e12d310d5510ab38936fc1d61e8b
|
3 |
size 2325242152
|
preprocessor_config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 1,
|
7 |
"processor_class": "Wav2Vec2BertProcessor",
|
8 |
-
"return_attention_mask":
|
9 |
"sampling_rate": 16000,
|
10 |
"stride": 2
|
11 |
}
|
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 1,
|
7 |
"processor_class": "Wav2Vec2BertProcessor",
|
8 |
+
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000,
|
10 |
"stride": 2
|
11 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53ef338c276f8fa633f6f3c0807bd94d19b27576a1f3911e0d45bcca385d708a
|
3 |
+
size 5432
|