mosesdaudu commited on
Commit
eb2be49
·
1 Parent(s): d81209b

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer_config.json +2 -34
  3. training_args.bin +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f208e7084be747987996386e7fd87161116f645256eaf15534d8ccdd7ffed5a
3
  size 377659230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e182c32bd7af3cc257eda2c117b93c4766c3f084935dafc91177d3f7632738b8
3
  size 377659230
tokenizer_config.json CHANGED
@@ -1,46 +1,14 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "<pad>",
5
- "lstrip": true,
6
- "normalized": false,
7
- "rstrip": true,
8
- "single_word": false,
9
- "special": false
10
- },
11
- "1": {
12
- "content": "<s>",
13
- "lstrip": true,
14
- "normalized": false,
15
- "rstrip": true,
16
- "single_word": false,
17
- "special": false
18
- },
19
- "2": {
20
- "content": "</s>",
21
- "lstrip": true,
22
- "normalized": false,
23
- "rstrip": true,
24
- "single_word": false,
25
- "special": false
26
- },
27
- "3": {
28
- "content": "<unk>",
29
- "lstrip": true,
30
- "normalized": false,
31
- "rstrip": true,
32
- "single_word": false,
33
- "special": false
34
- }
35
- },
36
  "bos_token": "<s>",
37
  "clean_up_tokenization_spaces": true,
38
  "do_lower_case": false,
 
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "<pad>",
42
  "processor_class": "Wav2Vec2Processor",
43
  "replace_word_delimiter_char": " ",
 
44
  "target_lang": null,
45
  "token": false,
46
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
  "do_lower_case": false,
5
+ "do_normalize": true,
6
  "eos_token": "</s>",
7
  "model_max_length": 1000000000000000019884624838656,
8
  "pad_token": "<pad>",
9
  "processor_class": "Wav2Vec2Processor",
10
  "replace_word_delimiter_char": " ",
11
+ "return_attention_mask": false,
12
  "target_lang": null,
13
  "token": false,
14
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:118df2da4715581931d444f1c2e857bcb2536cbe337fb86edfcc6d7668cff774
3
  size 4344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4f27bc3e2465cdd9d5005d18714b0aa5d4aff632b9c9a2b944b58a3dbdb427
3
  size 4344