Alfahluzi commited on
Commit
5ea3c0d
1 Parent(s): 3029846

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "EncoderDecoderModel"
4
  ],
@@ -172,6 +173,6 @@
172
  "model_type": "encoder-decoder",
173
  "pad_token_id": 0,
174
  "torch_dtype": "float32",
175
- "transformers_version": "4.38.2",
176
  "vocab_size": 31923
177
  }
 
1
  {
2
+ "_name_or_path": "Alfahluzi/bert2bert-abs-generationconfig-lr-5e-05-encmaxlen-512-decmaxlen-256",
3
  "architectures": [
4
  "EncoderDecoderModel"
5
  ],
 
173
  "model_type": "encoder-decoder",
174
  "pad_token_id": 0,
175
  "torch_dtype": "float32",
176
+ "transformers_version": "4.39.3",
177
  "vocab_size": 31923
178
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c90b686c1cd1f3e2095821742d1d2bca71aee73752f196446ae23705d153f449
3
  size 998132132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40816aff1f953a78631247b8ee858632bac2d3129bc44e59fcab7c1ecb280024
3
  size 998132132
runs/Apr17_16-35-59_f5f18931f2fa/events.out.tfevents.1713371759.f5f18931f2fa.557.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d539fe108d9c71af24522430e1f6aa9c1ad7b3cb1830a7a4a55d938f74b061e
3
+ size 10114
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:4bb48f898051df2fb812288b6f62a4db36414bedabcef942bc83c31c7d4a4dcd
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25485b63b678a953eedc4edfcd06185fe5ae5edc72eee87a17a5e5dd8422c8fa
3
+ size 5176