swallow-code-v0.1 / README.md
kazukifujii's picture
Update README.md
62e4292 verified
|
raw
history blame
1.83 kB
metadata
license: other
dataset_info:
  - config_name: swallow-code-v0.1-stage1
    features:
      - name: blob_id
        dtype: string
      - name: path
        dtype: string
      - name: content_id
        dtype: string
      - name: language
        dtype: string
      - name: length_bytes
        dtype: int32
      - name: detected_licenses
        dtype: list
      - name: text
        dtype: string
      - name: license_type
        dtype: string
      - name: src_encoding
        dtype: string
      - name: is_vendor
        dtype: bool
      - name: is_generated
        dtype: bool
      - name: alphanum_fraction
        dtype: float64
      - name: alpha_fraction
        dtype: float64
      - name: num_lines
        dtype: int32
      - name: avg_line_length
        dtype: float
      - name: max_line_length
        dtype: int32
      - name: has_issue
        dtype: bool
      - name: language_type
        dtype: string
      - name: pylint_score
        dtype: float64
      - name: pylint_output
        dtype: string
task_categories:
  - text-generation
language:
  - en
  - ja
tags:
  - code
source_datasets:
  - bigcode/the-stack-v2-train-smol-ids

What is it?

What is being released?

  • Swallow Code v0.1 stage 1
  • Swallow Code v0.1 stage 2
  • Swallow Code v0.1 stage 3
  • Swallow Code v0.1 stage 4

Dataset Schema

{
  "blob_id": string,
  "path": string,
  "content_id": string,
  "language": string,
  "length_bytes": int64,
  "detected_licenses": list,
  "license_type": string,
  "src_encoding": string,
  "is_vendor": bool,
  "is_generated": bool,
  "alphanum_fraction": float64,
  "alpha_fraction": float64,
  "num_lines": int64,
  "avg_line_length": float64,
  "max_line_length": int64,
  "text": string,
  "analysis_results": list,
  "has_issues": bool,
  "language_type_issue": list,
  "language_type": string,
  "pylint_score": int64,
  "pylint_output": string
}

Licensing information

Future work

Citation information