Update README.md
Browse files
README.md
CHANGED
|
@@ -23,10 +23,11 @@ widget:
|
|
| 23 |
- text: '<s> [INST] Generate a story about a flying cat [/INST] '
|
| 24 |
example_title: Story
|
| 25 |
group: Completion
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
# BasedBots/cosmo-1b-Q8_0-GGUF
|
| 29 |
-
This model was converted to GGUF format from [`HuggingFaceTB/cosmo-1b`](https://huggingface.co/HuggingFaceTB/cosmo-1b) using llama.cpp
|
| 30 |
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/cosmo-1b) for more details on the model.
|
| 31 |
## Use with llama.cpp
|
| 32 |
|
|
@@ -53,4 +54,4 @@ Note: You can also use this checkpoint directly through the [usage steps](https:
|
|
| 53 |
|
| 54 |
```
|
| 55 |
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m cosmo-1b.Q8_0.gguf -n 128
|
| 56 |
-
```
|
|
|
|
| 23 |
- text: '<s> [INST] Generate a story about a flying cat [/INST] '
|
| 24 |
example_title: Story
|
| 25 |
group: Completion
|
| 26 |
+
pipeline_tag: text-generation
|
| 27 |
---
|
| 28 |
|
| 29 |
# BasedBots/cosmo-1b-Q8_0-GGUF
|
| 30 |
+
This model was converted to GGUF format from [`HuggingFaceTB/cosmo-1b`](https://huggingface.co/HuggingFaceTB/cosmo-1b) using llama.cpp.
|
| 31 |
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/cosmo-1b) for more details on the model.
|
| 32 |
## Use with llama.cpp
|
| 33 |
|
|
|
|
| 54 |
|
| 55 |
```
|
| 56 |
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m cosmo-1b.Q8_0.gguf -n 128
|
| 57 |
+
```
|