Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ tags:
|
|
17 |
- Allenai
|
18 |
- SFT
|
19 |
- DPO
|
|
|
20 |
pipeline_tag: text-generation
|
21 |
---
|
22 |
|
@@ -67,4 +68,4 @@ outputs = model.generate(inputs)
|
|
67 |
print(tokenizer.decode(outputs[0]))
|
68 |
```
|
69 |
|
70 |
-
|
|
|
17 |
- Allenai
|
18 |
- SFT
|
19 |
- DPO
|
20 |
+
- GGUF
|
21 |
pipeline_tag: text-generation
|
22 |
---
|
23 |
|
|
|
68 |
print(tokenizer.decode(outputs[0]))
|
69 |
```
|
70 |
|
71 |
+
You can also use the model in llama.cpp through the [gguf version](https://huggingface.co/SultanR/SmolTulu-1.7b-Instruct-GGUF)!
|