yenpolin commited on
Commit
aeeecb0
·
1 Parent(s): 94dc6f7

Model save

Browse files
config.json CHANGED
@@ -42,7 +42,7 @@
42
  2
43
  ],
44
  "ctc_loss_reduction": "mean",
45
- "ctc_zero_infinity": false,
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:ee6ce82a8665dc9e5d5d0488e5b3bfe1abc9577198e1417759feb36485b66556
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:2b2d852f4a7e3e56655afd0124ae29d522c7a02b1895934ec243d7041f3da5c7
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}