Spaces:
Sleeping
Sleeping
Create adapters.yaml
Browse files- 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
|