willieseun commited on
Commit
5b1a594
1 Parent(s): fa7b327

Upload model

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. adapter_config.json +3 -3
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
 
 
 
2
  library_name: transformers
3
  tags:
4
  - NLP
5
  - Text Generation
6
  - Fine-tuning
7
  - Language Model
8
- license: apache-2.0
9
- language:
10
- - en
11
  pipeline_tag: text-generation
12
  ---
13
  ## Model Details
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
  library_name: transformers
6
  tags:
7
  - NLP
8
  - Text Generation
9
  - Fine-tuning
10
  - Language Model
 
 
 
11
  pipeline_tag: text-generation
12
  ---
13
  ## Model Details
adapter_config.json CHANGED
@@ -21,10 +21,10 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
- "gate_proj",
25
- "k_proj",
26
  "v_proj",
27
- "o_proj"
 
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
 
 
24
  "v_proj",
25
+ "gate_proj",
26
+ "o_proj",
27
+ "k_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,