jupyterjazz
commited on
Commit
•
f960115
1
Parent(s):
79c3c93
chore: change num lora def value
Browse filesSigned-off-by: jupyterjazz <[email protected]>
configuration_xlm_roberta.py
CHANGED
@@ -21,7 +21,7 @@ class XLMRobertaFlashConfig(PretrainedConfig):
|
|
21 |
position_embedding_type="absolute",
|
22 |
use_cache=True,
|
23 |
classifier_dropout=None,
|
24 |
-
num_loras=
|
25 |
load_trained_adapters=False,
|
26 |
**kwargs,
|
27 |
):
|
|
|
21 |
position_embedding_type="absolute",
|
22 |
use_cache=True,
|
23 |
classifier_dropout=None,
|
24 |
+
num_loras=1,
|
25 |
load_trained_adapters=False,
|
26 |
**kwargs,
|
27 |
):
|