Spaces:
Sleeping
Sleeping
Update adapters.yaml
Browse files- adapters.yaml +8 -4
adapters.yaml
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
adapters:
|
2 |
-
- base_model:
|
3 |
-
adapter_repo:
|
4 |
adapter_type: LoRA
|
5 |
tasks:
|
6 |
-
- squad
|
7 |
- sst2
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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: openlm-research/open_llama_3b_v2
|
9 |
+
adapter_repo: Technotech/sd-prompt-instruct-3b-epoch-0.4-lora
|
10 |
+
adapter_type: LoRA
|
11 |
+
tasks:
|
12 |
+
- hellaswag
|
13 |
+
- arc_challenge
|