ngxson HF Staff commited on
Commit
43249da
·
verified ·
1 Parent(s): b465f30

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: qwen-research
4
+ license_link: https://huggingface.co/Qwen/Qwen2.5-Omni-3B/blob/main/LICENSE
5
+ language:
6
+ - en
7
+ tags:
8
+ - multimodal
9
+ pipeline_tag: any-to-any
10
+ base_model:
11
+ - Qwen/Qwen2.5-Omni-3B
12
+ ---
13
+
14
+ # Qwen2.5-Omni-3B-GGUF
15
+
16
+ Original model: https://huggingface.co/Qwen/Qwen2.5-Omni-3B
17
+
18
+ Modalities:
19
+ - ✅ Text input
20
+ - ✅ Audio input
21
+ - ✅ Image input
22
+ - ❌ Video input
23
+ - ❌ Audio generation
24
+
25
+ Ref PR: https://github.com/ggml-org/llama.cpp/pull/13784