Younes Belkada
commited on
Commit
•
7a49146
1
Parent(s):
4e44f52
Add model
Browse files- README.md +9 -0
- adapter_config.json +14 -0
- adapter_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/opt-350m
|
4 |
+
tags:
|
5 |
+
- peft
|
6 |
+
- lora
|
7 |
+
---
|
8 |
+
# Lora adapters for facebook/opt-350m
|
9 |
+
|
adapter_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bias": "none",
|
3 |
+
"enable_lora": null,
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"lora_alpha": 32,
|
6 |
+
"lora_dropout": 0.05,
|
7 |
+
"merge_weights": false,
|
8 |
+
"peft_type": "LORA",
|
9 |
+
"r": 8,
|
10 |
+
"target_modules": [
|
11 |
+
"q_proj",
|
12 |
+
"v_proj"
|
13 |
+
]
|
14 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61f792370bc046041e2e05596a485310329993843c950e8ab8f96a034e788672
|
3 |
+
size 3178321
|