File size: 511 Bytes
9c47320
 
 
 
 
 
 
 
 
 
 
 
5ecb0ea
 
 
3072556
 
 
 
 
9c47320
 
 
5ecb0ea
 
3072556
 
9c47320
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
---
dataset_info:
  features:
  - name: previous_turn
    dtype: string
  - name: current_turn
    dtype: string
  - name: natural_stop
    dtype: bool
  - name: confidence_rating
    dtype: int64
  splits:
  - name: train
    num_bytes: 46903718
    num_examples: 255294
  - name: test
    num_bytes: 962481
    num_examples: 5205
  download_size: 10450284
  dataset_size: 47866199
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---