hghader1's picture
Upload README.md with huggingface_hub
636031f
|
raw
history blame
686 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: inputs
      dtype: string
    - name: targets
      dtype: string
  splits:
    - name: train
      num_bytes: 2971085
      num_examples: 4818
    - name: test
      num_bytes: 626161
      num_examples: 1029
    - name: valid
      num_bytes: 616849
      num_examples: 1014
  download_size: 1351295
  dataset_size: 4214095

Dataset Card for "FarsTail-Instruct-LLM"

More Information needed