jonasaise commited on
Commit
dffdafa
·
verified ·
1 Parent(s): 4548a00

fixed warning in task_type

Browse files

added speech to text as task_type

Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -30,7 +30,7 @@
30
  "q_proj",
31
  "v_proj"
32
  ],
33
- "task_type": null,
34
  "trainable_token_indices": null,
35
  "use_dora": false,
36
  "use_rslora": false
 
30
  "q_proj",
31
  "v_proj"
32
  ],
33
+ "task_type": "SPEECH_TO_TEXT",
34
  "trainable_token_indices": null,
35
  "use_dora": false,
36
  "use_rslora": false