woodwardmw commited on
Commit
8c1636c
·
verified ·
1 Parent(s): 9d046a7

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cff24e1228174b931f5d8a337e423b2987c947900f0f3ab4249893676437624
3
  size 2322378112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d56a3392ec7713c07e9bf9fdd59d674151bef97ec8fd4ae54276d71c8749d03
3
  size 2322378112
special_tokens_map.json CHANGED
@@ -1,33 +1,15 @@
1
  {
2
  "additional_special_tokens": [
3
- "<ctc_blank>"
 
 
 
 
 
 
4
  ],
5
- "bos_token": {
6
- "content": "<s>",
7
- "lstrip": false,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "eos_token": {
13
- "content": "</s>",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false
18
- },
19
- "pad_token": {
20
- "content": "[PAD]",
21
- "lstrip": true,
22
- "normalized": false,
23
- "rstrip": true,
24
- "single_word": false
25
- },
26
- "unk_token": {
27
- "content": "[UNK]",
28
- "lstrip": true,
29
- "normalized": false,
30
- "rstrip": true,
31
- "single_word": false
32
- }
33
  }
 
1
  {
2
  "additional_special_tokens": [
3
+ {
4
+ "content": "<ctc_blank>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
  ],
11
+ "bos_token": "<s>",
12
+ "eos_token": "</s>",
13
+ "pad_token": "[PAD]",
14
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
tokenizer_config.json CHANGED
@@ -2,11 +2,11 @@
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<ctc_blank>",
5
- "lstrip": true,
6
  "normalized": false,
7
- "rstrip": true,
8
  "single_word": false,
9
- "special": false
10
  },
11
  "1": {
12
  "content": "<pad>",
@@ -67,7 +67,6 @@
67
  "extra_special_tokens": {},
68
  "model_max_length": 1000000000000000019884624838656,
69
  "pad_token": "[PAD]",
70
- "processor_class": "Wav2Vec2BertProcessor",
71
  "replace_word_delimiter_char": " ",
72
  "target_lang": null,
73
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<ctc_blank>",
5
+ "lstrip": false,
6
  "normalized": false,
7
+ "rstrip": false,
8
  "single_word": false,
9
+ "special": true
10
  },
11
  "1": {
12
  "content": "<pad>",
 
67
  "extra_special_tokens": {},
68
  "model_max_length": 1000000000000000019884624838656,
69
  "pad_token": "[PAD]",
 
70
  "replace_word_delimiter_char": " ",
71
  "target_lang": null,
72
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b56ed7eac5eb5e4c4139267545d504780cc164c4350c430595ce3bd23c31e38e
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8184fab03f340e3b7e5033108cbbd2df7bb775b51d172cdd7d65f7b45cba312
3
  size 5368