NeelNanda commited on
Commit
82e9178
1 Parent(s): 1ff9eec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -12,4 +12,8 @@ dataset_info:
12
  ---
13
  # Dataset Card for "c4-code-10k"
14
 
 
 
 
 
15
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
12
  ---
13
  # Dataset Card for "c4-code-10k"
14
 
15
+ 10K elements of C4 and 10K elements of code parrot clean (Python code).
16
+
17
+ Note that these are the datasets used to train my interpretability-friendly models, but is *not* of the correct mixture. Those models were trained on 83% C4 and 17% Python Code (ish) by tokens. This dataset has 10K strings of each, and by tokens is about 22M of code and 5M of C4 (code is longer and harder to compress!)
18
+
19
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)