File size: 1,002 Bytes
910f05f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
---
dataset_info:
  features:
  - name: uuid
    dtype: string
  - name: Subject
    dtype: string
  - name: Description
    dtype: string
  - name: category
    dtype: string
  - name: subcategory
    dtype: string
  - name: gpt4_class
    struct:
    - name: probability
      dtype: float64
    - name: spendcategory
      dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: chat
    dtype: string
  - name: input_mixed-bread_embedd
    sequence: float32
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 106092288
    num_examples: 7777
  - name: validation
    num_bytes: 15169125
    num_examples: 1112
  - name: test
    num_bytes: 30366920
    num_examples: 2226
  download_size: 8486521
  dataset_size: 151628333
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---