robertou2 commited on
Commit
869f634
·
verified ·
1 Parent(s): 027e5b9

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -199,4 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
- - PEFT 0.12.0
 
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
+ - PEFT 0.15.0
adapter_config.json CHANGED
@@ -15,22 +15,22 @@
15
  "loftq_config": {},
16
  "lora_alpha": 32,
17
  "lora_bias": false,
18
- "lora_dropout": 0,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
- "r": 32,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "gate_up_proj",
28
  "down_proj",
 
29
  "qkv_proj",
30
  "o_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "trainable_token_indices": null,
34
  "use_dora": false,
35
- "use_rslora": true
36
  }
 
15
  "loftq_config": {},
16
  "lora_alpha": 32,
17
  "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "r": 16,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "down_proj",
28
+ "gate_up_proj",
29
  "qkv_proj",
30
  "o_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "trainable_token_indices": null,
34
  "use_dora": false,
35
+ "use_rslora": false
36
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:914e5c2c729f5250690bd8129fb7e06422a221701d18591ac2e19c6346e0fe7d
3
- size 201361312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae76bd2dee3e0b5568c0c2c39a6d1d969ef9850135262b945e50bcdf7ed22069
3
+ size 100697728
special_tokens_map.json CHANGED
@@ -13,13 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|endoftext|>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -122,6 +122,7 @@
122
  "eos_token": "<|endoftext|>",
123
  "extra_special_tokens": {},
124
  "legacy": false,
 
125
  "model_max_length": 131072,
126
  "pad_token": "<|endoftext|>",
127
  "padding_side": "left",
 
122
  "eos_token": "<|endoftext|>",
123
  "extra_special_tokens": {},
124
  "legacy": false,
125
+ "max_seq_length": 131072,
126
  "model_max_length": 131072,
127
  "pad_token": "<|endoftext|>",
128
  "padding_side": "left",
training_args.bin ADDED
Binary file (5.62 kB). View file