BasedBots commited on
Commit
76cdbab
1 Parent(s): 1aa5490

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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-Q4_K_M-GGUF
29
- This model was converted to GGUF format from [`HuggingFaceTB/cosmo-1b`](https://huggingface.co/HuggingFaceTB/cosmo-1b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
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.Q4_K_M.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-Q4_K_M-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.Q4_K_M.gguf -n 128
57
+ ```