Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Starcoder2-3b fined the same way as https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1 using https://huggingface.co/datasets/bigcode/self-oss-instruct-sc2-exec-filter-50k
|
2 |
|
3 |
Epochs: 1
|
4 |
Learning Rate: 0.0001
|
5 |
Lora Rank: 8
|
6 |
Batch Size: 16
|
7 |
-
Evaluation Split: 0
|
|
|
1 |
+
---
|
2 |
+
license: bigcode-openrail-m
|
3 |
+
datasets:
|
4 |
+
- bigcode/self-oss-instruct-sc2-exec-filter-50k
|
5 |
+
base_model:
|
6 |
+
- bigcode/starcoder2-3b
|
7 |
+
library_name: transformers
|
8 |
+
---
|
9 |
Starcoder2-3b fined the same way as https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1 using https://huggingface.co/datasets/bigcode/self-oss-instruct-sc2-exec-filter-50k
|
10 |
|
11 |
Epochs: 1
|
12 |
Learning Rate: 0.0001
|
13 |
Lora Rank: 8
|
14 |
Batch Size: 16
|
15 |
+
Evaluation Split: 0
|