vault-class / README.md
iNeil77's picture
Upload dataset
34924c0 verified
metadata
dataset_info:
  features:
    - name: hexsha
      dtype: string
    - name: repo
      dtype: string
    - name: path
      dtype: string
    - name: license
      sequence: string
    - name: language
      dtype: string
    - name: identifier
      dtype: string
    - name: original_docstring
      dtype: string
    - name: docstring
      dtype: string
    - name: docstring_tokens
      sequence: string
    - name: code
      dtype: string
    - name: code_tokens
      sequence: string
    - name: short_docstring
      dtype: string
    - name: short_docstring_tokens
      sequence: string
    - name: comment
      sequence: string
    - name: parameters
      list:
        - name: param
          dtype: string
        - name: type
          dtype: string
    - name: docstring_params
      struct:
        - name: returns
          list:
            - name: docstring
              dtype: string
            - name: docstring_tokens
              sequence: string
            - name: type
              dtype: string
        - name: raises
          list:
            - name: docstring
              dtype: string
            - name: docstring_tokens
              sequence: string
            - name: type
              dtype: string
        - name: params
          list:
            - name: identifier
              dtype: string
            - name: type
              dtype: string
            - name: docstring
              dtype: string
            - name: docstring_tokens
              sequence: string
            - name: default
              dtype: string
            - name: is_optional
              dtype: bool
        - name: outlier_params
          list:
            - name: identifier
              dtype: string
            - name: type
              dtype: string
            - name: docstring
              dtype: string
            - name: docstring_tokens
              sequence: string
            - name: default
              dtype: string
            - name: is_optional
              dtype: bool
        - name: others
          list:
            - name: identifier
              dtype: string
            - name: docstring
              dtype: string
            - name: docstring_tokens
              sequence: string
    - name: has_error
      dtype: bool
    - name: ast_depth
      dtype: int64
    - name: code_length
      dtype: int64
    - name: original_docstring_length
      dtype: int64
  splits:
    - name: train
      num_bytes: 3038877518.3035836
      num_examples: 190036
  download_size: 871313773
  dataset_size: 3038877518.3035836
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*