Safetensors
egogpt_qwen
multimodal

Add pipeline tag and library_name

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - lmms-lab/EgoLife
5
  base_model:
6
  - lmms-lab/llava-onevision-qwen2-7b-ov
 
 
 
7
  tags:
8
  - multimodal
 
 
9
  ---
10
 
 
11
  # EgoGPT-7b-EgoIT-EgoLife
12
 
13
  ## Model Summary
@@ -141,7 +144,10 @@ def main(
141
  model.eval()
142
 
143
  conv_template = "qwen_1_5"
144
- question = f"<image>\n<speech>\n\n{query}"
 
 
 
145
  conv = copy.deepcopy(conv_templates[conv_template])
146
  conv.append_message(conv.roles[0], question)
147
  conv.append_message(conv.roles[1], None)
@@ -209,4 +215,5 @@ if __name__ == "__main__":
209
  booktitle={The IEEE/CVF Conference on Computer Vision and Pattern Recognition},
210
  year={2025},
211
  }
 
212
  ```
 
1
  ---
 
 
 
2
  base_model:
3
  - lmms-lab/llava-onevision-qwen2-7b-ov
4
+ datasets:
5
+ - lmms-lab/EgoLife
6
+ license: apache-2.0
7
  tags:
8
  - multimodal
9
+ pipeline_tag: video-text-to-text
10
+ library_name: transformers
11
  ---
12
 
13
+ ```markdown
14
  # EgoGPT-7b-EgoIT-EgoLife
15
 
16
  ## Model Summary
 
144
  model.eval()
145
 
146
  conv_template = "qwen_1_5"
147
+ question = f"<image>
148
+ <speech>
149
+
150
+ {query}"
151
  conv = copy.deepcopy(conv_templates[conv_template])
152
  conv.append_message(conv.roles[0], question)
153
  conv.append_message(conv.roles[1], None)
 
215
  booktitle={The IEEE/CVF Conference on Computer Vision and Pattern Recognition},
216
  year={2025},
217
  }
218
+ ```
219
  ```