LCQMC / README.md
Shitao's picture
Upload README.md with huggingface_hub
17f9b09
|
raw
history blame contribute delete
No virus
729 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
    - name: score
      dtype: int32
  splits:
    - name: train
      num_bytes: 18419299
      num_examples: 238766
    - name: validation
      num_bytes: 760701
      num_examples: 8802
    - name: test
      num_bytes: 876457
      num_examples: 12500
  download_size: 14084841
  dataset_size: 20056457

Dataset Card for "LCQMC"

More Information needed