Siming Huang
commited on
Commit
•
67509e1
1
Parent(s):
0ae987d
Update README.md
Browse files
README.md
CHANGED
@@ -65,15 +65,7 @@ library_name: transformers
|
|
65 |
| MultiPL-E (AVG) | 57.5 | 71.0 | -->
|
66 |
|
67 |
|
68 |
-
## 4.
|
69 |
-
|
70 |
-
| Dataset | Num | Download |
|
71 |
-
|:---------------------:|:---------------:|:-----------------------------------------------------------------------:|
|
72 |
-
| OpenCoder-SFT-Stage1 | 4.21 M | 🤗 [HuggingFace](https://huggingface.co/datasets/OpenCoder-LLM/opencoder-sft-stage1) |
|
73 |
-
| OpenCoder-SFT-Stage2 | 375 K | 🤗 [HuggingFace](https://huggingface.co/datasets/OpenCoder-LLM/opencoder-sft-stage2) |
|
74 |
-
|
75 |
-
|
76 |
-
## 5. Inference
|
77 |
|
78 |
### Inference with Huggingface's Transformers
|
79 |
|
@@ -98,11 +90,11 @@ print(result)
|
|
98 |
|
99 |
<!-- ### Inference with vLLM (recommended) -->
|
100 |
|
101 |
-
##
|
102 |
|
103 |
OpenCoder series (including Base and Chat) support commercial applications under a permissive [License](https://huggingface.co/infly/OpenCoder-1.5B-Base/blob/main/LICENSE).
|
104 |
|
105 |
-
##
|
106 |
```
|
107 |
@inproceedings{Huang2024OpenCoderTO,
|
108 |
title={OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models},
|
|
|
65 |
| MultiPL-E (AVG) | 57.5 | 71.0 | -->
|
66 |
|
67 |
|
68 |
+
## 4. Inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
### Inference with Huggingface's Transformers
|
71 |
|
|
|
90 |
|
91 |
<!-- ### Inference with vLLM (recommended) -->
|
92 |
|
93 |
+
## 5. License
|
94 |
|
95 |
OpenCoder series (including Base and Chat) support commercial applications under a permissive [License](https://huggingface.co/infly/OpenCoder-1.5B-Base/blob/main/LICENSE).
|
96 |
|
97 |
+
## 6. Citation
|
98 |
```
|
99 |
@inproceedings{Huang2024OpenCoderTO,
|
100 |
title={OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models},
|