Text Generation
Transformers
English
TheBloke commited on
Commit
4abfbda
1 Parent(s): 2853859

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -24,9 +24,9 @@ pipeline_tag: text-generation
24
  </div>
25
  <!-- header end -->
26
 
27
- # Open-Orca's OpenOrca Preview1 200k GPT4 LLaMA 13B GGML
28
 
29
- These files are GGML format model files for [Open-Orca's OpenOrca Preview1 200k GPT4 LLaMA 13B](https://huggingface.co/Open-Orca/OpenOrca_Preview1-200k-GPT4_LLaMA-13B).
30
 
31
  GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
32
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful GGML web UI with full GPU acceleration out of the box. Especially good for story telling.
@@ -40,9 +40,9 @@ These files were quantised using hardware kindly provided by [Latitude.sh](https
40
 
41
  ## Repositories available
42
 
43
- * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/OpenOrca_Preview1-200k-GPT4_LLaMA-13B-GPTQ)
44
- * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/OpenOrca_Preview1-200k-GPT4_LLaMA-13B-GGML)
45
- * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Open-Orca/OpenOrca_Preview1-200k-GPT4_LLaMA-13B)
46
 
47
  ## Prompt template: Alpaca
48
 
 
24
  </div>
25
  <!-- header end -->
26
 
27
+ # Open-Orca's OpenOrca-Preview1-13B GGML
28
 
29
+ These files are GGML format model files for [Open-Orca's OpenOrca-Preview1-13B](https://huggingface.co/Open-Orca/OpenOrca-Preview1-13B).
30
 
31
  GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
32
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful GGML web UI with full GPU acceleration out of the box. Especially good for story telling.
 
40
 
41
  ## Repositories available
42
 
43
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/OpenOrca_Preview1-13B-GPTQ)
44
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/OpenOrca_Preview1-13B-GGML)
45
+ * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Open-Orca/OpenOrca-Preview1-13B)
46
 
47
  ## Prompt template: Alpaca
48