GiGi2044 commited on
Commit
0ceae02
1 Parent(s): 6365a0d

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:223511d40e444977c430ddc408dec5faf15b8a95d2917bb99bac28d114f5952b
3
  size 295806292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe58ca31c92a7d5fad3a3321b41d12373faf1e3b663a09cc19c812627730e8f
3
  size 295806292
special_tokens_map.json CHANGED
@@ -1,12 +1,6 @@
1
  {
2
  "cls_token": "<s>",
3
- "pad_token": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
  "sep_token": "</s>",
11
  "unk_token": "[UNK]"
12
  }
 
1
  {
2
  "cls_token": "<s>",
3
+ "pad_token": "[PAD]",
 
 
 
 
 
 
4
  "sep_token": "</s>",
5
  "unk_token": "[UNK]"
6
  }
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,
@@ -29,15 +43,6 @@
29
  "rstrip": false,
30
  "normalized": false,
31
  "special": true
32
- },
33
- {
34
- "id": 70,
35
- "content": "[PAD]",
36
- "single_word": false,
37
- "lstrip": false,
38
- "rstrip": false,
39
- "normalized": false,
40
- "special": true
41
  }
42
  ],
43
  "normalizer": null,
 
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": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
43
  "rstrip": false,
44
  "normalized": false,
45
  "special": true
 
 
 
 
 
 
 
 
 
46
  }
47
  ],
48
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -23,14 +23,6 @@
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
- },
27
- "70": {
28
- "content": "[PAD]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
  }
35
  },
36
  "clean_up_tokenization_spaces": true,
 
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
 
 
 
 
 
 
 
 
26
  }
27
  },
28
  "clean_up_tokenization_spaces": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a522cbfa0d6a113379b842624241504b4e5f774b6666953d6a614a155aaf7da
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058cc265679c68d4fc8f5e9d366f48c04681db967f7efbcfd3410bf0dfb77b79
3
  size 5240