xezpeleta commited on
Commit
3f31fdd
·
verified ·
1 Parent(s): 36d34fd

Fix adapter_config.json: set base_model_name_or_path and task_type

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "base_model_class": "LTXModel",
7
  "parent_library": "ltx_core.model.transformer.model"
8
  },
9
- "base_model_name_or_path": null,
10
  "bias": "none",
11
  "corda_config": null,
12
  "ensure_weight_tying": false,
@@ -41,7 +41,7 @@
41
  "audio_ff.net.2"
42
  ],
43
  "target_parameters": null,
44
- "task_type": null,
45
  "trainable_token_indices": null,
46
  "use_bdlora": null,
47
  "use_dora": false,
 
6
  "base_model_class": "LTXModel",
7
  "parent_library": "ltx_core.model.transformer.model"
8
  },
9
+ "base_model_name_or_path": "ResembleAI/DramaBox",
10
  "bias": "none",
11
  "corda_config": null,
12
  "ensure_weight_tying": false,
 
41
  "audio_ff.net.2"
42
  ],
43
  "target_parameters": null,
44
+ "task_type": "FEATURE_EXTRACTION",
45
  "trainable_token_indices": null,
46
  "use_bdlora": null,
47
  "use_dora": false,