ashe194 commited on
Commit
39047e5
1 Parent(s): 7a76631

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "Wav2Vec2ForCTC"
11
  ],
12
  "attention_dropout": 0.1,
13
- "bos_token_id": 30,
14
  "classifier_proj_size": 256,
15
  "codevector_dim": 256,
16
  "contrastive_logits_temperature": 0.1,
@@ -46,7 +46,7 @@
46
  "ctc_zero_infinity": false,
47
  "diversity_loss_weight": 0.1,
48
  "do_stable_layer_norm": false,
49
- "eos_token_id": 31,
50
  "feat_extract_activation": "gelu",
51
  "feat_extract_norm": "group",
52
  "feat_proj_dropout": 0.0,
@@ -76,7 +76,7 @@
76
  "num_hidden_layers": 12,
77
  "num_negatives": 100,
78
  "output_hidden_size": 768,
79
- "pad_token_id": 29,
80
  "proj_codevector_dim": 256,
81
  "tdnn_dilation": [
82
  1,
 
10
  "Wav2Vec2ForCTC"
11
  ],
12
  "attention_dropout": 0.1,
13
+ "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
  "codevector_dim": 256,
16
  "contrastive_logits_temperature": 0.1,
 
46
  "ctc_zero_infinity": false,
47
  "diversity_loss_weight": 0.1,
48
  "do_stable_layer_norm": false,
49
+ "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
  "feat_extract_norm": "group",
52
  "feat_proj_dropout": 0.0,
 
76
  "num_hidden_layers": 12,
77
  "num_negatives": 100,
78
  "output_hidden_size": 768,
79
+ "pad_token_id": 0,
80
  "proj_codevector_dim": 256,
81
  "tdnn_dilation": [
82
  1,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f7e7909ca118deffa1f280489c9bffdf41ecba577d95523422868968aa01cce
3
  size 377611120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db596e4c5c53091e61ba84c1bde5ce7a05c8a8025083c48fb16d3003ef4d5050
3
  size 377611120
runs/Sep10_19-19-03_HASEL-Apollo/events.out.tfevents.1725952744.HASEL-Apollo.1841145.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241a432d895afb4e6399c2bb878b8ce4592d69dda8cea2992458de33709a1f08
3
+ size 7778
runs/Sep10_19-21-06_HASEL-Apollo/events.out.tfevents.1725952867.HASEL-Apollo.1841454.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed70bbc15d276784859806fee512aa59120e2e58ebe653514ebafc295a7df51
3
+ size 6494
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
- "pad_token": "[PAD]",
5
- "unk_token": "[UNK]"
6
  }
 
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
+ "pad_token": "<pad>",
5
+ "unk_token": "<unk>"
6
  }
tokenizer_config.json CHANGED
@@ -1,48 +1,50 @@
1
  {
2
  "added_tokens_decoder": {
3
- "28": {
4
- "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
7
  "rstrip": true,
8
  "single_word": false,
9
  "special": false
10
  },
11
- "29": {
12
- "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
18
  },
19
- "30": {
20
- "content": "<s>",
21
- "lstrip": false,
22
  "normalized": false,
23
- "rstrip": false,
24
  "single_word": false,
25
- "special": true
26
  },
27
- "31": {
28
- "content": "</s>",
29
- "lstrip": false,
30
  "normalized": false,
31
- "rstrip": false,
32
  "single_word": false,
33
- "special": true
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
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
46
- "unk_token": "[UNK]",
47
  "word_delimiter_token": "|"
48
  }
 
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
+ "do_normalize": true,
40
  "eos_token": "</s>",
41
  "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "<pad>",
43
  "processor_class": "Wav2Vec2Processor",
44
  "replace_word_delimiter_char": " ",
45
+ "return_attention_mask": false,
46
  "target_lang": null,
47
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
48
+ "unk_token": "<unk>",
49
  "word_delimiter_token": "|"
50
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24d3c76ffed7bab1d6666464f7b204acb83af85de15abf1f376bec4b4a1f9f72
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4642ba48642d2a1f2605854f214331ab191d49ee5c4b8f81fe07c4e00ed849e8
3
+ size 5176
vocab.json CHANGED
@@ -1,32 +1,34 @@
1
  {
2
- "'": 17,
3
- "[PAD]": 29,
4
- "[UNK]": 28,
5
- "a": 14,
6
- "b": 2,
7
- "c": 6,
8
- "d": 5,
9
- "e": 11,
10
- "f": 21,
11
- "g": 9,
12
- "h": 23,
13
- "i": 8,
14
- "j": 0,
15
- "k": 20,
16
- "l": 19,
17
- "m": 13,
18
- "n": 15,
19
- "o": 25,
20
- "p": 26,
21
- "q": 22,
22
- "r": 3,
23
- "s": 16,
24
- "t": 27,
25
- "u": 18,
26
- "v": 7,
27
- "w": 12,
28
- "x": 24,
29
- "y": 10,
30
- "z": 4,
31
- "|": 1
 
 
32
  }
 
1
  {
2
+ "'": 27,
3
+ "</s>": 2,
4
+ "<pad>": 0,
5
+ "<s>": 1,
6
+ "<unk>": 3,
7
+ "A": 7,
8
+ "B": 24,
9
+ "C": 19,
10
+ "D": 14,
11
+ "E": 5,
12
+ "F": 20,
13
+ "G": 21,
14
+ "H": 11,
15
+ "I": 10,
16
+ "J": 29,
17
+ "K": 26,
18
+ "L": 15,
19
+ "M": 17,
20
+ "N": 9,
21
+ "O": 8,
22
+ "P": 23,
23
+ "Q": 30,
24
+ "R": 13,
25
+ "S": 12,
26
+ "T": 6,
27
+ "U": 16,
28
+ "V": 25,
29
+ "W": 18,
30
+ "X": 28,
31
+ "Y": 22,
32
+ "Z": 31,
33
+ "|": 4
34
  }