rookielyb commited on
Commit
8df4ff5
·
1 Parent(s): fbe13a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -20,6 +20,10 @@ pipeline_tag: text-generation
20
  - [Ziya-Writing-LLaMa-13B-v1](https://huggingface.co/IDEA-CCNL/Ziya-Writing-LLaMa-13B-v1)
21
  - [Ziya-Coding-15B-v1](https://huggingface.co/IDEA-CCNL/Ziya-Coding-15B-v1)
22
 
 
 
 
 
23
  ## 简介 Brief Introduction
24
 
25
  使用自然语言生成高质量的代码是大模型落地中的高频需求。今天,IDEA研究院封神榜团队正式开源最新的代码大模型Ziya-Coding-34B-v1.0,我们在HumanEval Pass@1的评测上,取得了75.5的好成绩,超过了GPT-4(67.0)的得分,也成为目前已知开源模型新高。封神榜团队正在为社区提供先进的大模型技术和经验,帮助生产和定制更多优秀垂类模型,推进大模型生态发展。
@@ -36,7 +40,7 @@ Generating high-quality code using natural language is a high-frequency demand i
36
 
37
  ## 软件依赖
38
  ```
39
- pip install torch==1.12.1 tokenizers==0.13.3 git+https://github.com/huggingface/transformers
40
  ```
41
 
42
  ## 模型信息 Model Information
 
20
  - [Ziya-Writing-LLaMa-13B-v1](https://huggingface.co/IDEA-CCNL/Ziya-Writing-LLaMa-13B-v1)
21
  - [Ziya-Coding-15B-v1](https://huggingface.co/IDEA-CCNL/Ziya-Coding-15B-v1)
22
 
23
+ ## 代码仓库 Code Repository
24
+
25
+ **Homepage**: https://github.com/IDEA-CCNL/Ziya-Coding
26
+
27
  ## 简介 Brief Introduction
28
 
29
  使用自然语言生成高质量的代码是大模型落地中的高频需求。今天,IDEA研究院封神榜团队正式开源最新的代码大模型Ziya-Coding-34B-v1.0,我们在HumanEval Pass@1的评测上,取得了75.5的好成绩,超过了GPT-4(67.0)的得分,也成为目前已知开源模型新高。封神榜团队正在为社区提供先进的大模型技术和经验,帮助生产和定制更多优秀垂类模型,推进大模型生态发展。
 
40
 
41
  ## 软件依赖
42
  ```
43
+ pip install torch==1.12.1 tokenizers==0.13.3 transformers==4.31.0
44
  ```
45
 
46
  ## 模型信息 Model Information