peterbeamish's picture
Upload README.md with huggingface_hub
da88190
|
raw
history blame
976 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: filename
      dtype: string
    - name: content
      dtype: string
    - name: environment
      sequence: string
    - name: variablearg
      sequence: 'null'
    - name: constarg
      sequence: string
    - name: variableargjson
      dtype: string
    - name: constargjson
      dtype: string
    - name: lang
      dtype: string
    - name: constargcount
      dtype: float64
    - name: variableargcount
      dtype: float64
    - name: sentence
      dtype: string
  splits:
    - name: train
      num_bytes: 259739016
      num_examples: 19334
    - name: test
      num_bytes: 255890535
      num_examples: 19335
  download_size: 189919122
  dataset_size: 515629551

Dataset Card for "environment-multi-labels-even"

More Information needed