martingenzel commited on
Commit
755d958
·
verified ·
1 Parent(s): f50e653
Files changed (2) hide show
  1. README.md +10 -4
  2. config.json +7 -7
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  license: other
3
- datasets: ['allenai/c4']
4
- language: ['en']
5
- metrics: ['perplexity', 'accuracy']
6
- tags: ['acip', 'pytorch']
 
 
 
 
 
 
7
  base_model:
8
  - jeffwan/llama-7b-hf
9
  pipeline_tag: text-generation
 
1
  ---
2
  license: other
3
+ datasets:
4
+ - allenai/c4
5
+ language:
6
+ - en
7
+ metrics:
8
+ - perplexity
9
+ - accuracy
10
+ tags:
11
+ - acip
12
+ - pytorch
13
  base_model:
14
  - jeffwan/llama-7b-hf
15
  pipeline_tag: text-generation
config.json CHANGED
@@ -9,9 +9,9 @@
9
  "bias": "none",
10
  "eva_config": null,
11
  "exclude_modules": [
12
- "parametrization",
13
  "base",
14
- "ortho"
 
15
  ],
16
  "fan_in_fan_out": false,
17
  "inference_mode": false,
@@ -31,14 +31,14 @@
31
  "rank_pattern": {},
32
  "revision": null,
33
  "target_modules": [
34
- "up_proj",
35
- "q_proj",
36
- "k_proj",
37
- "v_proj",
38
- "ortho",
39
  "base",
40
  "gate_proj",
 
 
41
  "o_proj",
 
 
 
42
  "down_proj"
43
  ],
44
  "task_type": "CAUSAL_LM",
 
9
  "bias": "none",
10
  "eva_config": null,
11
  "exclude_modules": [
 
12
  "base",
13
+ "ortho",
14
+ "parametrization"
15
  ],
16
  "fan_in_fan_out": false,
17
  "inference_mode": false,
 
31
  "rank_pattern": {},
32
  "revision": null,
33
  "target_modules": [
 
 
 
 
 
34
  "base",
35
  "gate_proj",
36
+ "up_proj",
37
+ "ortho",
38
  "o_proj",
39
+ "v_proj",
40
+ "q_proj",
41
+ "k_proj",
42
  "down_proj"
43
  ],
44
  "task_type": "CAUSAL_LM",