Upload folder using huggingface_hub
Browse files- README.md +58 -0
- dataset.json.zst +3 -0
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- machine-generated
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
- expert-generated
|
7 |
+
language:
|
8 |
+
- code
|
9 |
+
license:
|
10 |
+
- cc0-1.0
|
11 |
+
multilinguality:
|
12 |
+
- multilingual
|
13 |
+
pretty_name: GitVerse Code Dataset
|
14 |
+
size_categories:
|
15 |
+
- 1M<n<10M
|
16 |
+
source_datasets:
|
17 |
+
- original
|
18 |
+
task_categories:
|
19 |
+
- text-generation
|
20 |
+
task_ids:
|
21 |
+
- language-modeling
|
22 |
+
---
|
23 |
+
|
24 |
+
# Dataset Card for GitVerse Code Dataset
|
25 |
+
|
26 |
+
### Dataset Summary
|
27 |
+
|
28 |
+
This dataset was compiled from code repositories hosted on the [GitVerse](https://gitverse.ru) platform, a Russian GitHub alternative. The platform is set to open for all users in early 2024.
|
29 |
+
|
30 |
+
The dataset includes code from **9,014** repositories, spanning **419** 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 **30 GB** of unique code extracted from over **400 GB** of analyzed data. The dataset contains **2,804,216** unique code files processed. Each entry in the dataset represents a single file, including its content, identified language, and a unique filename.
|
31 |
+
|
32 |
+
### Languages
|
33 |
+
|
34 |
+
The dataset includes multiple programming languages, with the specific language of each file identified using [github-linguist](https://github.com/github-linguist/linguist).
|
35 |
+
|
36 |
+
## Dataset Structure
|
37 |
+
|
38 |
+
### Data Fields
|
39 |
+
|
40 |
+
This dataset includes the following fields:
|
41 |
+
|
42 |
+
- `file_text`: The full text content of the file (string)
|
43 |
+
- `language`: The programming language of the file, as identified by [github-linguist](https://github.com/github-linguist/linguist) (string)
|
44 |
+
- `file_name`: A unique identifier for the file within the dataset (string)
|
45 |
+
|
46 |
+
### Data Splits
|
47 |
+
|
48 |
+
All examples are in the train split. There is no validation split.
|
49 |
+
|
50 |
+
## Additional Information
|
51 |
+
|
52 |
+
### Dataset Curators
|
53 |
+
|
54 |
+
- [nyuuzyou](https://ducks.party)
|
55 |
+
|
56 |
+
### Ethical Considerations
|
57 |
+
|
58 |
+
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.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:493e35ddefa11e4221ddcc0f8d9eaec9624ccec71b94ce9d178184d2087a942d
|
3 |
+
size 3733897926
|