Deojoandco's picture
Upload README.md with huggingface_hub
59d47be
metadata
dataset_info:
  features:
    - name: dialog_id
      dtype: int64
    - name: dialogue
      dtype: string
    - name: summary
      dtype: string
    - name: gold_tags
      dtype: string
    - name: gpt_success
      dtype: bool
    - name: gpt_response
      dtype: string
    - name: gold_tags_tokens_count
      dtype: int64
    - name: GPT_TAGS_FOUND
      dtype: bool
    - name: gpt_output_tags
      dtype: string
    - name: gpt_output_tag_tokens_count
      dtype: int64
    - name: GPT_MI_FOUND
      dtype: bool
    - name: gpt_tags_token_count
      dtype: int64
    - name: gpt_tags
      dtype: string
    - name: tag_token_count_match
      dtype: bool
  splits:
    - name: train
      num_bytes: 124191
      num_examples: 76
    - name: validation
      num_bytes: 23023
      num_examples: 12
    - name: test
      num_bytes: 14536
      num_examples: 12
  download_size: 82277
  dataset_size: 161750
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*

Dataset Card for "capstone_fromgpt_without_gold_v9_all"

More Information needed