Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
code
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Doocs LeetCode Solutions
|
| 6 |
|
| 7 |
-
[](http://creativecommons.org/licenses/by-sa/4.0/)
|
| 8 |
-
[](https://huggingface.co/datasets)
|
| 9 |
-
|
| 10 |
A comprehensive dataset of LeetCode problems and solutions created from the [Doocs LeetCode](https://github.com/doocs/leetcode) repository. This dataset is designed for fine-tuning large language models to understand programming problems and generate code solutions.
|
| 11 |
|
| 12 |
## Dataset Description
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- code
|
| 7 |
+
pretty_name: Doocs LeetCode Solutions
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
| 10 |
---
|
| 11 |
|
| 12 |
# Doocs LeetCode Solutions
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
A comprehensive dataset of LeetCode problems and solutions created from the [Doocs LeetCode](https://github.com/doocs/leetcode) repository. This dataset is designed for fine-tuning large language models to understand programming problems and generate code solutions.
|
| 15 |
|
| 16 |
## Dataset Description
|