hyan commited on
Commit
6343229
·
verified ·
1 Parent(s): 4d1566a

Upload Qwen2VLForConditionalGenerationWithAudio

Browse files
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - base_model:adapter:hyan/qwen-speech-ft
6
  - lora
7
  - transformers
 
 
8
  pipeline_tag: text-generation
9
  model-index:
10
  - name: qwen-speech-ft
 
5
  - base_model:adapter:hyan/qwen-speech-ft
6
  - lora
7
  - transformers
8
+ - trl
9
+ - sft
10
  pipeline_tag: text-generation
11
  model-index:
12
  - name: qwen-speech-ft
adapter_config.json CHANGED
@@ -30,8 +30,8 @@
30
  "revision": null,
31
  "target_modules": [
32
  "k_proj",
33
- "v_proj",
34
- "q_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
30
  "revision": null,
31
  "target_modules": [
32
  "k_proj",
33
+ "q_proj",
34
+ "v_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb86a602bb16f8e623e5f4c1ace202667179c00771527dcbc5caed569e9350a2
3
- size 27550112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b33553d62df3890a355f4ff0f69fafc43aa25c50aea1eeb07de90cee5853a6a
3
+ size 13787584
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "bos_token_id": 151643,
3
  "do_sample": true,
4
  "eos_token_id": [
 
5
  151645,
6
  151643
7
  ],
 
1
  {
 
2
  "do_sample": true,
3
  "eos_token_id": [
4
+ 151645,
5
  151645,
6
  151643
7
  ],