ddh0 commited on
Commit
e0ae535
1 Parent(s): f85676a

Initial README

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -2,4 +2,10 @@
2
  license: other
3
  license_name: yi-license
4
  license_link: https://huggingface.co/01-ai/Yi-6B/blob/main/LICENSE
 
5
  ---
 
 
 
 
 
 
2
  license: other
3
  license_name: yi-license
4
  license_link: https://huggingface.co/01-ai/Yi-6B/blob/main/LICENSE
5
+ pipeline_tag: text-generation
6
  ---
7
+ This is 01-ai's [Yi-6B](https://huggingface.co/01-ai/Yi-6B), converted to GGUF without quantization. No other changes were made.
8
+
9
+ The model was converted using `convert.py` from Georgi Gerganov's llama.cpp repo as it appears [here](https://github.com/ggerganov/llama.cpp/blob/ff5a3f0c09dfa0a8e0bf76d1748df5c6dee0e8ff/convert.py) (that is, the last change to the file was in commit `#ff5a3f0`.)
10
+
11
+ All credit belongs to [01-ai](https://huggingface.co/01-ai) for training and releasing this model. Thank you!