test_spans_dataset / README.md
nataliaElv's picture
Upload README.md with huggingface_hub
5154f52 verified
|
raw
history blame
3.76 kB
metadata
dataset_info:
  features:
    - name: prompt
      dtype: string
      id: field
    - name: input
      dtype: string
      id: field
    - name: input2
      dtype: string
      id: field
    - name: prompt-ents
      list:
        - name: user_id
          dtype: string
          id: question
        - name: value
          sequence:
            - name: start
              dtype: int32
            - name: end
              dtype: int32
            - name: label
              dtype: string
            - name: text
              dtype: string
          id: question
        - name: status
          dtype: string
          id: question
    - name: prompt-ents-suggestion
      sequence:
        - name: start
          dtype: int32
        - name: end
          dtype: int32
        - name: label
          dtype: string
        - name: text
          dtype: string
        - name: score
          dtype: float32
      id: suggestion
    - name: prompt-ents-suggestion-metadata
      struct:
        - name: type
          dtype: string
          id: suggestion-metadata
        - name: score
          dtype: float32
          id: suggestion-metadata
        - name: agent
          dtype: string
          id: suggestion-metadata
    - name: input-ents
      list:
        - name: user_id
          dtype: string
          id: question
        - name: value
          sequence:
            - name: start
              dtype: int32
            - name: end
              dtype: int32
            - name: label
              dtype: string
            - name: text
              dtype: string
          id: question
        - name: status
          dtype: string
          id: question
    - name: input-ents-suggestion
      sequence:
        - name: start
          dtype: int32
        - name: end
          dtype: int32
        - name: label
          dtype: string
        - name: text
          dtype: string
        - name: score
          dtype: float32
      id: suggestion
    - name: input-ents-suggestion-metadata
      struct:
        - name: type
          dtype: string
          id: suggestion-metadata
        - name: score
          dtype: float32
          id: suggestion-metadata
        - name: agent
          dtype: string
          id: suggestion-metadata
    - name: info-extraction
      list:
        - name: user_id
          dtype: string
          id: question
        - name: value
          sequence:
            - name: start
              dtype: int32
            - name: end
              dtype: int32
            - name: label
              dtype: string
            - name: text
              dtype: string
          id: question
        - name: status
          dtype: string
          id: question
    - name: info-extraction-suggestion
      sequence:
        - name: start
          dtype: int32
        - name: end
          dtype: int32
        - name: label
          dtype: string
        - name: text
          dtype: string
        - name: score
          dtype: float32
      id: suggestion
    - name: info-extraction-suggestion-metadata
      struct:
        - name: type
          dtype: string
          id: suggestion-metadata
        - name: score
          dtype: float32
          id: suggestion-metadata
        - name: agent
          dtype: string
          id: suggestion-metadata
    - name: final-response
      list:
        - name: user_id
          dtype: string
          id: question
        - name: value
          dtype: string
          id: question
        - name: status
          dtype: string
          id: question
    - name: final-response-suggestion
      dtype: string
      id: suggestion
    - name: final-response-suggestion-metadata
      struct:
        - name: type
          dtype: string
          id: suggestion-metadata
        - name: score
          dtype: float32
          id: suggestion-metadata
        - name: agent
          dtype: string
          id: suggestion-metadata
    - name: external_id
      dtype: string
      id: external_id
    - name: metadata
      dtype: string
      id: metadata
  splits:
    - name: train
      num_bytes: 690344
      num_examples: 212
  download_size: 466005
  dataset_size: 690344

Dataset Card for "test_spans_dataset"

More Information needed