cistine commited on
Commit
52b8ab0
1 Parent(s): 35bcbb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ The vision of OpenCSG is to empower every industry, every company, and every ind
35
  stable-code-3b is a decoder-only language model with 2.7 billion parameters, pre-trained on 1.3 trillion tokens of diverse textual and code datasets. The model is trained on 18 programming languages, selected based on the 2023 StackOverflow Developer Survey.
36
  It demonstrates state-of-the-art performance, compared to models of similar size, across multiple programming languages tested using BigCode's Evaluation Harness.
37
 
38
- opencsg-stable-code-3b-v1 is a series of models based on stable-code-3b that have been fine-tuned using full-parameter tuning methods.
39
  <br>
40
 
41
  This is the repository for the base 3B version finetuned based on [stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b).
@@ -138,7 +138,7 @@ OpenCSG 的愿景是让每个行业、每个公司、每个人都拥有自己的
138
 
139
  stable-code-3b是一个拥有27亿参数的解码器语言模型,使用了13000亿个多样化文本和代码数据令牌进行预训练。
140
  该模型训练了18种编程语言,在使用BigCode的评估工具测试的多种编程语言上,表现出与相似规模模型相比的最新性能。
141
- opencsg-stable-code-3b-v1是是一系列基于stable-code-3b的通过全参数微调方法进行调优的模型。
142
 
143
  <br>
144
 
 
35
  stable-code-3b is a decoder-only language model with 2.7 billion parameters, pre-trained on 1.3 trillion tokens of diverse textual and code datasets. The model is trained on 18 programming languages, selected based on the 2023 StackOverflow Developer Survey.
36
  It demonstrates state-of-the-art performance, compared to models of similar size, across multiple programming languages tested using BigCode's Evaluation Harness.
37
 
38
+ opencsg-stable-code-3b-v1 is a model based on stable-code-3b that have been fine-tuned using full-parameter tuning methods.
39
  <br>
40
 
41
  This is the repository for the base 3B version finetuned based on [stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b).
 
138
 
139
  stable-code-3b是一个拥有27亿参数的解码器语言模型,使用了13000亿个多样化文本和代码数据令牌进行预训练。
140
  该模型训练了18种编程语言,在使用BigCode的评估工具测试的多种编程语言上,表现出与相似规模模型相比的最新性能。
141
+ opencsg-stable-code-3b-v1是基于stable-code-3b的通过全参数微调方法进行调优的模型。
142
 
143
  <br>
144