Upload folder using huggingface_hub
Browse files- README.md +57 -0
- dataset_001.json.zst +3 -0
- dataset_002.json.zst +3 -0
- dataset_003.json.zst +3 -0
- dataset_004.json.zst +3 -0
- dataset_005.json.zst +3 -0
- dataset_006.json.zst +3 -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.
|
dataset_001.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e8d1d8bbf31929f4d16086601b3aa9df0ad193e2f0e86d4ebc8193eba0f280
|
3 |
+
size 860181149
|
dataset_002.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2398d8edfc17c7361f7f54dcbf5f78716b1cdf924e562c2630f821fc473879b
|
3 |
+
size 1913980809
|
dataset_003.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:757e8c91d222cae7977f9236ff47853209717a95d8a32c8282906bcba011f71c
|
3 |
+
size 762799153
|
dataset_004.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69e61c0c6b63b19f8bc1ca9d9e34212602fec0ff3b1eaaaf3e9f441b5b018bbd
|
3 |
+
size 1488859148
|
dataset_005.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:985296a629bfe21d00e6bfe696f5af891489d8848313a2ac5a29a27dbb18517e
|
3 |
+
size 832833045
|
dataset_006.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:497cabeedde747a1b6bfe041c82b02bb9b2d49d2938b678c3f8d02abe7e42eef
|
3 |
+
size 1357199821
|