Update dataset source reference
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<p align="left">
|
| 4 |
📑 <a href="https://huggingface.co/papers/xxxx.xxxxx" target="_blank">Paper</a>    |    🌐 <a href="https://codeassist.github.io/" target="_blank">Project Page</a>    |    💾 <a href="https://huggingface.co/collections/toolevalxm/codeassist-resources" target="_blank">Released Resources</a>    |    📦 <a href="https://github.com/xmhtoolathlon/Annoy-DataSync" target="_blank">Repo</a>
|
| 5 |
|
| 6 |
-
We release the raw code data for our CodeAssist project, adopted from the original dataset from
|
| 7 |
|
| 8 |
The data format for each line in the `code_samples_filtered.jsonl` is as follows:
|
| 9 |
|
|
@@ -19,6 +19,6 @@ The data format for each line in the `code_samples_filtered.jsonl` is as follows
|
|
| 19 |
}
|
| 20 |
```
|
| 21 |
|
| 22 |
-
This dataset contains filtered Python code samples extracted from the
|
| 23 |
|
| 24 |
*Note: Some samples may have incomplete metadata due to filtering during the extraction process.
|
|
|
|
| 3 |
<p align="left">
|
| 4 |
📑 <a href="https://huggingface.co/papers/xxxx.xxxxx" target="_blank">Paper</a>    |    🌐 <a href="https://codeassist.github.io/" target="_blank">Project Page</a>    |    💾 <a href="https://huggingface.co/collections/toolevalxm/codeassist-resources" target="_blank">Released Resources</a>    |    📦 <a href="https://github.com/xmhtoolathlon/Annoy-DataSync" target="_blank">Repo</a>
|
| 5 |
|
| 6 |
+
We release the raw code data for our CodeAssist project, adopted from the original dataset from CodeParrot team.
|
| 7 |
|
| 8 |
The data format for each line in the `code_samples_filtered.jsonl` is as follows:
|
| 9 |
|
|
|
|
| 19 |
}
|
| 20 |
```
|
| 21 |
|
| 22 |
+
This dataset contains filtered Python code samples extracted from the codeparrot/github-code dataset, a collection of permissively licensed code from GitHub.
|
| 23 |
|
| 24 |
*Note: Some samples may have incomplete metadata due to filtering during the extraction process.
|