JuliaCode / README.md
tylerjthomas9's picture
Update README.md
c74007d 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: 1242687848
      num_examples: 189964
  download_size: 411559034
  dataset_size: 1242687848
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"
]