JuliaCode / README.md
tylerjthomas9's picture
Upload dataset
b1b7aa7 verified
|
raw
history blame
1.08 kB
metadata
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: 1243314010
      num_examples: 190042
  download_size: 410095007
  dataset_size: 1243314010
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

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.

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"
]