Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/README.md +10 -0
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/adapter_config.json +23 -0
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/adapter_model.bin +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/special_tokens_map.json +24 -0
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/tokenizer.json +0 -0
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/tokenizer.model +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/tokenizer_config.json +39 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/README.md +10 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/adapter_config.json +23 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/adapter_model.bin +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/optimizer.pt +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_0.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_1.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_2.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_3.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/scheduler.pt +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/special_tokens_map.json +24 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/tokenizer.json +0 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/tokenizer.model +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/tokenizer_config.json +39 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/trainer_state.json +0 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/training_args.bin +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/README.md +10 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/adapter_config.json +23 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/adapter_model.bin +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/optimizer.pt +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_0.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_1.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_2.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_3.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/scheduler.pt +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/special_tokens_map.json +24 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/tokenizer.json +0 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/tokenizer.model +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/tokenizer_config.json +39 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/trainer_state.json +0 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/training_args.bin +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/README.md +10 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/adapter_config.json +23 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/adapter_model.bin +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/optimizer.pt +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_0.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_1.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_2.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_3.pth +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/scheduler.pt +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/special_tokens_map.json +24 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/tokenizer.json +0 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/tokenizer.model +3 -0
- modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/tokenizer_config.json +39 -0
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
### Framework versions
|
7 |
+
|
8 |
+
- PEFT 0.5.0
|
9 |
+
|
10 |
+
- PEFT 0.5.0
|
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "/shared/nas/data/m1/xuejunz2/model_weights/Llama-2-7b-hf",
|
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": 1,
|
11 |
+
"lora_dropout": 0.0,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 64,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"k_proj",
|
19 |
+
"v_proj",
|
20 |
+
"o_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe4e7fd4b82b6d03365d5b9275cdd9e0041908ceae79dca7b5f19ec0c9cad17c
|
3 |
+
size 268528394
|
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
modpo/use_reward/0.9helpful_0.1harmless/best_checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"bos_token": "<s>",
|
29 |
+
"clean_up_tokenization_spaces": false,
|
30 |
+
"eos_token": "</s>",
|
31 |
+
"legacy": false,
|
32 |
+
"model_max_length": 1000000000000000019884624838656,
|
33 |
+
"pad_token": "</s>",
|
34 |
+
"padding_side": "right",
|
35 |
+
"sp_model_kwargs": {},
|
36 |
+
"tokenizer_class": "LlamaTokenizer",
|
37 |
+
"unk_token": "<unk>",
|
38 |
+
"use_default_system_prompt": true
|
39 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
### Framework versions
|
7 |
+
|
8 |
+
- PEFT 0.5.0
|
9 |
+
|
10 |
+
- PEFT 0.5.0
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "/shared/nas/data/m1/xuejunz2/model_weights/Llama-2-7b-hf",
|
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": 1,
|
11 |
+
"lora_dropout": 0.0,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 64,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"k_proj",
|
19 |
+
"v_proj",
|
20 |
+
"o_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe4e7fd4b82b6d03365d5b9275cdd9e0041908ceae79dca7b5f19ec0c9cad17c
|
3 |
+
size 268528394
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b6a9206243e55d3ed45d655040d0a4076226d0ccc42b15c77241bd5ec35d4ef
|
3 |
+
size 537086714
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d033f54418aa1191f4de3d4b8f33ec6fb192850065a7b46329bf21fd70b3ecaf
|
3 |
+
size 14960
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37194a6d48612e1a46a2d5d317ead97c70d9fc4569b0118fcd5f84c3dc9daa5a
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17c179483659a784aa1ace2427daff48c556a6bcc3c330e6f3274e4dc95e4b49
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b56857c9b117629f35af2c3d64f522d33a9d8aa94faa81ec6956380a895118c4
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d0529b53e6ebee0c7b46c10b2920379de0c6699f88126044d5939c1af887eda
|
3 |
+
size 1064
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/tokenizer_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"bos_token": "<s>",
|
29 |
+
"clean_up_tokenization_spaces": false,
|
30 |
+
"eos_token": "</s>",
|
31 |
+
"legacy": false,
|
32 |
+
"model_max_length": 1000000000000000019884624838656,
|
33 |
+
"pad_token": "</s>",
|
34 |
+
"padding_side": "right",
|
35 |
+
"sp_model_kwargs": {},
|
36 |
+
"tokenizer_class": "LlamaTokenizer",
|
37 |
+
"unk_token": "<unk>",
|
38 |
+
"use_default_system_prompt": true
|
39 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-12000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92da8475a792d3e7bca2c0a890f34256551e4fab8e06d9e532565259a7931479
|
3 |
+
size 4600
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
### Framework versions
|
7 |
+
|
8 |
+
- PEFT 0.5.0
|
9 |
+
|
10 |
+
- PEFT 0.5.0
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "/shared/nas/data/m1/xuejunz2/model_weights/Llama-2-7b-hf",
|
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": 1,
|
11 |
+
"lora_dropout": 0.0,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 64,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"k_proj",
|
19 |
+
"v_proj",
|
20 |
+
"o_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c5e527c14993b1e511a9c509318a3ae61cbfc6b59190ab051adca93c854813
|
3 |
+
size 268528394
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7fcbe807937574debba2951786ad5e182c66d995f7e1c645f57866fb23d1da9
|
3 |
+
size 537086714
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef92eb53afca1403cb194c6d57f8c0a9602dddbd7955a9f12b58cb79e89aef63
|
3 |
+
size 14960
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d1438e98cc9c53a6852464635ce62e9788e61eb3646b73e33813f487c4b6ae
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4388add9cec90932f8ff0100d27a0574d98e1bad52ff89d44e31967d2b4fbfde
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a705d6dfaae4f2c1b4b2be6b25a6eb521ffae6fcba21cc1531e97b60037ed079
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:860e83121b3edba04996b025194ebf1fc6bac3dbd859fc1369caac1a601ca40a
|
3 |
+
size 1064
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/tokenizer_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"bos_token": "<s>",
|
29 |
+
"clean_up_tokenization_spaces": false,
|
30 |
+
"eos_token": "</s>",
|
31 |
+
"legacy": false,
|
32 |
+
"model_max_length": 1000000000000000019884624838656,
|
33 |
+
"pad_token": "</s>",
|
34 |
+
"padding_side": "right",
|
35 |
+
"sp_model_kwargs": {},
|
36 |
+
"tokenizer_class": "LlamaTokenizer",
|
37 |
+
"unk_token": "<unk>",
|
38 |
+
"use_default_system_prompt": true
|
39 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-6000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92da8475a792d3e7bca2c0a890f34256551e4fab8e06d9e532565259a7931479
|
3 |
+
size 4600
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
### Framework versions
|
7 |
+
|
8 |
+
- PEFT 0.5.0
|
9 |
+
|
10 |
+
- PEFT 0.5.0
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "/shared/nas/data/m1/xuejunz2/model_weights/Llama-2-7b-hf",
|
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": 1,
|
11 |
+
"lora_dropout": 0.0,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 64,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"k_proj",
|
19 |
+
"v_proj",
|
20 |
+
"o_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:003b4ebc8b49538a035ea1bfc496068a09a418c66bc7f059a1c5c2bd4f67322a
|
3 |
+
size 268528394
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7588215b0294eb3fa639657115bd53dd9e49c7b4201c9cb6c7ab013b0b84a061
|
3 |
+
size 537086714
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d16f76dcbd250b88bb6678e2f4dd576ac683c98b82dfc0791432c4db489fa138
|
3 |
+
size 14960
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e07ace389d24bc1307b74f42a1e7b8f0117b0db853e2df64ff3f15cb92916a2
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da6a990f346d7014dffb28fa2bc7d3b890bd3c53712503fce3656da48d3d6e50
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e95f356ca38179b05993f55daece0223e96fa10b9a1b9ea2102a739211333f63
|
3 |
+
size 15024
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de6de625b29c14192ff061869262c0961b064bad26a5f6618a4f74af54f36cce
|
3 |
+
size 1064
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
modpo/use_reward/0.9helpful_0.1harmless/checkpoint-9000/tokenizer_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"bos_token": "<s>",
|
29 |
+
"clean_up_tokenization_spaces": false,
|
30 |
+
"eos_token": "</s>",
|
31 |
+
"legacy": false,
|
32 |
+
"model_max_length": 1000000000000000019884624838656,
|
33 |
+
"pad_token": "</s>",
|
34 |
+
"padding_side": "right",
|
35 |
+
"sp_model_kwargs": {},
|
36 |
+
"tokenizer_class": "LlamaTokenizer",
|
37 |
+
"unk_token": "<unk>",
|
38 |
+
"use_default_system_prompt": true
|
39 |
+
}
|