Update README.md
Browse files
README.md
CHANGED
@@ -35,11 +35,17 @@ pretty_name: k
|
|
35 |
size_categories:
|
36 |
- 100K<n<1M
|
37 |
---
|
38 |
-
#
|
39 |
|
40 |
-
1.5 billion tokens
|
|
|
|
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
43 |
```
|
44 |
cpp β 39% βββββββββββββββββββββββββ
|
45 |
python β 25% ββββββββββββββββ
|
|
|
35 |
size_categories:
|
36 |
- 100K<n<1M
|
37 |
---
|
38 |
+
# Coding Tutorials
|
39 |
|
40 |
+
This comprehensive dataset consists of **500,000** documents, summing up to around **1.5 billion** tokens.
|
41 |
+
Predominantly composed of coding tutorials, it has been meticulously compiled from various web crawl datasets like **RefinedWeb**, **OSCAR**, and **Escorpius**.
|
42 |
+
The selection process involved a stringent filtering of files using regular expressions to ensure the inclusion of content that contains programming code (most of them).
|
43 |
|
44 |
+
These tutorials offer more than mere code snippets.
|
45 |
+
They provide an extensive context, including the rationale behind the code, the problem being addressed, and detailed step-by-step instructions.
|
46 |
+
This layered context is helpful for training a code-LM model, enabling it to discern the user intent behind a piece of code and thus facilitating more contextually relevant assistance.
|
47 |
+
|
48 |
+
### Programming Language Distribution
|
49 |
```
|
50 |
cpp β 39% βββββββββββββββββββββββββ
|
51 |
python β 25% ββββββββββββββββ
|