File size: 1,126 Bytes
865b4f9 9fee43d 865b4f9 2052271 865b4f9 9fee43d 865b4f9 cd85f3c 865b4f9 84a7802 09d2994 b2c896e c74007d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
task_categories:
- text-generation
dataset_info:
features:
- name: licenses
sequence: string
- name: version
dtype: string
- name: tree_hash
dtype: string
- name: path
dtype: string
- name: type
dtype: string
- name: size
dtype: string
- name: text
dtype: string
- name: package_name
dtype: string
- name: repo
dtype: string
splits:
- name: train
num_bytes: 1404429725
num_examples: 209491
download_size: 468341859
dataset_size: 1404429725
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
tags:
- code
---
# JuliaCode
This dataset includes all Julia code (with permissive licenses) and some documentation from the libraries in the General registry, and the Julia Base library. The data was collected using [PackageAnalyzer.jl](https://github.com/JuliaEcosystem/PackageAnalyzer.jl).
## Licenses
The current version of the dataset uses code with the following licenses:
```
[
"MIT",
"Apache-2.0",
"MPL-2.0",
"BSD-3-Clause",
"Zlib",
"ISC",
"CC0-1.0",
"0BSD",
"BSL-1.0"
]
``` |