Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
base_model: unsloth/llama-3.2-11b-vision-instruct-unsloth-bnb-4bit
|
2 |
tags:
|
3 |
- text-generation-inference
|
@@ -18,4 +31,4 @@ language:
|
|
18 |
- **Dataset used for fine-tuning:** Amazon Product Descriptions dataset (subset)
|
19 |
- **Key features:**
|
20 |
- LoRA fine-tuning on vision and language components
|
21 |
-
- Gradient checkpointing for long context support
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- unsloth/Llama-3.2-11B-Vision-Instruct-unsloth-bnb-4bit
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
+
tags:
|
9 |
+
- text-generation-inference
|
10 |
+
- transformers
|
11 |
+
- unsloth
|
12 |
+
- mllama
|
13 |
+
---
|
14 |
base_model: unsloth/llama-3.2-11b-vision-instruct-unsloth-bnb-4bit
|
15 |
tags:
|
16 |
- text-generation-inference
|
|
|
31 |
- **Dataset used for fine-tuning:** Amazon Product Descriptions dataset (subset)
|
32 |
- **Key features:**
|
33 |
- LoRA fine-tuning on vision and language components
|
34 |
+
- Gradient checkpointing for long context support
|