Update README.md
Browse files
README.md
CHANGED
@@ -210,6 +210,7 @@ if __name__ == "__main__":
|
|
210 |
## 模型简介
|
211 |
|
212 |
CodeFuse-DeepSeek-33B-4bits是代码大模型[CodeFuse-DeepSeek-33B](https://modelscope.cn/models/codefuse-ai/CodeFuse-DeepSeek-33B/summary)的4-bits量化版本,后者基于底座模型DeepSeek-Coder-33B使用MFTCoder框架在多个代码相关任务上微调得到。
|
|
|
213 |
经过4-bits量化后,CodeFuse-DeepSeek-33B-4bits可在单张A10 (24GB显存)或者RTX 4090(24G显存)上加载。量化后,CodeFuse-DeepSeek-33B-4bits仍取得HumanEval pass@1 78.05%。
|
214 |
<br>
|
215 |
|
|
|
210 |
## 模型简介
|
211 |
|
212 |
CodeFuse-DeepSeek-33B-4bits是代码大模型[CodeFuse-DeepSeek-33B](https://modelscope.cn/models/codefuse-ai/CodeFuse-DeepSeek-33B/summary)的4-bits量化版本,后者基于底座模型DeepSeek-Coder-33B使用MFTCoder框架在多个代码相关任务上微调得到。
|
213 |
+
|
214 |
经过4-bits量化后,CodeFuse-DeepSeek-33B-4bits可在单张A10 (24GB显存)或者RTX 4090(24G显存)上加载。量化后,CodeFuse-DeepSeek-33B-4bits仍取得HumanEval pass@1 78.05%。
|
215 |
<br>
|
216 |
|