Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +2 -2
- preprocessor_config.json +9 -0
- pytorch_model.bin +2 -2
- runs/Aug09_19-15-55_988d569b501a/events.out.tfevents.1691608669.988d569b501a.2326.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": false,
|
5 |
"architectures": [
|
@@ -90,7 +90,7 @@
|
|
90 |
"num_hidden_layers": 2,
|
91 |
"pad_token_id": 0,
|
92 |
"torch_dtype": "float32",
|
93 |
-
"transformers_version": "4.
|
94 |
"use_weighted_layer_sum": false,
|
95 |
"vocab_size": 32
|
96 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ntu-spml/distilhubert",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": false,
|
5 |
"architectures": [
|
|
|
90 |
"num_hidden_layers": 2,
|
91 |
"pad_token_id": 0,
|
92 |
"torch_dtype": "float32",
|
93 |
+
"transformers_version": "4.31.0",
|
94 |
"use_weighted_layer_sum": false,
|
95 |
"vocab_size": 32
|
96 |
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0,
|
7 |
+
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
pytorch_model.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:3c1d5afd27212fbdae84f5cbbdea913bfbe343db50de16e0a4a7de2290cd6e92
|
3 |
+
size 94783376
|
runs/Aug09_19-15-55_988d569b501a/events.out.tfevents.1691608669.988d569b501a.2326.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f97787820161b644c65a3276eb9932659539aee6971f68e4b267edbb579c54ab
|
3 |
+
size 8971
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43ef10ed42fcfca72568098f9fc3e5c90a0f6cb30629a5fcf557c500d628b4b9
|
3 |
+
size 4027
|