File size: 1,243 Bytes
13c273a
 
6051820
13c273a
 
 
 
 
 
a5bf382
 
 
841f87c
 
 
20d4f40
 
 
15ae944
 
 
042cc1e
 
 
 
 
6051820
 
 
 
 
52d7f05
6051820
52d7f05
6051820
 
 
 
 
a9c4a1b
6051820
 
52d7f05
a9c4a1b
52d7f05
 
13c273a
 
 
f472546
 
a5bf382
 
841f87c
 
20d4f40
 
15ae944
 
6051820
 
 
 
13c273a
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
55
56
57
58
59
60
61
62
63
64
65
---
dataset_info:
- config_name: default
  features:
  - name: utterance
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train_0
    num_bytes: 1044
    num_examples: 18
  - name: train_1
    num_bytes: 6333
    num_examples: 18
  - name: validation_0
    num_bytes: 221
    num_examples: 4
  - name: validation_1
    num_bytes: 1431
    num_examples: 8
  - name: test
    num_bytes: 2709
    num_examples: 12
  download_size: 35660
  dataset_size: 14584.857142857143
- config_name: intents
  features:
  - name: id
    dtype: int64
  - name: name
    dtype: 'null'
  - name: tags
    sequence: 'null'
  - name: regexp_full_match
    sequence: 'null'
  - name: regexp_partial_match
    sequence: 'null'
  - name: description
    dtype: string
  splits:
  - name: intents
    num_bytes: 232
    num_examples: 4
  download_size: 3123
  dataset_size: 232
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train_0
    path: data/train_0-*
  - split: train_1
    path: data/train_1-*
  - split: validation_0
    path: data/validation_0-*
  - split: validation_1
    path: data/validation_1-*
- config_name: intents
  data_files:
  - split: intents
    path: intents/intents-*
---