Add link to afrideva/Smol-Llama-101M-Chat-v1-GGUF
Browse files
README.md
CHANGED
@@ -84,6 +84,7 @@ inference:
|
|
84 |
- [starfishmedical/webGPT_x_dolly](https://huggingface.co/datasets/starfishmedical/webGPT_x_dolly)
|
85 |
- [THUDM/webglm-qa](https://huggingface.co/datasets/THUDM/webglm-qa)
|
86 |
- Availability in other ML formats:
|
|
|
87 |
- ONNX: [Felladrin/onnx-Smol-Llama-101M-Chat-v1](https://huggingface.co/Felladrin/onnx-Smol-Llama-101M-Chat-v1)
|
88 |
|
89 |
## Recommended Prompt Format
|
@@ -100,7 +101,7 @@ The recommended prompt format is as follows:
|
|
100 |
|
101 |
## Recommended Inference Parameters
|
102 |
|
103 |
-
To get the best results, add special tokens and
|
104 |
|
105 |
```yml
|
106 |
add_special_tokens: true
|
|
|
84 |
- [starfishmedical/webGPT_x_dolly](https://huggingface.co/datasets/starfishmedical/webGPT_x_dolly)
|
85 |
- [THUDM/webglm-qa](https://huggingface.co/datasets/THUDM/webglm-qa)
|
86 |
- Availability in other ML formats:
|
87 |
+
- GGUF: [afrideva/Smol-Llama-101M-Chat-v1-GGUF](https://huggingface.co/afrideva/Smol-Llama-101M-Chat-v1-GGUF)
|
88 |
- ONNX: [Felladrin/onnx-Smol-Llama-101M-Chat-v1](https://huggingface.co/Felladrin/onnx-Smol-Llama-101M-Chat-v1)
|
89 |
|
90 |
## Recommended Prompt Format
|
|
|
101 |
|
102 |
## Recommended Inference Parameters
|
103 |
|
104 |
+
To get the best results, add special tokens and use [contrastive search](https://huggingface.co/docs/transformers/main/en/generation_strategies#contrastive-search):
|
105 |
|
106 |
```yml
|
107 |
add_special_tokens: true
|