File size: 1,015 Bytes
b109984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "train_size": 7159,
    "valid_size": 500,
    "test_size": 1521,
    "num_labels": 17,
    "max_length": 35,
    "entity_types": [
        "Cuisine",
        "Location",
        "Hours",
        "Dish",
        "Amenity",
        "Rating",
        "Restaurant_Name",
        "Price"
    ],
    "lf": [
        "Location1",
        "Location2",
        "Cuisine",
        "Dish",
        "Price1",
        "Price2",
        "Amentity1",
        "Amentity2",
        "Rating1",
        "Rating2",
        "Restaurant_Name1",
        "Restaurant_Name2",
        "Hours1",
        "Hours2",
        "Hours3",
        "Yelp"
    ],
    "num_lf": 16,
    "lf_rec": [
        "Location1",
        "Location2",
        "Cuisine",
        "Dish",
        "Price1",
        "Price2",
        "Amentity1",
        "Amentity2",
        "Rating1",
        "Rating2",
        "Restaurant_Name1",
        "Restaurant_Name2",
        "Hours1",
        "Hours2",
        "Hours3",
        "Yelp"
    ],
    "num_lf_rec": 16
}