Upload 18 files
Browse files- LLilmonix3b-v0.1/README.md +20 -0
- LLilmonix3b-v0.1/adapter_config.json +20 -0
- LLilmonix3b-v0.1/adapter_model.bin +3 -0
- LLilmonix3b-v0.1a/README.md +80 -0
- LLilmonix3b-v0.1a/adapter_config.json +20 -0
- LLilmonix3b-v0.1a/adapter_model.bin +3 -0
- LLilmonix3b-v0.2/README.md +20 -0
- LLilmonix3b-v0.2/adapter_config.json +21 -0
- LLilmonix3b-v0.2/adapter_model.bin +3 -0
- LLilmonix3b-v0.2/ggml-adapter-model.bin +3 -0
- LLilmonix3b-v0.2a/README.md +20 -0
- LLilmonix3b-v0.2a/adapter_config.json +21 -0
- LLilmonix3b-v0.2a/adapter_model.bin +3 -0
- LLilmonix3b-v0.2a/ggml-adapter-model.bin +3 -0
- LLilmonix3b-v0.3/README.md +20 -0
- LLilmonix3b-v0.3/adapter_config.json +21 -0
- LLilmonix3b-v0.3/adapter_model.bin +3 -0
- LLilmonix3b-v0.3/ggml-adapter-model.bin +3 -0
LLilmonix3b-v0.1/README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- load_in_8bit: True
|
9 |
+
- load_in_4bit: False
|
10 |
+
- llm_int8_threshold: 6.0
|
11 |
+
- llm_int8_skip_modules: None
|
12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
+
- llm_int8_has_fp16_weight: False
|
14 |
+
- bnb_4bit_quant_type: fp4
|
15 |
+
- bnb_4bit_use_double_quant: False
|
16 |
+
- bnb_4bit_compute_dtype: float32
|
17 |
+
### Framework versions
|
18 |
+
|
19 |
+
|
20 |
+
- PEFT 0.4.0
|
LLilmonix3b-v0.1/adapter_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "togethercomputer/RedPajama-INCITE-Base-3B-v1",
|
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,
|
11 |
+
"lora_dropout": 0.05,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 8,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"query_key_value"
|
18 |
+
],
|
19 |
+
"task_type": "CAUSAL_LM"
|
20 |
+
}
|
LLilmonix3b-v0.1/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ea4292416de5a8ec606959ae86323087ae96efeaa2b5ee942bae23ca898114a
|
3 |
+
size 10509233
|
LLilmonix3b-v0.1a/README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- load_in_8bit: True
|
9 |
+
- load_in_4bit: False
|
10 |
+
- llm_int8_threshold: 6.0
|
11 |
+
- llm_int8_skip_modules: None
|
12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
+
- llm_int8_has_fp16_weight: False
|
14 |
+
- bnb_4bit_quant_type: fp4
|
15 |
+
- bnb_4bit_use_double_quant: False
|
16 |
+
- bnb_4bit_compute_dtype: float32
|
17 |
+
|
18 |
+
The following `bitsandbytes` quantization config was used during training:
|
19 |
+
- load_in_8bit: True
|
20 |
+
- load_in_4bit: False
|
21 |
+
- llm_int8_threshold: 6.0
|
22 |
+
- llm_int8_skip_modules: None
|
23 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
24 |
+
- llm_int8_has_fp16_weight: False
|
25 |
+
- bnb_4bit_quant_type: fp4
|
26 |
+
- bnb_4bit_use_double_quant: False
|
27 |
+
- bnb_4bit_compute_dtype: float32
|
28 |
+
|
29 |
+
The following `bitsandbytes` quantization config was used during training:
|
30 |
+
- load_in_8bit: True
|
31 |
+
- load_in_4bit: False
|
32 |
+
- llm_int8_threshold: 6.0
|
33 |
+
- llm_int8_skip_modules: None
|
34 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
35 |
+
- llm_int8_has_fp16_weight: False
|
36 |
+
- bnb_4bit_quant_type: fp4
|
37 |
+
- bnb_4bit_use_double_quant: False
|
38 |
+
- bnb_4bit_compute_dtype: float32
|
39 |
+
|
40 |
+
The following `bitsandbytes` quantization config was used during training:
|
41 |
+
- load_in_8bit: True
|
42 |
+
- load_in_4bit: False
|
43 |
+
- llm_int8_threshold: 6.0
|
44 |
+
- llm_int8_skip_modules: None
|
45 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
46 |
+
- llm_int8_has_fp16_weight: False
|
47 |
+
- bnb_4bit_quant_type: fp4
|
48 |
+
- bnb_4bit_use_double_quant: False
|
49 |
+
- bnb_4bit_compute_dtype: float32
|
50 |
+
|
51 |
+
The following `bitsandbytes` quantization config was used during training:
|
52 |
+
- load_in_8bit: True
|
53 |
+
- load_in_4bit: False
|
54 |
+
- llm_int8_threshold: 6.0
|
55 |
+
- llm_int8_skip_modules: None
|
56 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
57 |
+
- llm_int8_has_fp16_weight: False
|
58 |
+
- bnb_4bit_quant_type: fp4
|
59 |
+
- bnb_4bit_use_double_quant: False
|
60 |
+
- bnb_4bit_compute_dtype: float32
|
61 |
+
|
62 |
+
The following `bitsandbytes` quantization config was used during training:
|
63 |
+
- load_in_8bit: True
|
64 |
+
- load_in_4bit: False
|
65 |
+
- llm_int8_threshold: 6.0
|
66 |
+
- llm_int8_skip_modules: None
|
67 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
68 |
+
- llm_int8_has_fp16_weight: False
|
69 |
+
- bnb_4bit_quant_type: fp4
|
70 |
+
- bnb_4bit_use_double_quant: False
|
71 |
+
- bnb_4bit_compute_dtype: float32
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- PEFT 0.4.0
|
75 |
+
- PEFT 0.4.0
|
76 |
+
- PEFT 0.4.0
|
77 |
+
- PEFT 0.4.0
|
78 |
+
- PEFT 0.4.0
|
79 |
+
|
80 |
+
- PEFT 0.4.0
|
LLilmonix3b-v0.1a/adapter_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "togethercomputer/RedPajama-INCITE-Base-3B-v1",
|
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": 8,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"query_key_value"
|
18 |
+
],
|
19 |
+
"task_type": "CAUSAL_LM"
|
20 |
+
}
|
LLilmonix3b-v0.1a/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15bf55ae7320b868dfb6bb62c9c3607e961e83216c7bd0fcd41dedbe79cf1834
|
3 |
+
size 10509233
|
LLilmonix3b-v0.2/README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- load_in_8bit: False
|
9 |
+
- load_in_4bit: True
|
10 |
+
- llm_int8_threshold: 6.0
|
11 |
+
- llm_int8_skip_modules: None
|
12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
+
- llm_int8_has_fp16_weight: False
|
14 |
+
- bnb_4bit_quant_type: nf4
|
15 |
+
- bnb_4bit_use_double_quant: False
|
16 |
+
- bnb_4bit_compute_dtype: float16
|
17 |
+
### Framework versions
|
18 |
+
|
19 |
+
|
20 |
+
- PEFT 0.4.0
|
LLilmonix3b-v0.2/adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "openlm-research/open_llama_3b_v2",
|
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.5,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 8,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"v_proj"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
LLilmonix3b-v0.2/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c867f409da9997bfdbd85693dc81a15b188f7bc7b5d64201be5912df3e28f7f
|
3 |
+
size 10686701
|
LLilmonix3b-v0.2/ggml-adapter-model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1265727fbac82320ceec81086b553cca9356ef89244d6891b4464d1e8943b5b0
|
3 |
+
size 10656288
|
LLilmonix3b-v0.2a/README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- load_in_8bit: False
|
9 |
+
- load_in_4bit: True
|
10 |
+
- llm_int8_threshold: 6.0
|
11 |
+
- llm_int8_skip_modules: None
|
12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
+
- llm_int8_has_fp16_weight: False
|
14 |
+
- bnb_4bit_quant_type: nf4
|
15 |
+
- bnb_4bit_use_double_quant: False
|
16 |
+
- bnb_4bit_compute_dtype: float16
|
17 |
+
### Framework versions
|
18 |
+
|
19 |
+
|
20 |
+
- PEFT 0.4.0
|
LLilmonix3b-v0.2a/adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "openlm-research/open_llama_3b_v2",
|
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.5,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 8,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"v_proj"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
LLilmonix3b-v0.2a/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:206995eaf73326ca0b2d8a9de73c2c930f14738828557189a7693bf7242c7d20
|
3 |
+
size 10686701
|
LLilmonix3b-v0.2a/ggml-adapter-model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:527988e630d8f1b34ad8169b80a37818f6136a2db21e2a4ae5d989ca33033a07
|
3 |
+
size 10656288
|
LLilmonix3b-v0.3/README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- load_in_8bit: False
|
9 |
+
- load_in_4bit: True
|
10 |
+
- llm_int8_threshold: 6.0
|
11 |
+
- llm_int8_skip_modules: None
|
12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
+
- llm_int8_has_fp16_weight: False
|
14 |
+
- bnb_4bit_quant_type: nf4
|
15 |
+
- bnb_4bit_use_double_quant: False
|
16 |
+
- bnb_4bit_compute_dtype: float16
|
17 |
+
### Framework versions
|
18 |
+
|
19 |
+
|
20 |
+
- PEFT 0.4.0
|
LLilmonix3b-v0.3/adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "psmathur/orca_mini_3b",
|
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.5,
|
12 |
+
"modules_to_save": null,
|
13 |
+
"peft_type": "LORA",
|
14 |
+
"r": 8,
|
15 |
+
"revision": null,
|
16 |
+
"target_modules": [
|
17 |
+
"q_proj",
|
18 |
+
"v_proj"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
LLilmonix3b-v0.3/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:122dc3e7fe65b19702b7aff4af3d4923f80016eaa4de31e569f250633f76a97a
|
3 |
+
size 10686701
|
LLilmonix3b-v0.3/ggml-adapter-model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c84d51eab6ba29216f77057f9112bd7e63e1988bf38816811d2ce35e3655d5d0
|
3 |
+
size 10656288
|