loubnabnl HF Staff commited on
Commit
f4ea7c4
·
1 Parent(s): a7ebf84

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Stats about bigcode dataset:**
2
+
3
+ * Permissive licenses only :
4
+
5
+
6
+ |Language |Raw (only exact dedup) | Near dedup | Near dedup + content filters| Near dedup + more near-dedup (1)|Near dedup + comments filter (1)| Near dedup + more near-dedup + comments(1)|
7
+ |-------|--------|-------|--------|--------|--------|--------|
8
+ |Python | 200 GB| [80 GB](https://huggingface.co/datasets/bigcode/the-stack-dedup-pjj/tree/v1.1.a1) | [75.61 GB](https://huggingface.co/datasets/bigcode/the-stack-pjjs-no-pii-filtered) | [61.97 GB](https://huggingface.co/datasets/bigcode/stack-dedup-alt-filter-no-pii) | [65 GB](https://huggingface.co/datasets/bigcode/the-stack-comments-filter) | (?) less than 60 |
9
+ |Java | 266 GB |112 GB |110 GB | 88 GB | 92 GB |(?) less than 80 |
10
+ |JavaScript | 496 GB | 166 GB |83 GB| 65 GB | 75 GB |(?) less than 60|
11
+ |C | 255 GB | 75 GB |73 GB (2)| - | - |-|
12
+ |C++ | 215 GB | 65 GB |61 GB (2)|- | - |-|
13
+
14
+ * Non permissive data, the number are higher than the e.g 240GB of python I mentionned (it was on old dump)
15
+ |Language |Raw (only exact dedup) | Near dedup |
16
+ |-------|--------|-------|
17
+ | Python (3)| 737 GB | - |
18
+ |Java | 1.3 TB | - |
19
+ |JavaScript | 5.8 TB | -|
20
+ |C | 1.64 TB | - |
21
+ |C++ | 644 GB | - |
22
+
23
+ (1) all these runs have content filtering, notice that it removes a lot of data from JavaScript (you could try filtering with less strict thresholds, the [script](https://github.com/bigcode-project/bigcode-dataset/tree/main/preprocessing) is very easy to run)
24
+
25
+ (2) I don't have the data but I found these numbers from an old run on the forst version of The Stack (it uses the same content filtering thresholds as for python, java and js)
26
+
27
+ (3) this went through content filters