JosephusCheung commited on
Commit
ac6ce97
1 Parent(s): 7cb2702

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
4
  Use the transformers library that does not require remote/external code to load the model, AutoModelForCausalLM and AutoTokenizer (or manually specify LlamaForCausalLM to load LM, GPT2Tokenizer to load Tokenizer), and model quantization should be fully compatible with GGUF (llama.cpp), GPTQ, and AWQ.
5
 
6
  *Do not use wikitext for recalibration.*
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+ # A Chat Model
5
+
6
  Use the transformers library that does not require remote/external code to load the model, AutoModelForCausalLM and AutoTokenizer (or manually specify LlamaForCausalLM to load LM, GPT2Tokenizer to load Tokenizer), and model quantization should be fully compatible with GGUF (llama.cpp), GPTQ, and AWQ.
7
 
8
  *Do not use wikitext for recalibration.*