jeong3080 commited on
Commit
fdbfb0f
1 Parent(s): 2728ffa

Training in progress, epoch 2

Browse files
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "checkpoint_raw/gpt2",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "c_attn"
18
+ ],
19
+ "task_type": "CAUSAL_LM"
20
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9d7da442fec110c98f395fdabc44858c1b5ac1064c77946bea2a8101394550
3
+ size 2362376
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Oct22_04-42-38_6d24293528e4/events.out.tfevents.1729572266.6d24293528e4.1087.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9eca0e5959e772b63401c98f55e66d0eca8bceb0a093dbee29f9a5986e66e5
3
+ size 6015
runs/Oct22_04-45-22_6d24293528e4/events.out.tfevents.1729572323.6d24293528e4.1212.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d9f5a713629f445d86330ceb62ef254175e414583d16f87bfa73bf0d4e4ae0
3
+ size 6058
runs/Oct22_04-50-14_6d24293528e4/events.out.tfevents.1729572615.6d24293528e4.1212.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d79945b6577fcf7fbed0e5a820c9e5074efadabc47d9271108eb0f2baebf11b
3
+ size 6052
runs/Oct22_04-50-47_6d24293528e4/events.out.tfevents.1729572648.6d24293528e4.1212.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:420cb6c28dab5cfd4a3e439fd9672fbf1143122ad805ed4b9d9b1e4ffc22c52f
3
+ size 6052
runs/Oct22_04-52-09_6d24293528e4/events.out.tfevents.1729572729.6d24293528e4.1212.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea21042e1c1d9989a2218eaf26696cbbce7d61cf39f4f3cd77eb6bfd1b33b660
3
+ size 6052
runs/Oct22_06-09-38_6d24293528e4/events.out.tfevents.1729577378.6d24293528e4.1212.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cfeb966aaa1a2ea644b4909265f228f43f67f2fb401a8d1befbd0ddb2d7cfa
3
+ size 6052
runs/Oct22_06-17-07_6d24293528e4/events.out.tfevents.1729577827.6d24293528e4.1359.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3205fc9ee8d6ded31600b2546772cc994edeac7a5f4ca9e773503e69f4eae733
3
+ size 6052
runs/Oct22_06-17-46_6d24293528e4/events.out.tfevents.1729577867.6d24293528e4.1480.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f81b07376d6f1d628ecef48ac22ff75a1255900657a6f71c12c4c0ca63272ea
3
+ size 6052
runs/Oct22_06-58-40_6d24293528e4/events.out.tfevents.1729580321.6d24293528e4.1588.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc58c870918aca9aa732a7bc8383c1068f6f4f89b6882f72a5590b43852a2d71
3
+ size 29354
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f44b52f9034f8e5ac47917cb19e8a1e3a6b212c6354db68e7d24bb03414ff1
3
+ size 5051
vocab.json ADDED
The diff for this file is too large to render. See raw diff