nyuuzyou commited on
Commit
21210b5
·
1 Parent(s): 6a1a108

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: gitgud.io Code Dataset
3
+ size_categories:
4
+ - 10M<n<100M
5
+ task_categories:
6
+ - text-generation
7
+ - fill-mask
8
+ annotations_creators:
9
+ - found
10
+ multilinguality:
11
+ - multilingual
12
+ source_datasets:
13
+ - original
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: "gitgud_*.jsonl.zst"
19
+ default: true
20
+ tags:
21
+ - code
22
+ license:
23
+ - other
24
+ ---
25
+
26
+ # Dataset Card for gitgud.io Code Dataset
27
+
28
+ ### Dataset Summary
29
+
30
+ This dataset contains source code files collected from 26,610 repositories and branches hosted on gitgud.io, a free code hosting platform. The dataset includes code from various programming languages and represents a diverse collection of open-source projects and personal repositories.
31
+
32
+ ## Dataset Structure
33
+
34
+ ### Data Fields
35
+
36
+ This dataset includes the following fields:
37
+
38
+ - `code`: Content of the source file (string)
39
+ - `repo_name`: Name of the gitgud.io repository (string)
40
+ - `path`: Path of file within the repository (string)
41
+ - `language`: Programming language as inferred by file extension (string)
42
+ - `license`: License of the repository, if available (string)
43
+ - `size`: Size of source file in bytes (integer)
44
+
45
+ ### Data Splits
46
+
47
+ All examples are in the train split, there is no validation split.
48
+
49
+ ### Data Format
50
+
51
+ - **Format**: JSONL (JSON Lines) compressed with Zstandard (.jsonl.zst)
52
+ - **File Structure**: 194 files (gitgud_0000.jsonl.zst to gitgud_0193.jsonl.zst)
53
+ - **Total Repositories**: 26,610 repositories and branches
54
+ - **Filtering**: Files with lines longer than 1,000 characters were excluded
55
+ - **Deduplication**: No deduplication was performed on the dataset