JosephusCheung
commited on
Commit
·
5312d69
1
Parent(s):
dd009b6
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,8 @@ tags:
|
|
38 |
|
39 |
GPTQ quants require a good dataset for calibration, and the default C4 dataset is not capable - [see the releated issue](https://huggingface.co/CausalLM/14B/discussions/3)
|
40 |
|
41 |
-
**
|
|
|
42 |
|
43 |
# Read Me:
|
44 |
|
@@ -98,6 +99,9 @@ Win rate **88.26%** on [AlpacaEval Leaderboard](https://tatsu-lab.github.io/alpa
|
|
98 |
|
99 |
**GPT2Tokenizer 上的 llama.cpp 存在一些问题,会尽快修复...**
|
100 |
|
|
|
|
|
|
|
101 |
## 请读我:
|
102 |
|
103 |
另请参阅[7B版本](https://huggingface.co/CausalLM/7B)
|
|
|
38 |
|
39 |
GPTQ quants require a good dataset for calibration, and the default C4 dataset is not capable - [see the releated issue](https://huggingface.co/CausalLM/14B/discussions/3)
|
40 |
|
41 |
+
**llama.cpp GGUF models**
|
42 |
+
GPT2Tokenizer fixed by [Kerfuffle](https://github.com/KerfuffleV2) on [https://github.com/ggerganov/llama.cpp/pull/3743](https://github.com/ggerganov/llama.cpp/pull/3743), new models to be reuploaded.
|
43 |
|
44 |
# Read Me:
|
45 |
|
|
|
99 |
|
100 |
**GPT2Tokenizer 上的 llama.cpp 存在一些问题,会尽快修复...**
|
101 |
|
102 |
+
**llama.cpp GGUF models**
|
103 |
+
GPT2Tokenizer 支持由 [Kerfuffle](https://github.com/KerfuffleV2) 修复于 [https://github.com/ggerganov/llama.cpp/pull/3743](https://github.com/ggerganov/llama.cpp/pull/3743),新模型稍后上传。
|
104 |
+
|
105 |
## 请读我:
|
106 |
|
107 |
另请参阅[7B版本](https://huggingface.co/CausalLM/7B)
|