ted-im2im-zhcn-en / README.md
esalesky's picture
init data files
b8a420d
metadata
configs:
  - config_name: en
    default: true
    data_files:
      - split: train
        path: train-en.parquet
      - split: val
        path: val-en.parquet
      - split: test
        path: test-en.parquet
    features:
      text:
        dtype: string
        id: null
        _type: Value
      filename:
        dtype: string
        id: null
        _type: Value
      image:
        decode: true
        id: null
        _type: Image
  - config_name: zhcn
    data_files:
      - split: train
        path: train-zhcn.parquet
      - split: val
        path: val-zhcn.parquet
      - split: test
        path: test-zhcn.parquet
    features:
      text:
        dtype: string
        id: null
        _type: Value
      filename:
        dtype: string
        id: null
        _type: Value
      image:
        decode: true
        id: null
        _type: Image
  - config_name: zhcnen
    data_files:
      - split: train
        path: train-zhcnen.parquet
      - split: val
        path: val-zhcnen.parquet
      - split: test
        path: test-zhcnen.parquet
    features:
      text:
        dtype: string
        id: null
        _type: Value
      filename:
        dtype: string
        id: null
        _type: Value
      image:
        decode: true
        id: null
        _type: Image
  - config_name: enzhcn
    data_files:
      - split: train
        path: train-enzhcn.parquet
      - split: val
        path: val-enzhcn.parquet
      - split: test
        path: test-enzhcn.parquet
    features:
      text:
        dtype: string
        id: null
        _type: Value
      filename:
        dtype: string
        id: null
        _type: Value
      image:
        decode: true
        id: null
        _type: Image