adrianSauer commited on
Commit
cecd945
·
verified ·
1 Parent(s): f8a3038

End of training

Browse files
README.md CHANGED
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: constant_with_warmup
45
  - lr_scheduler_warmup_steps: 1
46
- - training_steps: 2
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: constant_with_warmup
45
  - lr_scheduler_warmup_steps: 1
46
+ - training_steps: 1
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 45,
3
+ "<s>": 44
4
+ }
preprocessor_config.json CHANGED
@@ -4,6 +4,7 @@
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
 
7
  "return_attention_mask": true,
8
  "sampling_rate": 16000
9
  }
 
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2Processor",
8
  "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }
runs/Mar16_11-14-24_48d916490ba5/events.out.tfevents.1710587666.48d916490ba5.3036.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30976612e1a9fb3b1e628e888eaa24cd7b65e1b9e0ebd092978d2112c464cd19
3
+ size 6214
runs/Mar16_11-14-24_48d916490ba5/events.out.tfevents.1710587786.48d916490ba5.3036.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1dbf8a858a7d8f0adec49b552605f18d812c935face12929dc1d6de8a8d5f47
3
+ size 6214
runs/Mar16_11-20-12_48d916490ba5/events.out.tfevents.1710588016.48d916490ba5.4583.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afaad6c03b7b10e25af75e38ad1bd024002540b77a38c1d98aa5a72396db428
3
+ size 6214
runs/Mar16_11-25-16_48d916490ba5/events.out.tfevents.1710588361.48d916490ba5.5852.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d78c84f5fd889676367a419ccc0d1f1c4d4fbd5a4e5d73c846773755e199c324
3
+ size 6556
special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "</s>",
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<s>",
19
+ "eos_token": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "pad_token": "[PAD]",
27
+ "unk_token": "[UNK]"
28
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "42": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "43": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "44": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "45": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "additional_special_tokens": [
37
+ "<s>",
38
+ "</s>"
39
+ ],
40
+ "bos_token": "<s>",
41
+ "clean_up_tokenization_spaces": true,
42
+ "do_lower_case": false,
43
+ "eos_token": "</s>",
44
+ "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token": "[PAD]",
46
+ "processor_class": "Wav2Vec2Processor",
47
+ "replace_word_delimiter_char": " ",
48
+ "target_lang": null,
49
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
50
+ "unk_token": "[UNK]",
51
+ "word_delimiter_token": "|"
52
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3115f2114e5a8ee6cbd9f9d85849f167048ba98562f718824ad6985eb9563c2c
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a201acfefb14716e9683976c17306c558d45637c96174f9e31a314ac3aba445b
3
  size 5048
vocab.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "'": 1,
3
+ "[PAD]": 43,
4
+ "[UNK]": 42,
5
+ "a": 2,
6
+ "b": 3,
7
+ "c": 4,
8
+ "d": 5,
9
+ "e": 6,
10
+ "f": 7,
11
+ "g": 8,
12
+ "h": 9,
13
+ "i": 10,
14
+ "j": 11,
15
+ "k": 12,
16
+ "l": 13,
17
+ "m": 14,
18
+ "n": 15,
19
+ "o": 16,
20
+ "p": 17,
21
+ "q": 18,
22
+ "r": 19,
23
+ "s": 20,
24
+ "t": 21,
25
+ "u": 22,
26
+ "v": 23,
27
+ "y": 24,
28
+ "z": 25,
29
+ "|": 0,
30
+ "¡": 26,
31
+ "á": 27,
32
+ "ã": 28,
33
+ "é": 29,
34
+ "í": 30,
35
+ "ñ": 31,
36
+ "ó": 32,
37
+ "õ": 33,
38
+ "ú": 34,
39
+ "ý": 35,
40
+ "ĩ": 36,
41
+ "ũ": 37,
42
+ "ʼ": 38,
43
+ "̃": 39,
44
+ "ẽ": 40,
45
+ "ỹ": 41
46
+ }