fc_rm_eval_glaive / README.md
hqfx's picture
Upload dataset
a3c1b07 verified
metadata
dataset_info:
  features:
    - name: functions
      dtype: string
    - name: conversation
      list:
        - name: content
          dtype: string
        - name: function_call
          struct:
            - name: arguments
              dtype: string
            - name: name
              dtype: string
        - name: name
          dtype: string
        - name: role
          dtype: string
    - name: id
      dtype: string
    - name: chosen
      struct:
        - name: content
          dtype: string
        - name: function_call
          struct:
            - name: arguments
              dtype: string
            - name: name
              dtype: string
        - name: name
          dtype: 'null'
        - name: role
          dtype: string
    - name: total_round
      dtype: int64
    - name: round
      dtype: int64
    - name: error_type
      dtype: int64
    - name: rejected
      struct:
        - name: content
          dtype: string
        - name: function_call
          struct:
            - name: arguments
              dtype: string
            - name: name
              dtype: string
        - name: name
          dtype: 'null'
        - name: role
          dtype: string
  splits:
    - name: not_called
      num_bytes: 107901.28612716762
      num_examples: 81
    - name: called_unexpectedly
      num_bytes: 53284.58574181118
      num_examples: 40
    - name: func_name_error
      num_bytes: 133211.46435452794
      num_examples: 100
    - name: param_miss_error
      num_bytes: 133211.46435452794
      num_examples: 100
  download_size: 193811
  dataset_size: 427608.80057803466
configs:
  - config_name: default
    data_files:
      - split: not_called
        path: data/not_called-*
      - split: called_unexpectedly
        path: data/called_unexpectedly-*
      - split: func_name_error
        path: data/func_name_error-*
      - split: param_miss_error
        path: data/param_miss_error-*