doberst commited on
Commit
d2deab0
·
1 Parent(s): 406a641

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -7,3 +7,12 @@ This repository includes some of our favorite **bonchon** ('side dishes' in Kore
7
  We currently include in this repository several of our favorite GGUF files from TheBloke, including four of our favorite 7B chat models, in Q4_K_M GGUF files.
8
 
9
  This repository is Public, but intended primarily for use in conjunction with other llmware models, datasets and libraries.
 
 
 
 
 
 
 
 
 
 
7
  We currently include in this repository several of our favorite GGUF files from TheBloke, including four of our favorite 7B chat models, in Q4_K_M GGUF files.
8
 
9
  This repository is Public, but intended primarily for use in conjunction with other llmware models, datasets and libraries.
10
+
11
+ Please note specific licensing information and reference for files included in the repository:
12
+
13
+ 1. HuggingFaceH4/Zephyr-7B-GGUF - MIT License - [original repository link](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
14
+ 2. Teknium/OpenHermes-2.5-Mistral-7B-GGUF - Apache 2.0 License - [original repository link](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
15
+ 3. Llama2-Chat-7B-GGUF - [Llama2 License](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf/blob/main/LICENSE.txt) - [original repository link](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)
16
+ 4. Starling-7B-GGUF - CC-BY-NC-4.0 License - Non-Commercial - [original repository link](https://huggingface.co/berkeley-nest/Starling-LM-7B-alpha)
17
+
18
+ Please also see [TheBloke](https://huggingface.co/TheBloke) for more information on GGUF.