Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
| 5 |
- summarization
|
|
@@ -145,19 +145,20 @@ formatted_dataset = dataset.map(format_for_training)
|
|
| 145 |
- Heavily weighted towards Java due to verbose documentation practices
|
| 146 |
- C++ representation is small due to different documentation conventions
|
| 147 |
- Documentation quality varies by repository coding standards
|
| 148 |
-
- Extracted from a specific snapshot in time (December
|
| 149 |
|
| 150 |
## Citation
|
| 151 |
|
| 152 |
```bibtex
|
| 153 |
-
@dataset{
|
| 154 |
title={Code2Doc: Function-Documentation Pairs Dataset},
|
| 155 |
author={Kaan R. Karaman},
|
| 156 |
-
year={
|
|
|
|
| 157 |
url={https://huggingface.co/datasets/kaanrkaraman/code2doc}
|
| 158 |
}
|
| 159 |
```
|
| 160 |
|
| 161 |
## License
|
| 162 |
|
| 163 |
-
This dataset is released under the
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
| 5 |
- summarization
|
|
|
|
| 145 |
- Heavily weighted towards Java due to verbose documentation practices
|
| 146 |
- C++ representation is small due to different documentation conventions
|
| 147 |
- Documentation quality varies by repository coding standards
|
| 148 |
+
- Extracted from a specific snapshot in time (December 2025)
|
| 149 |
|
| 150 |
## Citation
|
| 151 |
|
| 152 |
```bibtex
|
| 153 |
+
@dataset{code2doc2025,
|
| 154 |
title={Code2Doc: Function-Documentation Pairs Dataset},
|
| 155 |
author={Kaan R. Karaman},
|
| 156 |
+
year={2025},
|
| 157 |
+
note={Paper pending approval},
|
| 158 |
url={https://huggingface.co/datasets/kaanrkaraman/code2doc}
|
| 159 |
}
|
| 160 |
```
|
| 161 |
|
| 162 |
## License
|
| 163 |
|
| 164 |
+
This dataset is released under the Apache 2.0 License. The source code comes from repositories with permissive licenses (MIT, Apache 2.0, BSD).
|