Mdrnfox commited on
Commit
f02c6e6
·
verified ·
1 Parent(s): cf4ffdb

Update adapters.yaml

Browse files
Files changed (1) hide show
  1. adapters.yaml +9 -3
adapters.yaml CHANGED
@@ -5,10 +5,16 @@ adapters:
5
  tasks:
6
  - sst2
7
 
8
- - base_model: baffo32/decapoda-research-llama-7B-hf
9
- adapter_repo: tloen/alpaca-lora-7b
10
  adapter_type: LoRA
11
  tasks:
 
12
  - sst2
13
- - arc_challenge
 
 
 
 
14
  - hellaswag
 
 
5
  tasks:
6
  - sst2
7
 
8
+ - base_model: openlm-research/open_llama_3b_v2
9
+ adapter_repo: benji1a/openllama-3b-pelt-squad_v2
10
  adapter_type: LoRA
11
  tasks:
12
+ - squad
13
  - sst2
14
+
15
+ - base_model: openlm-research/open_llama_3b_v2
16
+ adapter_repo: Technotech/sd-prompt-instruct-3b-epoch-0.4-lora
17
+ adapter_type: LoRA
18
+ tasks:
19
  - hellaswag
20
+ - arc_challenge