JuliaCode / README.md
tylerjthomas9's picture
Upload dataset
9fee43d verified
|
raw
history blame
1.13 kB
---
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"
]
```