blastwind's picture
Update README.md
980a7dd
|
raw
history blame
1.2 kB
metadata
dataset_info:
  features:
    - name: repo_name
      dtype: string
    - name: path
      dtype: string
    - name: license
      dtype: string
    - name: full_code
      dtype: string
    - name: full_size
      dtype: int64
    - name: uncommented_code
      dtype: string
    - name: uncommented_size
      dtype: int64
    - name: function_only_code
      dtype: string
    - name: function_only_size
      dtype: int64
    - name: is_commented
      dtype: bool
    - name: is_signatured
      dtype: bool
    - name: n_ast_errors
      dtype: int64
    - name: ast_max_depth
      dtype: int64
    - name: n_whitespaces
      dtype: int64
    - name: n_ast_nodes
      dtype: int64
    - name: n_ast_terminals
      dtype: int64
    - name: n_ast_nonterminals
      dtype: int64
    - name: loc
      dtype: int64
    - name: cycloplexity
      dtype: int64
  splits:
    - name: train
      num_bytes: 3094608763
      num_examples: 3263408
  download_size: 1168831903
  dataset_size: 3094608763
task_categories:
  - text-generation
tags:
  - code
  - haskell
size_categories:
  - 1M<n<10M

Dataset Card for "github-code-haskell-function"

More Information needed