thaisonatk
commited on
Training in progress, step 1200
Browse files- adapter_config.json +35 -0
- adapter_model.safetensors +3 -0
- runs/Jul21_03-14-02_gpuhpc06/events.out.tfevents.1721499252.gpuhpc06 +3 -0
- runs/Jul21_03-24-50_gpuhpc06/events.out.tfevents.1721499903.gpuhpc06 +3 -0
- runs/Jul21_03-38-21_gpuhpc06/events.out.tfevents.1721500705.gpuhpc06 +3 -0
- runs/Jul21_03-47-08_gpuhpc06/events.out.tfevents.1721501230.gpuhpc06 +3 -0
- runs/Jul21_03-49-04_gpuhpc06/events.out.tfevents.1721501345.gpuhpc06 +3 -0
- runs/Jul21_03-52-19_gpuhpc06/events.out.tfevents.1721501540.gpuhpc06 +3 -0
- runs/Jul21_16-55-58_gpuhpc06/events.out.tfevents.1721548559.gpuhpc06 +3 -0
- runs/Jul21_16-59-49_gpuhpc06/events.out.tfevents.1721548790.gpuhpc06 +3 -0
- runs/Jul21_17-01-09_gpuhpc06/events.out.tfevents.1721548870.gpuhpc06 +3 -0
- runs/Jul21_17-06-16_gpuhpc06/events.out.tfevents.1721549177.gpuhpc06 +3 -0
- runs/Jul21_17-09-19_gpuhpc06/events.out.tfevents.1721549360.gpuhpc06 +3 -0
- runs/Jul21_17-15-13_gpuhpc06/events.out.tfevents.1721549714.gpuhpc06 +3 -0
- runs/Jul21_17-35-57_gpuhpc06/events.out.tfevents.1721550958.gpuhpc06 +3 -0
- runs/Jul21_18-12-35_gpuhpc06/events.out.tfevents.1721553158.gpuhpc06 +3 -0
- runs/Jul21_18-14-36_gpuhpc06/events.out.tfevents.1721553277.gpuhpc06 +3 -0
- runs/Jul21_18-15-49_gpuhpc06/events.out.tfevents.1721553351.gpuhpc06 +3 -0
- runs/Jul21_18-17-02_gpuhpc06/events.out.tfevents.1721553423.gpuhpc06 +3 -0
- runs/Jul21_18-18-41_gpuhpc06/events.out.tfevents.1721553522.gpuhpc06 +3 -0
- runs/Jul21_18-19-54_gpuhpc06/events.out.tfevents.1721553595.gpuhpc06 +3 -0
- runs/Jul21_18-58-06_gpuhpc06/events.out.tfevents.1721555890.gpuhpc06 +3 -0
- runs/Jul21_19-17-32_gpuhpc06/events.out.tfevents.1721557055.gpuhpc06 +3 -0
- runs/Jul21_19-56-47_gpuhpc06/events.out.tfevents.1721559409.gpuhpc06 +3 -0
- runs/Jul21_20-42-28_gpuhpc06/events.out.tfevents.1721562150.gpuhpc06 +3 -0
- runs/Jul21_21-32-46_gpuhpc06/events.out.tfevents.1721565169.gpuhpc06 +3 -0
- runs/Jul21_22-49-30_gpuhpc06/events.out.tfevents.1721569773.gpuhpc06 +3 -0
- special_tokens_map.json +16 -0
- tokenizer.json +0 -0
- tokenizer_config.json +245 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/data/hpc/gamma/22022508_NgoVietAnh/model/OLMo/check_point_chunk32_fullparams",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"lm_head",
|
29 |
+
"down_proj",
|
30 |
+
"o_proj"
|
31 |
+
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d048179198130a22a237d61dfb57f411faa8a2c7f5567821c8680ce3092b1371
|
3 |
+
size 463705968
|
runs/Jul21_03-14-02_gpuhpc06/events.out.tfevents.1721499252.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff552dba80263f9c3d5af6c0a21622b0922c5b64fc6ed6bfa0c870e3854fbc5b
|
3 |
+
size 9954
|
runs/Jul21_03-24-50_gpuhpc06/events.out.tfevents.1721499903.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3992c6bcb026708ac51c1b5d346986fc8848df1fcfff19fd93eb0dbeb4850a83
|
3 |
+
size 4997
|
runs/Jul21_03-38-21_gpuhpc06/events.out.tfevents.1721500705.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:012d7a469b58915d3c40ca0457d14aad0e505b088c25d50e506c21d45e3ea651
|
3 |
+
size 14911
|
runs/Jul21_03-47-08_gpuhpc06/events.out.tfevents.1721501230.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61afd6084fc6a5121275636a20e1060a625679381bf0016cbcc41cd95d3f8700
|
3 |
+
size 14911
|
runs/Jul21_03-49-04_gpuhpc06/events.out.tfevents.1721501345.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a77dd197cc9706f5bfd88036f8635a5db6a3257e0d91284585d974f6e1c1dcc3
|
3 |
+
size 19868
|
runs/Jul21_03-52-19_gpuhpc06/events.out.tfevents.1721501540.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8380e8ca9592ae6a91c4786de2a95ca8ebc525673901a5f46ee129970affc7be
|
3 |
+
size 19868
|
runs/Jul21_16-55-58_gpuhpc06/events.out.tfevents.1721548559.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bdf6958cee292a0a6c32decb4f2adc7e0f87bb43e728fdecac53c1a6914d51b
|
3 |
+
size 19868
|
runs/Jul21_16-59-49_gpuhpc06/events.out.tfevents.1721548790.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:357e3fd674a5c053fb529da31ad8ace0b4f78fb922edd22eeb2a3c211b29a0fb
|
3 |
+
size 19868
|
runs/Jul21_17-01-09_gpuhpc06/events.out.tfevents.1721548870.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2931210153abf6fe0e72128066957699309a836f9e28967ca180d24b737853ab
|
3 |
+
size 19864
|
runs/Jul21_17-06-16_gpuhpc06/events.out.tfevents.1721549177.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95281a28df1b6bb4c5aee1a0291ed7979ce32804f4f478f62a53d6a38a396503
|
3 |
+
size 4995
|
runs/Jul21_17-09-19_gpuhpc06/events.out.tfevents.1721549360.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feef87455a17ed532e336df8eacff113898e0032a3c9b0777da02f63acc2f2ce
|
3 |
+
size 19860
|
runs/Jul21_17-15-13_gpuhpc06/events.out.tfevents.1721549714.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be64425c604abfd2c9d0bccac861e9394c7476a5189bfb68ca4312147a6eac62
|
3 |
+
size 4999
|
runs/Jul21_17-35-57_gpuhpc06/events.out.tfevents.1721550958.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39e173a791e31a40cfed90865b8d3de2c514ffbf22841b5be83af9def1ab9e4f
|
3 |
+
size 4999
|
runs/Jul21_18-12-35_gpuhpc06/events.out.tfevents.1721553158.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c7cd89168f1615939981cd3364862b957c54fcca62c7c4a33912467d35eac63
|
3 |
+
size 4999
|
runs/Jul21_18-14-36_gpuhpc06/events.out.tfevents.1721553277.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d520b2d7ed747456f6271f86ab92ade295aff366ddb1b6cd0dcdf90f8dc5bd3
|
3 |
+
size 19876
|
runs/Jul21_18-15-49_gpuhpc06/events.out.tfevents.1721553351.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c86783ad449e2062dd8929ecf117c76d047e164cb3881540579caf587c46bd44
|
3 |
+
size 24845
|
runs/Jul21_18-17-02_gpuhpc06/events.out.tfevents.1721553423.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b98356c33c399750626b47702656666081d3d4cb16b0c868cdd8dbed736ab950
|
3 |
+
size 14917
|
runs/Jul21_18-18-41_gpuhpc06/events.out.tfevents.1721553522.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1592b37e591e00f104f137d2d255313c978991c3c8aefda5e6ad3ec231dc444
|
3 |
+
size 9958
|
runs/Jul21_18-19-54_gpuhpc06/events.out.tfevents.1721553595.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cf13ca9211dbfa8f805f1bf9a08dc0f0efda1c69484777fbdcd7d6bbb786d47
|
3 |
+
size 14917
|
runs/Jul21_18-58-06_gpuhpc06/events.out.tfevents.1721555890.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0eb139fa7d74974b68b7d65adb22a6d87914c7aa13a2dd0ce1340afdcbeb1a07
|
3 |
+
size 4947
|
runs/Jul21_19-17-32_gpuhpc06/events.out.tfevents.1721557055.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5aa82f627f1b174a4ba95243745c6a7862be631aecff291d008be3c72b116619
|
3 |
+
size 4947
|
runs/Jul21_19-56-47_gpuhpc06/events.out.tfevents.1721559409.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8771f6c3bca710d45a2271cbbc6a01da11f9f38ce5e093742083231e085e913c
|
3 |
+
size 9854
|
runs/Jul21_20-42-28_gpuhpc06/events.out.tfevents.1721562150.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6e15023f71163ca3af64c6a91519216d9c8801c07645ee4fef0c045e19aef86
|
3 |
+
size 9850
|
runs/Jul21_21-32-46_gpuhpc06/events.out.tfevents.1721565169.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dd638786ec6831ee72e452af81df384584ac94b184cdb9b0e5a53697d73228e
|
3 |
+
size 9854
|
runs/Jul21_22-49-30_gpuhpc06/events.out.tfevents.1721569773.gpuhpc06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f7d8e22225d10132cedaf5122162734ce6c0da3097b2b99f1533578856da59f
|
3 |
+
size 15448
|
special_tokens_map.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"pad_token": {
|
10 |
+
"content": "<|padding|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
}
|
16 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": false,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "|||IP_ADDRESS|||",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": false
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<|padding|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"50254": {
|
23 |
+
"content": " ",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"50255": {
|
31 |
+
"content": " ",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"50256": {
|
39 |
+
"content": " ",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"50257": {
|
47 |
+
"content": " ",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": true,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"50258": {
|
55 |
+
"content": " ",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": true,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"50259": {
|
63 |
+
"content": " ",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": true,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": false
|
69 |
+
},
|
70 |
+
"50260": {
|
71 |
+
"content": " ",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": true,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": false
|
77 |
+
},
|
78 |
+
"50261": {
|
79 |
+
"content": " ",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": true,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": false
|
85 |
+
},
|
86 |
+
"50262": {
|
87 |
+
"content": " ",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": false
|
93 |
+
},
|
94 |
+
"50263": {
|
95 |
+
"content": " ",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": true,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": false
|
101 |
+
},
|
102 |
+
"50264": {
|
103 |
+
"content": " ",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": true,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": false
|
109 |
+
},
|
110 |
+
"50265": {
|
111 |
+
"content": " ",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": true,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": false
|
117 |
+
},
|
118 |
+
"50266": {
|
119 |
+
"content": " ",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"50267": {
|
127 |
+
"content": " ",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": true,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"50268": {
|
135 |
+
"content": " ",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": true,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"50269": {
|
143 |
+
"content": " ",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": true,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"50270": {
|
151 |
+
"content": " ",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": true,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"50271": {
|
159 |
+
"content": " ",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": true,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"50272": {
|
167 |
+
"content": " ",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": true,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"50273": {
|
175 |
+
"content": " ",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": true,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
},
|
182 |
+
"50274": {
|
183 |
+
"content": " ",
|
184 |
+
"lstrip": false,
|
185 |
+
"normalized": true,
|
186 |
+
"rstrip": false,
|
187 |
+
"single_word": false,
|
188 |
+
"special": false
|
189 |
+
},
|
190 |
+
"50275": {
|
191 |
+
"content": " ",
|
192 |
+
"lstrip": false,
|
193 |
+
"normalized": true,
|
194 |
+
"rstrip": false,
|
195 |
+
"single_word": false,
|
196 |
+
"special": false
|
197 |
+
},
|
198 |
+
"50276": {
|
199 |
+
"content": " ",
|
200 |
+
"lstrip": false,
|
201 |
+
"normalized": true,
|
202 |
+
"rstrip": false,
|
203 |
+
"single_word": false,
|
204 |
+
"special": false
|
205 |
+
},
|
206 |
+
"50277": {
|
207 |
+
"content": "|||EMAIL_ADDRESS|||",
|
208 |
+
"lstrip": false,
|
209 |
+
"normalized": true,
|
210 |
+
"rstrip": false,
|
211 |
+
"single_word": false,
|
212 |
+
"special": false
|
213 |
+
},
|
214 |
+
"50278": {
|
215 |
+
"content": "|||PHONE_NUMBER|||",
|
216 |
+
"lstrip": false,
|
217 |
+
"normalized": true,
|
218 |
+
"rstrip": false,
|
219 |
+
"single_word": false,
|
220 |
+
"special": false
|
221 |
+
},
|
222 |
+
"50279": {
|
223 |
+
"content": "<|endoftext|>",
|
224 |
+
"lstrip": false,
|
225 |
+
"normalized": false,
|
226 |
+
"rstrip": false,
|
227 |
+
"single_word": false,
|
228 |
+
"special": true
|
229 |
+
}
|
230 |
+
},
|
231 |
+
"bos_token": null,
|
232 |
+
"clean_up_tokenization_spaces": true,
|
233 |
+
"eos_token": "<|endoftext|>",
|
234 |
+
"max_length": 512,
|
235 |
+
"model_max_length": 1000000000000000019884624838656,
|
236 |
+
"pad_to_multiple_of": null,
|
237 |
+
"pad_token": "<|padding|>",
|
238 |
+
"pad_token_type_id": 0,
|
239 |
+
"padding_side": "right",
|
240 |
+
"stride": 0,
|
241 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
242 |
+
"truncation_side": "right",
|
243 |
+
"truncation_strategy": "longest_first",
|
244 |
+
"unk_token": null
|
245 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:655917b3041e4757af3295820adb5c6a1d6c2dc24c4085fc0f569ce685660996
|
3 |
+
size 5176
|