blastwind commited on
Commit
d263262
1 Parent(s): 0328bb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -33,7 +33,20 @@ dataset_info:
33
  num_examples: 339895
34
  download_size: 805998536
35
  dataset_size: 2024779946
 
 
 
 
 
 
 
36
  ---
37
  # Dataset Card for "github-code-haskell-file"
38
 
39
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
33
  num_examples: 339895
34
  download_size: 805998536
35
  dataset_size: 2024779946
36
+ task_categories:
37
+ - text-generation
38
+ tags:
39
+ - code
40
+ - haskell
41
+ size_categories:
42
+ - 100K<n<1M
43
  ---
44
  # Dataset Card for "github-code-haskell-file"
45
 
46
+ Rows: 339k
47
+ Download Size: 806M
48
+
49
+ This dataset is extracted from [github-code-clean](https://huggingface.co/datasets/codeparrot/github-code-clean).
50
+
51
+ Each row also contains attribute values for my personal analysis project.
52
+ 12.6% (43k) of the rows have cyclomatic complexity and LOC valued at `-1` because [`homplexity`](https://github.com/BlastWind/homplexity) failed in parsing the row's `uncommented_code`.