Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
|
5 |
<div align="center">
|
6 |
|
7 |
<picture>
|
@@ -28,22 +27,25 @@ Yi-Coder is a series of open-source code language models that delivers state-of-
|
|
28 |
|
29 |
Key features:
|
30 |
- Excelling in long-context understanding with a maximum context length of 128K tokens.
|
31 |
-
- Supporting 52 major programming languages
|
|
|
|
|
|
|
32 |
|
33 |
For model details and benchmarks, see [Yi-Coder blog](https://01-ai.github.io/) and [Yi-Coder README](https://github.com/01-ai/Yi-Coder).
|
34 |
|
35 |
<p align="left">
|
36 |
-
<img src="https://github.com/01-ai/Yi/blob/main/assets/img/coder/
|
37 |
</p>
|
38 |
|
39 |
# Models
|
40 |
|
41 |
-
| Name | Type | Download |
|
42 |
-
|
43 |
-
| Yi-Coder-9B-Chat | Chat | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-9B-Chat) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-9B-Chat) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-9B-Chat)
|
44 |
-
| Yi-Coder-1.5B-Chat | Chat | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-1.5B-Chat) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-1.5B-Chat) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-1.5B-Chat)
|
45 |
-
| Yi-Coder-9B | Base | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-9B) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-9B) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-9B
|
46 |
-
| Yi-Coder-1.5B | Base | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-1.5B) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-1.5B) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-1.5B)
|
47 |
| |
|
48 |
|
49 |
# Benchmarks
|
@@ -91,4 +93,5 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
91 |
print(response)
|
92 |
```
|
93 |
|
94 |
-
For getting up and running with Yi-Coder series models quickly, see [Yi-Coder README](https://github.com/01-ai/Yi-Coder).
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
4 |
<div align="center">
|
5 |
|
6 |
<picture>
|
|
|
27 |
|
28 |
Key features:
|
29 |
- Excelling in long-context understanding with a maximum context length of 128K tokens.
|
30 |
+
- Supporting 52 major programming languages:
|
31 |
+
```bash
|
32 |
+
'java', 'markdown', 'python', 'php', 'javascript', 'c++', 'c#', 'c', 'typescript', 'html', 'go', 'java_server_pages', 'dart', 'objective-c', 'kotlin', 'tex', 'swift', 'ruby', 'sql', 'rust', 'css', 'yaml', 'matlab', 'lua', 'json', 'shell', 'visual_basic', 'scala', 'rmarkdown', 'pascal', 'fortran', 'haskell', 'assembly', 'perl', 'julia', 'cmake', 'groovy', 'ocaml', 'powershell', 'elixir', 'clojure', 'makefile', 'coffeescript', 'erlang', 'lisp', 'toml', 'batchfile', 'cobol', 'dockerfile', 'r', 'prolog', 'verilog'
|
33 |
+
```
|
34 |
|
35 |
For model details and benchmarks, see [Yi-Coder blog](https://01-ai.github.io/) and [Yi-Coder README](https://github.com/01-ai/Yi-Coder).
|
36 |
|
37 |
<p align="left">
|
38 |
+
<img src="https://github.com/01-ai/Yi/blob/main/assets/img/coder/yi-coder-calculator-demo.gif?raw=true" alt="demo1" width="500"/>
|
39 |
</p>
|
40 |
|
41 |
# Models
|
42 |
|
43 |
+
| Name | Type | Length | Download |
|
44 |
+
|--------------------|------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
|
45 |
+
| Yi-Coder-9B-Chat | Chat | 128K | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-9B-Chat) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-9B-Chat) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-9B-Chat) |
|
46 |
+
| Yi-Coder-1.5B-Chat | Chat | 128K | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-1.5B-Chat) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-1.5B-Chat) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-1.5B-Chat) |
|
47 |
+
| Yi-Coder-9B | Base | 128K | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-9B) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-9B) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-9B) |
|
48 |
+
| Yi-Coder-1.5B | Base | 128K | [π€ Hugging Face](https://huggingface.co/01-ai/Yi-Coder-1.5B) β’ [π€ ModelScope](https://www.modelscope.cn/models/01ai/Yi-Coder-1.5B) β’ [π£ wisemodel](https://wisemodel.cn/models/01.AI/Yi-Coder-1.5B) |
|
49 |
| |
|
50 |
|
51 |
# Benchmarks
|
|
|
93 |
print(response)
|
94 |
```
|
95 |
|
96 |
+
For getting up and running with Yi-Coder series models quickly, see [Yi-Coder README](https://github.com/01-ai/Yi-Coder).
|
97 |
+
|