Transformers
Safetensors
PEFT
English
multimodal
visual-grounding
chain-of-thought
system-2
qwen
siglip
Instructions to use MeowML/Visual-Primitives-Qwen2.5-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MeowML/Visual-Primitives-Qwen2.5-3B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MeowML/Visual-Primitives-Qwen2.5-3B", dtype="auto") - PEFT
How to use MeowML/Visual-Primitives-Qwen2.5-3B with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload Thinking_with_Visual_Primitives.pdf
Browse files- .gitattributes +1 -0
- Thinking_with_Visual_Primitives.pdf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Thinking_with_Visual_Primitives.pdf filter=lfs diff=lfs merge=lfs -text
|
Thinking_with_Visual_Primitives.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1951785873385498b608b7aa66868f9915ecd78f6c578d42ef52d80ad25f7153
|
| 3 |
+
size 4739600
|