replace_102 / README.md
MaIlz's picture
Upload README.md with huggingface_hub
d70c434 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: completion
      dtype: string
    - name: input_smiles
      dtype: string
    - name: output_smiles
      dtype: string
    - name: task_id
      dtype: int64
    - name: winner_action
      struct:
        - name: fragment_index
          dtype: int64
        - name: new_substring
          dtype: string
        - name: old_substring
          dtype: string
  splits:
    - name: train
      num_bytes: 7238200
      num_examples: 20525
  download_size: 1255865
  dataset_size: 7238200

Dataset Card for "replace_102"

More Information needed