Farouk
commited on
Commit
β’
0af0e22
1
Parent(s):
ffa64da
commit files to HF hub
Browse files- checkpoint-800/README.md β README.md +0 -0
- checkpoint-800/adapter_config.json +0 -26
- checkpoint-800/adapter_model.bin +0 -3
- checkpoint-800/added_tokens.json +0 -3
- checkpoint-800/special_tokens_map.json +0 -6
- checkpoint-800/tokenizer.model +0 -3
- checkpoint-800/tokenizer_config.json +0 -35
- checkpoint-800/training_args.bin +0 -3
- checkpoint-800/optimizer.pt β optimizer.pt +0 -0
- checkpoint-800/rng_state.pth β rng_state.pth +0 -0
- checkpoint-800/scheduler.pt β scheduler.pt +0 -0
- checkpoint-800/trainer_state.json β trainer_state.json +0 -0
checkpoint-800/README.md β README.md
RENAMED
File without changes
|
checkpoint-800/adapter_config.json
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "NousResearch/Nous-Hermes-llama-2-7b",
|
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": 16.0,
|
11 |
-
"lora_dropout": 0.1,
|
12 |
-
"modules_to_save": null,
|
13 |
-
"peft_type": "LORA",
|
14 |
-
"r": 64,
|
15 |
-
"revision": null,
|
16 |
-
"target_modules": [
|
17 |
-
"o_proj",
|
18 |
-
"k_proj",
|
19 |
-
"q_proj",
|
20 |
-
"gate_proj",
|
21 |
-
"v_proj",
|
22 |
-
"up_proj",
|
23 |
-
"down_proj"
|
24 |
-
],
|
25 |
-
"task_type": "CAUSAL_LM"
|
26 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-800/adapter_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c1534aae6aa4082b5cfa27488a3dfb8cf5ddffe0d2de3437ac90bbe6e99eb8a3
|
3 |
-
size 319977229
|
|
|
|
|
|
|
|
checkpoint-800/added_tokens.json
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"<pad>": 32000
|
3 |
-
}
|
|
|
|
|
|
|
|
checkpoint-800/special_tokens_map.json
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": "<s>",
|
3 |
-
"eos_token": "</s>",
|
4 |
-
"pad_token": "<unk>",
|
5 |
-
"unk_token": "<unk>"
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-800/tokenizer.model
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
-
size 499723
|
|
|
|
|
|
|
|
checkpoint-800/tokenizer_config.json
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"add_bos_token": true,
|
3 |
-
"add_eos_token": false,
|
4 |
-
"bos_token": {
|
5 |
-
"__type": "AddedToken",
|
6 |
-
"content": "<s>",
|
7 |
-
"lstrip": false,
|
8 |
-
"normalized": true,
|
9 |
-
"rstrip": false,
|
10 |
-
"single_word": false
|
11 |
-
},
|
12 |
-
"clean_up_tokenization_spaces": false,
|
13 |
-
"eos_token": {
|
14 |
-
"__type": "AddedToken",
|
15 |
-
"content": "</s>",
|
16 |
-
"lstrip": false,
|
17 |
-
"normalized": true,
|
18 |
-
"rstrip": false,
|
19 |
-
"single_word": false
|
20 |
-
},
|
21 |
-
"legacy": false,
|
22 |
-
"model_max_length": 1000000000000000019884624838656,
|
23 |
-
"pad_token": null,
|
24 |
-
"padding_side": "right",
|
25 |
-
"sp_model_kwargs": {},
|
26 |
-
"tokenizer_class": "LlamaTokenizer",
|
27 |
-
"unk_token": {
|
28 |
-
"__type": "AddedToken",
|
29 |
-
"content": "<unk>",
|
30 |
-
"lstrip": false,
|
31 |
-
"normalized": true,
|
32 |
-
"rstrip": false,
|
33 |
-
"single_word": false
|
34 |
-
}
|
35 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-800/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3bff4af165f56bb71101d04f975a703b5813501ad63fa33abd20808564b39893
|
3 |
-
size 6011
|
|
|
|
|
|
|
|
checkpoint-800/optimizer.pt β optimizer.pt
RENAMED
File without changes
|
checkpoint-800/rng_state.pth β rng_state.pth
RENAMED
File without changes
|
checkpoint-800/scheduler.pt β scheduler.pt
RENAMED
File without changes
|
checkpoint-800/trainer_state.json β trainer_state.json
RENAMED
File without changes
|