mol_101_102 / README.md
MaIlz's picture
Upload README.md with huggingface_hub
ecffd01 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: 14476119
      num_examples: 41050
  download_size: 5156108
  dataset_size: 14476119

Dataset Card for "mol_101_102"

More Information needed