PuxAI commited on
Commit
054df9f
·
verified ·
1 Parent(s): d9c2e8a

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:7893ab28124e326289e2b391c6bcc08cdfcf39ed5bf3f0b40b4b53fda4e9660e
3
  size 541323512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:326458691185e22a0030c6d4345bd0974ad9d1bb715083a07d00374316136da7
3
  size 541323512
special_tokens_map.json CHANGED
@@ -1,8 +1,23 @@
1
  {
2
- "additional_special_tokens": ["[E1]", "[/E1]"],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "cls_token": "[CLS]",
4
  "mask_token": "[MASK]",
5
  "pad_token": "[PAD]",
6
  "sep_token": "[SEP]",
7
  "unk_token": "[UNK]"
8
- }
 
1
  {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "[E1]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "[/E1]",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
  "cls_token": "[CLS]",
19
  "mask_token": "[MASK]",
20
  "pad_token": "[PAD]",
21
  "sep_token": "[SEP]",
22
  "unk_token": "[UNK]"
23
+ }
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 256
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e73e043202d959ae7c59eea4c826caef644aebc2de839c748cb898ffce4f1980
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99aafc4e1a0d44e1b959a8c9fc143d3b8e26fe06c92cec5aeda78e4fab722c59
3
  size 5841