Leon-Leee commited on
Commit
cbafc7a
1 Parent(s): 3b3be01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -17,8 +17,10 @@ tags:
17
 
18
  ### Introduction
19
  AIGCodeGeek-DS-6.7B is the first version of our Code-LLM family with competitive performance on benchmarks such as HumanEval(+) and MBPP(+).
 
20
  It gains a lot of insights from the open-source community and we deeply appreciate all of these great works.
21
- We are preparing for the tech report, so stay tuned for more details.
 
22
 
23
  ### Model Details
24
  #### Model Description
@@ -35,7 +37,8 @@ A mixture of both
35
  To check out our evaluation results: [EvalPlus](https://evalplus.github.io/leaderboard.html)
36
 
37
  ### Requirements
38
- It should work with the same requirements as DeepSeek-Coder-6.7B
 
39
  ```torch>=2.0
40
  tokenizers>=0.14.0
41
  transformers>=4.35.0
 
17
 
18
  ### Introduction
19
  AIGCodeGeek-DS-6.7B is the first version of our Code-LLM family with competitive performance on benchmarks such as HumanEval(+) and MBPP(+).
20
+
21
  It gains a lot of insights from the open-source community and we deeply appreciate all of these great works.
22
+
23
+ We are preparing for the tech report, so stay tuned for more details:)
24
 
25
  ### Model Details
26
  #### Model Description
 
37
  To check out our evaluation results: [EvalPlus](https://evalplus.github.io/leaderboard.html)
38
 
39
  ### Requirements
40
+ It should work with the same requirements as DeepSeek-Coder-6.7B or the following packages:
41
+
42
  ```torch>=2.0
43
  tokenizers>=0.14.0
44
  transformers>=4.35.0