VextLabs commited on
Commit
6fa122f
·
verified ·
1 Parent(s): 05eecc7

Fix base_model_name_or_path: dead local path -> juwel-beryl (80L)

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -1,9 +1,10 @@
1
  {
 
2
  "alora_invocation_tokens": null,
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
- "base_model_name_or_path": "/models/theron/base",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
@@ -125,6 +126,5 @@
125
  "use_bdlora": null,
126
  "use_dora": false,
127
  "use_qalora": false,
128
- "use_rslora": false,
129
- "_padded_from_v9": true
130
- }
 
1
  {
2
+ "_padded_from_v9": true,
3
  "alora_invocation_tokens": null,
4
  "alpha_pattern": {},
5
  "arrow_config": null,
6
  "auto_mapping": null,
7
+ "base_model_name_or_path": "VextLabsinc/juwel-beryl",
8
  "bias": "none",
9
  "corda_config": null,
10
  "ensure_weight_tying": false,
 
126
  "use_bdlora": null,
127
  "use_dora": false,
128
  "use_qalora": false,
129
+ "use_rslora": false
130
+ }