Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
|
6 |
This model is an instruction-tuned version of ⭐️ StarCoder. The instruction dataset involved is [Conala-mined-curated](https://huggingface.co/datasets/codeparrot/conala-mined-curated)
|
7 |
which was built by boostrapping by predicting the column *rewritten_intent* of the mined subset of the [CoNaLa corpus](https://huggingface.co/datasets/neulab/conala).
|
8 |
-
|
|
|
9 |
|
10 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
11 |
The model was fine-tuned with the following template
|
@@ -26,4 +27,4 @@ print(tokenizer.batch_decode(completion[:,input_ids.shape[1]:])[0])
|
|
26 |
## More information
|
27 |
For additional information, check
|
28 |
- [Conala-mined-curated](https://huggingface.co/datasets/codeparrot/conala-mined-curated)
|
29 |
-
- [
|
|
|
5 |
|
6 |
This model is an instruction-tuned version of ⭐️ StarCoder. The instruction dataset involved is [Conala-mined-curated](https://huggingface.co/datasets/codeparrot/conala-mined-curated)
|
7 |
which was built by boostrapping by predicting the column *rewritten_intent* of the mined subset of the [CoNaLa corpus](https://huggingface.co/datasets/neulab/conala).
|
8 |
+
|
9 |
+
## Usage
|
10 |
|
11 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
12 |
The model was fine-tuned with the following template
|
|
|
27 |
## More information
|
28 |
For additional information, check
|
29 |
- [Conala-mined-curated](https://huggingface.co/datasets/codeparrot/conala-mined-curated)
|
30 |
+
- [Starcoder](https://huggingface.co/bigcode/starcoder)
|