Alfahluzi commited on
Commit
0fcc11b
1 Parent(s): 59e085a

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "EncoderDecoderModel"
4
  ],
@@ -169,14 +170,14 @@
169
  },
170
  "eos_token_id": 4,
171
  "is_encoder_decoder": true,
172
- "model_type": "encoder-decoder",
173
- "pad_token_id": 0,
174
  "length_penalty": 2.0,
175
  "max_length": 80,
176
  "min_length": 10,
 
177
  "no_repeat_ngram_size": 3,
178
  "num_beams": 10,
 
179
  "torch_dtype": "float32",
180
- "transformers_version": "4.38.2",
181
  "vocab_size": 31923
182
  }
 
1
  {
2
+ "_name_or_path": "Alfahluzi/bert2bert-abs-final-lr-5e-05-encmaxlen-512-decmaxlen-256",
3
  "architectures": [
4
  "EncoderDecoderModel"
5
  ],
 
170
  },
171
  "eos_token_id": 4,
172
  "is_encoder_decoder": true,
 
 
173
  "length_penalty": 2.0,
174
  "max_length": 80,
175
  "min_length": 10,
176
+ "model_type": "encoder-decoder",
177
  "no_repeat_ngram_size": 3,
178
  "num_beams": 10,
179
+ "pad_token_id": 0,
180
  "torch_dtype": "float32",
181
+ "transformers_version": "4.40.0",
182
  "vocab_size": 31923
183
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d14b2625731e10121a80f6ac3f80823b2ec5bc1eeaff746ba755b443f7f2ab5
3
  size 998132132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0816dc34a32b97874e5fa9d26ea412a3994710e4de3176c817ccdb0633594a66
3
  size 998132132
runs/Apr19_10-11-58_28c8ce36e596/events.out.tfevents.1713521519.28c8ce36e596.1117.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f2e58e2ba20271dfde883d478ed49d65b481f505b10442dc8338884392e702
3
+ size 10260
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer_config.json CHANGED
@@ -46,12 +46,19 @@
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 1000000000000000019884624838656,
50
  "never_split": null,
 
51
  "pad_token": "[PAD]",
 
 
52
  "sep_token": "[SEP]",
 
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "BertTokenizer",
 
 
56
  "unk_token": "[UNK]"
57
  }
 
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
+ "max_length": 256,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
+ "pad_to_multiple_of": null,
53
  "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
  "sep_token": "[SEP]",
57
+ "stride": 0,
58
  "strip_accents": null,
59
  "tokenize_chinese_chars": true,
60
  "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
  "unk_token": "[UNK]"
64
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:631aae2ce4635324c15d53d1768e2aa35de994426d0a551012fc9bb8fb0e4b35
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d690f6119f320209cf0edb738cfd51e0fc5b1678e7eeca9220caba20770d2e43
3
+ size 5240