clearloop commited on
Commit
95ce421
·
1 Parent(s): 5736562

docs(README): add yaml headers in README

Browse files
Files changed (3) hide show
  1. LICENSE +1 -0
  2. README.md +11 -2
  3. llama2/README.md +1 -1
LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ llama2
README.md CHANGED
@@ -1,7 +1,16 @@
 
 
 
 
 
 
 
 
 
1
  ## Tokenzier
2
 
3
  Tokenizer collection for different models, used in [cydonia](https://github.com/clearloop/cydonia).
4
 
5
- ## License
6
 
7
- Licenses are distributed in the different sub-folders.
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ tags:
6
+ - tokenizer
7
+ license-name: mixed
8
+ ---
9
+
10
  ## Tokenzier
11
 
12
  Tokenizer collection for different models, used in [cydonia](https://github.com/clearloop/cydonia).
13
 
14
+ ## LICENSE
15
 
16
+ [LICENSE](LICENSE)
llama2/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Llama-2-7B-Chat-Q4-0
2
 
3
  This repo is extracted from [meta-llama/Llama-2-7b-chat-hf][llama2-7b-chat-hf] for easy downloading with cydonia.
4
 
 
1
+ ## Llama-2-7B-Chat
2
 
3
  This repo is extracted from [meta-llama/Llama-2-7b-chat-hf][llama2-7b-chat-hf] for easy downloading with cydonia.
4