File size: 1,225 Bytes
7c15db2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: multi_turn
  features:
  - name: context
    dtype: string
  - name: entity1
    dtype: string
  - name: label
    dtype: int64
  - name: entity2
    dtype: string
  splits:
  - name: train
    num_bytes: 31049768
    num_examples: 20462
  - name: dev
    num_bytes: 1532650
    num_examples: 973
  - name: test
    num_bytes: 1349927
    num_examples: 828
  download_size: 16381503
  dataset_size: 33932345
- config_name: single_turn
  features:
  - name: entity2
    dtype: string
  - name: entity1
    dtype: string
  - name: label
    dtype: int64
  - name: context
    dtype: string
  splits:
  - name: train
    num_bytes: 11980966
    num_examples: 10099
  - name: dev
    num_bytes: 990094
    num_examples: 853
  - name: test
    num_bytes: 1431701
    num_examples: 1175
  download_size: 8382491
  dataset_size: 14402761
configs:
- config_name: multi_turn
  data_files:
  - split: train
    path: multi_turn/train-*
  - split: dev
    path: multi_turn/dev-*
  - split: test
    path: multi_turn/test-*
- config_name: single_turn
  data_files:
  - split: train
    path: single_turn/train-*
  - split: dev
    path: single_turn/dev-*
  - split: test
    path: single_turn/test-*
---