Q-bert commited on
Commit
f3dfef9
1 Parent(s): 34a9960

Upload model

Browse files
Files changed (3) hide show
  1. README.md +1 -6
  2. adapter_config.json +19 -0
  3. adapter_model.bin +3 -0
README.md CHANGED
@@ -1,8 +1,3 @@
1
  ---
2
- library_name: adapter-transformers
3
- tags:
4
- - peft
5
  ---
6
- # ZeTa Adapter
7
-
8
- The ZeTa adapter is a powerful tool for enhancing the capabilities of the GPT-Neox 20B language model. Trained on the Alpaca dataset, this adapter allows the model to perform even better on a variety of natural language processing tasks.
 
1
  ---
2
+ library_name: peft
 
 
3
  ---
 
 
 
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "EleutherAI/gpt-neox-20b",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 32,
10
+ "lora_dropout": 0.05,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 8,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "query_key_value"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd68a2399f19efa2242b116d387844e78bf5a7e40a7738ca81136f794ae0ae93
3
+ size 34635513