Siming Huang commited on
Commit
0ae987d
·
verified ·
1 Parent(s): 250ae2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -65,7 +65,15 @@ library_name: transformers
65
  | MultiPL-E (AVG) | 57.5 | 71.0 | -->
66
 
67
 
68
- ## 4. Inference
 
 
 
 
 
 
 
 
69
 
70
  ### Inference with Huggingface's Transformers
71
 
@@ -90,11 +98,11 @@ print(result)
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},
 
65
  | MultiPL-E (AVG) | 57.5 | 71.0 | -->
66
 
67
 
68
+ ## 4. Datasets
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
 
99
  <!-- ### Inference with vLLM (recommended) -->
100
 
101
+ ## 6. License
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
+ ## 7. Citation
106
  ```
107
  @inproceedings{Huang2024OpenCoderTO,
108
  title={OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models},