nopperl commited on
Commit
812d059
1 Parent(s): 8e8d02e

Update readme and add image

Browse files
Files changed (2) hide show
  1. README.md +7 -6
  2. zicklein-ggml.jpg +0 -0
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
  license: apache-2.0
3
- language:
4
- - de
5
- tags:
6
- - llama
7
- - alpaca
8
  ---
9
 
 
 
 
 
10
  # Zicklein-GGML
11
 
12
- GGML conversion of [Zicklein](https://github.com/avocardio/zicklein) (a German [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) LoRa for [LLaMA](https://github.com/facebookresearch/llama)). Compatible with [llama.cpp](https://github.com/ggerganov/llama.cpp) version master-2d43387 or later.
 
 
 
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
4
 
5
+ <p align="center" width="100%">
6
+ <img src="zicklein-ggml.jpg" alt="a lean, scrawny llama at the oktoberfest" style="width: 20%; min-width: 300px; display: block; margin: auto;">
7
+ </p>
8
+
9
  # Zicklein-GGML
10
 
11
+ GGML conversion of [Zicklein](https://github.com/avocardio/zicklein) (a German [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) LoRa for [LLaMA](https://github.com/facebookresearch/llama)). Compatible with [llama.cpp](https://github.com/ggerganov/llama.cpp) version master-2d43387 or later. See [Alpaca](https://github.com/tatsu-lab/stanford_alpaca#data-release) for instructions on how to prompt the model.
12
+
13
+ More information about the conversion process is in this [git repo](https://github.com/nikuya3/Zicklein-GGML).
zicklein-ggml.jpg ADDED