toolcall / README.md
qgallouedec's picture
qgallouedec HF Staff
Upload dataset
e4b0991 verified
metadata
dataset_info:
  features:
    - name: messages
      list:
        - name: content
          dtype: string
        - name: name
          dtype: string
        - name: role
          dtype: string
        - name: tool_calls
          list:
            - name: function
              struct:
                - name: arguments
                  struct:
                    - name: artist
                      dtype: string
                    - name: city
                      dtype: string
                    - name: date
                      dtype: string
                    - name: duration
                      dtype: int64
                    - name: location
                      dtype: string
                    - name: note
                      dtype: string
                    - name: room
                      dtype: string
                    - name: state
                      dtype: string
                    - name: time
                      dtype: string
                    - name: title
                      dtype: string
                    - name: unit
                      dtype: string
                - name: name
                  dtype: string
            - name: type
              dtype: string
    - name: tools
      list:
        - name: function
          struct:
            - name: description
              dtype: string
            - name: name
              dtype: string
            - name: parameters
              struct:
                - name: properties
                  struct:
                    - name: artist
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: city
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: date
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: duration
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: location
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: note
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: room
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: state
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: time
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: title
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                    - name: unit
                      struct:
                        - name: description
                          dtype: string
                        - name: type
                          dtype: string
                - name: required
                  sequence: string
                - name: type
                  dtype: string
            - name: return
              struct:
                - name: description
                  dtype: string
                - name: prefixItems
                  list:
                    - name: type
                      dtype: string
                - name: type
                  dtype: string
        - name: type
          dtype: string
  splits:
    - name: train
      num_bytes: 6658
      num_examples: 7
    - name: test
      num_bytes: 1153
      num_examples: 1
  download_size: 50472
  dataset_size: 7811
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*