jiangchengchengNLP commited on
Commit
4e41286
1 Parent(s): 7bc78b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ 华佗 GPT2-7B 模型量化版本
5
+ 简介
6
+ 本项目基于华佗 GPT2-7B 模型,使用 transformers 库中的 bitsandbytes 方法进行了 int8 量化,并将量化后的模型上传到了 Hugging Face 模型库。量化后的模型大小约为 8GB,原模型大小为 26.8GB。该模型可以被 transformers 和 vllm 库加载,并配备了对应的 tokenizer 模型文件。
7
+
8
+ 模型详情
9
+ 基础模型:华佗 GPT2-7B
10
+ 量化方法:int8 量化,使用 bitsandbytes 库
11
+ 模型大小:量化后约为 8GB,原模型大小为 26.8GB
12
+ 来源:百川模型支持