Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,17 @@ configs:
|
|
| 36 |
path: data/train-*
|
| 37 |
- split: test
|
| 38 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
|
|
@@ -299,5 +310,4 @@ for row in ds["train"].select(range(3)):
|
|
| 299 |
|
| 300 |
A large, structured, and practical dataset for building developer-focused AI systems from code assistants to full RAG pipelines.
|
| 301 |
|
| 302 |
-
---
|
| 303 |
-
|
|
|
|
| 36 |
path: data/train-*
|
| 37 |
- split: test
|
| 38 |
path: data/test-*
|
| 39 |
+
task_categories:
|
| 40 |
+
- question-answering
|
| 41 |
+
- summarization
|
| 42 |
+
- text-generation
|
| 43 |
+
language:
|
| 44 |
+
- en
|
| 45 |
+
tags:
|
| 46 |
+
- code
|
| 47 |
+
pretty_name: 'DevBase '
|
| 48 |
+
size_categories:
|
| 49 |
+
- 100K<n<1M
|
| 50 |
---
|
| 51 |
|
| 52 |
|
|
|
|
| 310 |
|
| 311 |
A large, structured, and practical dataset for building developer-focused AI systems from code assistants to full RAG pipelines.
|
| 312 |
|
| 313 |
+
---
|
|
|