Mdrnfox commited on
Commit
1d0493c
·
verified ·
1 Parent(s): 13eac22

Create adapters.yaml

Browse files
Files changed (1) hide show
  1. adapters.yaml +12 -0
adapters.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapters:
2
+ - base_model: gpt2
3
+ adapter_repo: peft-internal-testing/gpt2-lora-random
4
+ adapter_type: LoRA
5
+ tasks:
6
+ - sst2
7
+
8
+ - base_model: distilbert-base-uncased
9
+ adapter_repo: rambodazimi/distilbert-base-lora-mrpc
10
+ adapter_type: LoRA
11
+ tasks:
12
+ - mrpc