dtorber commited on
Commit
f426b50
1 Parent(s): a53b71a

Training in progress, epoch 1

Browse files
added_tokens.json CHANGED
@@ -1,5 +1,7 @@
1
  {
 
2
  "</tsum>": 50271,
 
3
  "<mask_s>": 50266,
4
  "<mask_sg>": 50267,
5
  "<sentence>": 50268,
 
1
  {
2
+ "</lsum>": 50273,
3
  "</tsum>": 50271,
4
+ "<lsum>": 50272,
5
  "<mask_s>": 50266,
6
  "<mask_sg>": 50267,
7
  "<sentence>": 50268,
config.json CHANGED
@@ -50,5 +50,5 @@
50
  "torch_dtype": "float32",
51
  "transformers_version": "4.35.2",
52
  "use_cache": true,
53
- "vocab_size": 50272
54
  }
 
50
  "torch_dtype": "float32",
51
  "transformers_version": "4.35.2",
52
  "use_cache": true,
53
+ "vocab_size": 50274
54
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a5f02de5770aa1a7c8d2ec9eb12ab691377363eb43a54d6d90cd2f919190bfb
3
- size 647635648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f399e1fb9dc59c50866dc589d84dadd6223dd6cc881e924cd6fd865bc39c033
3
+ size 647641800
tokenizer.json CHANGED
@@ -6,7 +6,16 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
@@ -115,6 +124,24 @@
115
  "rstrip": false,
116
  "normalized": false,
117
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  }
119
  ],
120
  "normalizer": null,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 1024
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": 8,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
124
  "rstrip": false,
125
  "normalized": false,
126
  "special": true
127
+ },
128
+ {
129
+ "id": 50272,
130
+ "content": "<lsum>",
131
+ "single_word": false,
132
+ "lstrip": false,
133
+ "rstrip": false,
134
+ "normalized": false,
135
+ "special": true
136
+ },
137
+ {
138
+ "id": 50273,
139
+ "content": "</lsum>",
140
+ "single_word": false,
141
+ "lstrip": false,
142
+ "rstrip": false,
143
+ "normalized": false,
144
+ "special": true
145
  }
146
  ],
147
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -96,6 +96,22 @@
96
  "rstrip": false,
97
  "single_word": false,
98
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  }
100
  },
101
  "additional_special_tokens": [
 
96
  "rstrip": false,
97
  "single_word": false,
98
  "special": true
99
+ },
100
+ "50272": {
101
+ "content": "<lsum>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "50273": {
109
+ "content": "</lsum>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
  }
116
  },
117
  "additional_special_tokens": [
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:506ad298e0daaa9a5f41d28a880d60577783cff741c5a68774b2c8a764d6272d
3
  size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe334f71f959caca32ddf076f5e0a6ab7052e06a7e3c8509ae6e138825a49999
3
  size 4347