mponty commited on
Commit
a54e895
β€’
1 Parent(s): e31f606

Update README.md (#2)

Browse files

- Update README.md (3942ebf2a7f83f434f9e2a8a82963197ffd741bf)

Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -22,7 +22,36 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
  # Dataset Card for "code_tutorials"
27
 
28
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ task_categories:
26
+ - text-generation
27
+ language:
28
+ - en
29
+ - ru
30
+ - zh
31
+ - es
32
+ tags:
33
+ - code
34
+ pretty_name: k
35
+ size_categories:
36
+ - 100K<n<1M
37
  ---
38
  # Dataset Card for "code_tutorials"
39
 
40
+ ### Programing language distribution
41
+ ```
42
+ cpp ▏ 39% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
43
+ python ▏ 25% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
44
+ java ▏ 16% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž
45
+ csharp ▏ 3% β–ˆβ–‰
46
+ javascript ▏ 1% β–‹
47
+ kotlin ▏ 1% β–‹
48
+ other ▏ 14% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰
49
+ ```
50
+
51
+ ### Natural language distribution
52
+ ```
53
+ en ▏ 80% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
54
+ ru ▏ 16% β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
55
+ zh ▏ 2% β–‹
56
+ es ▏ 2% β–‹
57
+ ```