Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
- generation
|
| 9 |
datasets:
|
| 10 |
- "codeparrot/codeparrot-clean"
|
| 11 |
-
- "codeparrot/github-jupyter-text"
|
| 12 |
---
|
| 13 |
|
| 14 |
# CodeParrot 🦜 small for text-t-code generation
|
| 15 |
|
| 16 |
-
This model is [CodeParrot-small](https://huggingface.co/codeparrot/codeparrot-small) (from `branch megatron`) Fine-tuned on [github-jupyter-text](https://huggingface.co/datasets/codeparrot/github-jupyter-text), a dataset where the samples are a succession of docstrings and their Python code, originally extracted from Jupyter notebooks parsed in this [dataset](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed).
|
|
|
|
| 8 |
- generation
|
| 9 |
datasets:
|
| 10 |
- "codeparrot/codeparrot-clean"
|
| 11 |
+
- "codeparrot/github-jupyter-text-to-code"
|
| 12 |
---
|
| 13 |
|
| 14 |
# CodeParrot 🦜 small for text-t-code generation
|
| 15 |
|
| 16 |
+
This model is [CodeParrot-small](https://huggingface.co/codeparrot/codeparrot-small) (from `branch megatron`) Fine-tuned on [github-jupyter-text-t-code](https://huggingface.co/datasets/codeparrot/github-jupyter-text-to-code), a dataset where the samples are a succession of docstrings and their Python code, originally extracted from Jupyter notebooks parsed in this [dataset](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed).
|