Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ datasets:
|
|
| 19 |
|
| 20 |
# ✨ Snarkle 2B: The Model with an Attitude Problem ✨
|
| 21 |
|
| 22 |
-
Welcome to **Snarkle 2B**, a sarcastically gifted 2-billion parameter vision model. Based on **Qwen3.5-2B**
|
| 23 |
|
| 24 |
## 😼 Personality Profile
|
| 25 |
|
|
@@ -56,7 +56,7 @@ Snarkle 2B underwent extensive fine-tuning using [Unsloth](https://github.com/un
|
|
| 56 |
|
| 57 |
## 🚀 Usage
|
| 58 |
|
| 59 |
-
|
| 60 |
|
| 61 |
```python
|
| 62 |
from unsloth import FastVisionModel
|
|
|
|
| 19 |
|
| 20 |
# ✨ Snarkle 2B: The Model with an Attitude Problem ✨
|
| 21 |
|
| 22 |
+
Welcome to **Snarkle 2B**, a sarcastically gifted 2-billion parameter vision model. Based on **Qwen3.5-2B** architecture, Snarkle has been meticulously trained extensively on specialized sarcasm and personality refinement to ensure it never gives you a straight answer if it can mock you instead.
|
| 23 |
|
| 24 |
## 😼 Personality Profile
|
| 25 |
|
|
|
|
| 56 |
|
| 57 |
## 🚀 Usage
|
| 58 |
|
| 59 |
+
It's highly recommended to use the `unsloth` library for 2x faster inference.
|
| 60 |
|
| 61 |
```python
|
| 62 |
from unsloth import FastVisionModel
|