zhenyu-writer commited on
Commit
dfe7a20
·
verified ·
1 Parent(s): 7cffae4

Normalized tool_calls arguments

Browse files
Files changed (2) hide show
  1. README.md +35 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: messages
5
+ list:
6
+ - name: content
7
+ dtype: string
8
+ - name: role
9
+ dtype: string
10
+ - name: tool_call_id
11
+ dtype: string
12
+ - name: tool_calls
13
+ list:
14
+ - name: function
15
+ struct:
16
+ - name: arguments
17
+ dtype: string
18
+ - name: name
19
+ dtype: string
20
+ - name: id
21
+ dtype: string
22
+ - name: type
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 48446574
27
+ num_examples: 7500
28
+ download_size: 18089629
29
+ dataset_size: 48446574
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5bcf9bbd5f16d44792d2dde566e10180a9accf29f847cc4c9d8d30b6410ba2
3
+ size 18089629