Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ GGUF : https://huggingface.co/prithivMLmods/Bootes-Qwen3_Coder-Reasoning-Q4_K_M-
|
|
55 |
6. Efficient 4B Architecture
|
56 |
Based on Qwen3-4B for a performance-efficient inference model that scales well on mid-range GPUs and cloud deployment setups.
|
57 |
|
58 |
-
## Quickstart with Transformers
|
59 |
|
60 |
```python
|
61 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
55 |
6. Efficient 4B Architecture
|
56 |
Based on Qwen3-4B for a performance-efficient inference model that scales well on mid-range GPUs and cloud deployment setups.
|
57 |
|
58 |
+
## Quickstart with Transformers🤗
|
59 |
|
60 |
```python
|
61 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|