diegoale1248 commited on
Commit
05937d8
1 Parent(s): 1796a3d

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffb3b87316ca3cfaed242aea986bd41c509a044b252b62a91b70f42fa5db15d7
3
  size 436112884
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a875df1348a02e62b2ab9971705d37c5a7918a2f248dcb6c21f324928a9e8ae2
3
  size 436112884
runs/Dec12_02-14-44_3f2f6cff86c3/events.out.tfevents.1702347299.3f2f6cff86c3.330.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3784f722ebb1fc6c06b95d8f1f05266a1eb7e98044e08423a3a26177740a405e
3
+ size 14596
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
@@ -49,7 +49,10 @@
49
  "max_length": 512,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
 
52
  "pad_token": "[PAD]",
 
 
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
 
49
  "max_length": 512,
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
  "strip_accents": null,
58
  "tokenize_chinese_chars": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6994bfbde5a8acd7d964092fc34e58420188c1d00b0e73a1392cc814ac32c9e6
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224172f0e664baf29220c74668ff5018f1d498a5d61aa8ed5f74c01238cba89c
3
  size 4664