grebniets123
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: bsd
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd
|
3 |
+
---
|
4 |
+
## Dataset Summary
|
5 |
+
This dataset was made from pieces of code from whole internet. I have used multiple hosting platforms to collect code from, not only GitHub was used.
|
6 |
+
Codebase was gathered in order to make easy to collect pieces of code together and use them in order to train AI.
|
7 |
+
|
8 |
+
### Languages
|
9 |
+
- python
|
10 |
+
- ruby
|
11 |
+
- go
|
12 |
+
- html
|
13 |
+
- css
|
14 |
+
- c#
|
15 |
+
- c/c++
|
16 |
+
- rust
|
17 |
+
- php
|
18 |
+
|
19 |
+
### Data Fields
|
20 |
+
- `repo_name`: name of repository
|
21 |
+
- `path`: path to file inside the repository
|
22 |
+
- `content`: content of file
|
23 |
+
- `license`: license of code
|
24 |
+
|
25 |
+
### Who are the source language producers?
|
26 |
+
|
27 |
+
OpenSource contributors produced the code and documentations.
|
28 |
+
|
29 |
+
The dataset was gatherered and preprocessed automatically and by then tested and moderated by hand.
|