File size: 1,469 Bytes
e4e19f6
 
b86e5f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db00cd4
09629ad
b86e5f0
db00cd4
09629ad
b86e5f0
db00cd4
09629ad
db00cd4
 
b86e5f0
e4e19f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5741992
 
e4e19f6
5741992
 
e4e19f6
5741992
 
 
 
e4e19f6
b86e5f0
 
 
 
 
 
 
 
e4e19f6
 
 
 
 
 
 
 
 
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
66
67
68
69
70
71
72
73
74
75
76
77
---
dataset_info:
- config_name: multi_turn
  features:
  - name: context
    sequence: string
  - name: context_ru
    sequence: string
  - name: entity1
    dtype: string
  - name: entity1_ru
    dtype: string
  - name: entity2
    dtype: string
  - name: entity2_ru
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 78770040
    num_examples: 20462
  - name: dev
    num_bytes: 3839181
    num_examples: 973
  - name: test
    num_bytes: 3349203
    num_examples: 828
  download_size: 37783118
  dataset_size: 85958424
- config_name: single_turn
  features:
  - name: context
    dtype: string
  - name: context_ru
    dtype: string
  - name: entity1
    dtype: string
  - name: entity1_ru
    dtype: string
  - name: entity2
    dtype: string
  - name: entity2_ru
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 30212766
    num_examples: 10099
  - name: dev
    num_bytes: 2506447
    num_examples: 853
  - name: test
    num_bytes: 3632091
    num_examples: 1175
  download_size: 19442841
  dataset_size: 36351304
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-*
---