File size: 984 Bytes
aaa9020
 
b97ed27
 
 
 
 
69c060e
 
 
 
b97ed27
 
 
 
 
 
69c060e
 
b97ed27
 
69c060e
 
b97ed27
 
69c060e
b97ed27
69c060e
b97ed27
69c060e
b97ed27
 
 
69c060e
b97ed27
69c060e
 
b97ed27
 
62a0a4b
b97ed27
69c060e
62a0a4b
69c060e
 
62a0a4b
69c060e
62a0a4b
 
aaa9020
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: metadata
    struct:
    - name: format
      dtype: string
    - name: complexity
      dtype: string
    - name: schema
      dtype: string
    - name: constraint
      dtype: string
    - name: type
      dtype: string
    - name: prompt
      dtype: string
    - name: output
      dtype: string
    - name: estimated_tokens
      dtype: int64
  splits:
  - name: train
    num_bytes: 10783915
    num_examples: 4547
  - name: validation
    num_bytes: 1354298
    num_examples: 568
  - name: test
    num_bytes: 1369188
    num_examples: 568
  download_size: 3699713
  dataset_size: 13507401
---