SashaSheykina commited on
Commit
e29e444
1 Parent(s): b15f7c0

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99fb711a4b39f885bd135302265f851d57d1b11bd55df5f99dd48ccc5749f2f3
3
  size 498813948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230d668d967bf9e4089847c84a1b2ac050f0e0db035e085eedca43a0bffcbd0b
3
  size 498813948
runs/Aug02_11-29-32_ef3a86d4ca20/events.out.tfevents.1722598294.ef3a86d4ca20.161.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f99eac74732f57d6cfd77e01f3e6d44e6d57a214d295e4a32226ae6a22177d
3
+ size 342
runs/Aug02_12-13-37_ef3a86d4ca20/events.out.tfevents.1722600818.ef3a86d4ca20.161.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c45e95c93a2b0de0820742e691b9c5e1a8449e23b8fad73c6e99b4eeb4286a
3
+ size 4184
special_tokens_map.json CHANGED
@@ -27,7 +27,13 @@
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
- "pad_token": "</s>",
 
 
 
 
 
 
31
  "sep_token": {
32
  "content": "</s>",
33
  "lstrip": false,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
  "sep_token": {
38
  "content": "</s>",
39
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Left",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -49,7 +49,7 @@
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 512,
52
- "pad_token": "</s>",
53
  "padding_side": "left",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
 
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
  "padding_side": "left",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3f0500e02cf95546fb71f64f2e644c1398ec32074281e5fccddbf5c32c8b57d
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb856edae8a70c2374b7fd185740ac6535f67a6719a5adcf451182f15feecc9d
3
  size 5304