Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: bigcode-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# **Opencsg-starcoder-v0.1** [[中文]](#chinese) [[English]](#english)
|
@@ -211,7 +220,4 @@ for seq in sequences:
|
|
211 |
|
212 |
- **微调训练框架:** [Deepspeed](https://github.com/OpenCSGs)
|
213 |
- **深度学习框架:** [PyTorch](https://github.com/pytorch/pytorch)
|
214 |
-
- **BP16:** [apex](https://github.com/NVIDIA/apex)
|
215 |
-
|
216 |
-
|
217 |
-
|
|
|
1 |
---
|
2 |
license: bigcode-openrail-m
|
3 |
+
datasets:
|
4 |
+
- bigcode/starcoderdata
|
5 |
+
- bigcode/the-stack-dedup
|
6 |
+
metrics:
|
7 |
+
- code_eval
|
8 |
+
library_name: transformers
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- code
|
12 |
---
|
13 |
|
14 |
# **Opencsg-starcoder-v0.1** [[中文]](#chinese) [[English]](#english)
|
|
|
220 |
|
221 |
- **微调训练框架:** [Deepspeed](https://github.com/OpenCSGs)
|
222 |
- **深度学习框架:** [PyTorch](https://github.com/pytorch/pytorch)
|
223 |
+
- **BP16:** [apex](https://github.com/NVIDIA/apex)
|
|
|
|
|
|