Training in progress, step 500
Browse files- adapter_config.json +22 -0
- adapter_model.safetensors +3 -0
- merges.txt +0 -0
- runs/Jan04_19-25-06_uclaml03.cs.ucla.edu/events.out.tfevents.1704425110.uclaml03.cs.ucla.edu.2034013.0 +3 -0
- runs/Jan04_19-26-39_uclaml03.cs.ucla.edu/events.out.tfevents.1704425203.uclaml03.cs.ucla.edu.2036337.0 +3 -0
- runs/Jan04_19-34-46_uclaml03.cs.ucla.edu/events.out.tfevents.1704425690.uclaml03.cs.ucla.edu.2040830.0 +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +0 -0
- tokenizer_config.json +20 -0
- training_args.bin +3 -0
- vocab.json +0 -0
adapter_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "gpt2-large",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": true,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 8,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 8,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"c_attn"
|
20 |
+
],
|
21 |
+
"task_type": "SEQ_CLS"
|
22 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da9ea15fd1d6ecd7c16dade97bb987a517a304cd7cd546ba07e6d45e94b156da
|
3 |
+
size 5912664
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Jan04_19-25-06_uclaml03.cs.ucla.edu/events.out.tfevents.1704425110.uclaml03.cs.ucla.edu.2034013.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6420f925b5edec9dd27b1fa5cb10b270612bde33df3dc3b0adcd1ab331e00f4
|
3 |
+
size 4515
|
runs/Jan04_19-26-39_uclaml03.cs.ucla.edu/events.out.tfevents.1704425203.uclaml03.cs.ucla.edu.2036337.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b354387aad813095424e59f2bb6cd6017e5abda16b91549f71260bf2eee6f14
|
3 |
+
size 4672
|
runs/Jan04_19-34-46_uclaml03.cs.ucla.edu/events.out.tfevents.1704425690.uclaml03.cs.ucla.edu.2040830.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12bf1df640c6d936af4274f68696c509064025a4ba4550db0775a0babb1165d6
|
3 |
+
size 4994
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"pad_token": "<|endoftext|>",
|
5 |
+
"unk_token": "<|endoftext|>"
|
6 |
+
}
|
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": true,
|
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:8cd18d87e3d2a99fc02c59a05a3665661d7130d106fe392e282cf4d2a59ae969
|
3 |
+
size 4600
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|