nyuuzyou commited on
Commit
40d334e
·
1 Parent(s): f76ab6a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - crowdsourced
6
+ - expert-generated
7
+ language:
8
+ - code
9
+ license: other
10
+ multilinguality:
11
+ - multilingual
12
+ pretty_name: GitFlic Code Dataset
13
+ size_categories:
14
+ - 1M<n<10M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-generation
19
+ task_ids:
20
+ - language-modeling
21
+ ---
22
+
23
+ # Dataset Card for GitFlic Code Dataset
24
+
25
+ ### Dataset Summary
26
+
27
+ This dataset was compiled from code repositories hosted on the [GitFlic](https://gitflic.ru) platform. GitFlic is the first Russian service for storing and working with source code, based on the Git version control system.
28
+
29
+ The dataset includes code from **12,527** repositories, spanning **692** different file types as identified by [github-linguist](https://github.com/github-linguist/linguist). It has been deduplicated and filtered to remove binary files, resulting in **60 GB** of unique code extracted from over **967 GB** of analyzed data. The dataset contains **5,983,358** unique code files processed. Each entry in the dataset represents a single file, including its content, identified language, and a unique filename.
30
+
31
+ ### Languages
32
+
33
+ The dataset includes multiple programming languages, with the specific language of each file identified using [github-linguist](https://github.com/github-linguist/linguist).
34
+
35
+ ## Dataset Structure
36
+
37
+ ### Data Fields
38
+
39
+ This dataset includes the following fields:
40
+
41
+ - `file_text`: The full text content of the file (string)
42
+ - `language`: The programming language of the file, as identified by [github-linguist](https://github.com/github-linguist/linguist) (string)
43
+ - `file_name`: A unique identifier for the file within the dataset (string)
44
+
45
+ ### Data Splits
46
+
47
+ All examples are in the train split. There is no validation split.
48
+
49
+ ## Additional Information
50
+
51
+ ### Dataset Curators
52
+
53
+ - [nyuuzyou](https://ducks.party)
54
+
55
+ ### Ethical Considerations
56
+
57
+ This dataset has been compiled with an analysis of the licenses used in the repositories to ensure ethical collection and use of the data. Users of this dataset should respect the rights of the authors and use the data responsibly.