Commit
路
bcca040
1
Parent(s):
7310746
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ tags:
|
|
32 |
---
|
33 |

|
34 |
|
35 |
-
*Image drawn by GPT-4 DALL路E 3* TL;DR: Perhaps better than all existing models < 70B, in most quantitative evaluations
|
36 |
|
37 |
# CausalLM 14B - Fully Compatible with Meta LLaMA 2
|
38 |
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 is fully compatible with GGUF (llama.cpp), GPTQ, and AWQ.
|
|
|
32 |
---
|
33 |

|
34 |
|
35 |
+
*Image drawn by GPT-4 DALL路E 3* TL;DR: **Perhaps better than all existing models < 70B, in most quantitative evaluations...**
|
36 |
|
37 |
# CausalLM 14B - Fully Compatible with Meta LLaMA 2
|
38 |
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 is fully compatible with GGUF (llama.cpp), GPTQ, and AWQ.
|