Upload 6 files
Browse files- adapter_config.json +18 -0
- adapter_model.bin +3 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +9 -0
- tokenizer.model +3 -0
- tokenizer_config.json +10 -0
adapter_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "/home/brian/Program_Files/text-generation-webui/models/eachadea_vicuna-13b",
|
3 |
+
"bias": "none",
|
4 |
+
"enable_lora": null,
|
5 |
+
"fan_in_fan_out": false,
|
6 |
+
"inference_mode": true,
|
7 |
+
"lora_alpha": 32,
|
8 |
+
"lora_dropout": 0.05,
|
9 |
+
"merge_weights": false,
|
10 |
+
"modules_to_save": null,
|
11 |
+
"peft_type": "LORA",
|
12 |
+
"r": 16,
|
13 |
+
"target_modules": [
|
14 |
+
"q_proj",
|
15 |
+
"v_proj"
|
16 |
+
],
|
17 |
+
"task_type": "CAUSAL_LM"
|
18 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e0e17ea3e4a3422c3ec11e844f887a34f42445550e563eda8d84776921cdf4c
|
3 |
+
size 52486477
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3044d61bab739df631f8672d0625d4316354035b6f3c0934cfbf6b5fe231a483
|
3 |
+
size 21567
|
special_tokens_map.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "</s>",
|
3 |
+
"cls_token": "[PAD]",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": "[PAD]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[PAD]",
|
8 |
+
"unk_token": "</s>"
|
9 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "",
|
3 |
+
"clean_up_tokenization_spaces": false,
|
4 |
+
"eos_token": "",
|
5 |
+
"model_max_length": 378,
|
6 |
+
"padding_side": "right",
|
7 |
+
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--decapoda-research--llama-13b-hf/snapshots/438770a656712a5072229b62256521845d4de5ce/special_tokens_map.json",
|
8 |
+
"tokenizer_class": "LlamaTokenizer",
|
9 |
+
"unk_token": ""
|
10 |
+
}
|