LPN64 commited on
Commit
d6202fc
1 Parent(s): c3eef0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -5,6 +5,11 @@ base_model:
5
  datasets:
6
  - THUDM/LongCite-45k
7
  pipeline_tag: text-generation
 
 
 
 
 
8
  ---
9
  GGUF version of longcite, you need to add the following tokens as stop tokens : `[128000, 128007, 128009]` or `["<|begin_of_text|>", "<|end_header_id|>", "<|eot_id|>"]`
10
 
@@ -191,4 +196,4 @@ if __name__ == "__main__":
191
 
192
 
193
 
194
- ```
 
5
  datasets:
6
  - THUDM/LongCite-45k
7
  pipeline_tag: text-generation
8
+ tags:
9
+ - imatrix
10
+ - importance matrix
11
+ - gguf
12
+ - llama.cpp
13
  ---
14
  GGUF version of longcite, you need to add the following tokens as stop tokens : `[128000, 128007, 128009]` or `["<|begin_of_text|>", "<|end_header_id|>", "<|eot_id|>"]`
15
 
 
196
 
197
 
198
 
199
+ ```