Model save
Browse files- config.json +1 -1
- preprocessor_config.json +9 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
- vocab.json +1 -0
config.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
| 42 |
2
|
| 43 |
],
|
| 44 |
"ctc_loss_reduction": "mean",
|
| 45 |
-
"ctc_zero_infinity":
|
| 46 |
"diversity_loss_weight": 0.1,
|
| 47 |
"do_stable_layer_norm": true,
|
| 48 |
"eos_token_id": 2,
|
|
|
|
| 42 |
2
|
| 43 |
],
|
| 44 |
"ctc_loss_reduction": "mean",
|
| 45 |
+
"ctc_zero_infinity": true,
|
| 46 |
"diversity_loss_weight": 0.1,
|
| 47 |
"do_stable_layer_norm": true,
|
| 48 |
"eos_token_id": 2,
|
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.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 19245712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2847dcd98deb36844e1359ab2815b56dae6489f7538d26e2548a8328e3381164
|
| 3 |
size 19245712
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0bd164c3a1478c44a9f2f865274fe452d2b2a0cc8b2275e08b7cae6bdeca5a
|
| 3 |
size 3439
|
vocab.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{",": 1, "0": 2, "1": 3, "2": 4, "3": 5, "4": 6, "[": 7, "]": 8, "|": 0, "[UNK]": 9, "[PAD]": 10}
|