mponty commited on
Commit
eac0a1a
β€’
1 Parent(s): 6ab3a36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -35,11 +35,17 @@ pretty_name: k
35
  size_categories:
36
  - 100K<n<1M
37
  ---
38
- # Dataset Card for "code_tutorials"
39
 
40
- 1.5 billion tokens
 
 
41
 
42
- ### Programing language distribution
 
 
 
 
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% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ