ecastera commited on
Commit
da85ac6
1 Parent(s): d2b77c0

Upload 9 files

Browse files
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "cognitivecomputations/dolphin-2.9-llama3-8b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "q_proj",
27
+ "gate_proj",
28
+ "k_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e89994da2702c28e7f05cc85098d455557ad688b92e8a1f13f10ab6cbdf21b
3
+ size 335604696
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/quique/text-models/training/models/cognitivecomputations/dolphin-2.9-llama3-8b-trained-2",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "cognitivecomputations/dolphin-2.9-llama3-8b",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:359517c2e9abee07fa1703193d1ec08cfbba21b0bf9aeb705cb73b4a4b8aaf5c
3
- size 4089363406
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6511550732118f16a2bfcb0076c469209f4a7263fed9b59aa05a29650bcff2
3
+ size 4089363407
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3152dd4d64bc3bd139af4428515e96fca75417df731ea61cad123ee1707eaf66
3
  size 1613415256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b00d62acd104aab417865cdcb944e07a998c85e894f8c078aae9088091b5e2
3
  size 1613415256
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
  "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 128001,
9
- "pad_type_id": 0,
10
- "pad_token": "<|end_of_text|>"
11
  },
 
12
  "added_tokens": [
13
  {
14
  "id": 128000,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
 
 
4
  "direction": "Right",
5
+ "max_length": 300,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
 
8
  },
9
+ "padding": null,
10
  "added_tokens": [
11
  {
12
  "id": 128000,