ddh0 commited on
Commit
6e57894
1 Parent(s): 4e192c2

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-200K/blob/main/LICENSE
 
5
  ---
 
 
 
 
 
 
2
  license: other
3
  license_name: yi-license
4
  license_link: https://huggingface.co/01-ai/Yi-6B-200K/blob/main/LICENSE
5
+ pipeline_tag: text-generation
6
  ---
7
+ This is 01-ai's [Yi-6B-200K](https://huggingface.co/01-ai/Yi-6B-200K), 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/898aeca90a9bb992f506234cf3b8b7f7fa28a1df/convert.py) (that is, the last change to the file was in commit `#898aeca`.)
10
+
11
+ All credit belongs to [01-ai](https://huggingface.co/01-ai) for training and releasing this model. Thank you!