lumasik commited on
Commit
6698ac7
·
verified ·
1 Parent(s): 0ff5e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: github-mini
6
+ tags:
7
+ - github
8
+ - text
9
+ - train
10
+ - code
11
+ - coding
12
+ - string
13
+ task_categories:
14
+ - text-generation
15
+ ---
16
+
17
+ # github-mini
18
+
19
+ A dataset consisting of source code from GitHub repositories, filtered for research and training purposes.
20
+
21
+ ### Dataset Curation
22
+ * **Source:** GitHub repositories with **500 to 99,999+ stars**.
23
+ * **Licenses:** Filtered for **MIT** and **Apache-2.0**.
24
+ * **Focus:** Source code across multiple programming languages.
25
+
26
+ ### Dataset Structure
27
+ Each record in the dataset contains the following fields:
28
+ * `repo_full_name`: The full name of the repository (owner/name).
29
+ * `repo_url`: Direct link to the GitHub repository.
30
+ * `stars`: Number of stars at the time of parsing.
31
+ * `license`: Repository license (mit or apache-2.0).
32
+ * `file_path`: Path to the file within the repository.
33
+ * `language`: The programming language of the file.
34
+ * `parsed_at`: Timestamp when the file was processed.
35
+ * `text`: The raw source code content.