Silvers-145
commited on
Commit
·
de78601
1
Parent(s):
d5ca8d3
Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lora_alpha": 16,
|
3 |
+
"lora_dropout": 0.1,
|
4 |
+
"r": 64,
|
5 |
+
"bias": "none",
|
6 |
+
"task_type": "CAUSAL_LM",
|
7 |
+
}
|