deetsml commited on
Commit
2b82459
·
1 Parent(s): 0d113f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -72
config.json CHANGED
@@ -26,82 +26,16 @@
26
  "forced_eos_token_id": 2,
27
  "gradient_checkpointing": false,
28
  "id2label": {
29
- "0": "atmosphere",
30
- "1": "beer list",
31
- "2": "bottomless brunch",
32
- "3": "breakfast",
33
- "4": "brunch",
34
- "5": "business",
35
- "6": "byob",
36
- "7": "casual",
37
- "8": "date night",
38
- "9": "delivery",
39
- "10": "fine dining",
40
- "11": "gluten free",
41
- "12": "good value",
42
- "13": "great cocktails",
43
- "14": "great service",
44
- "15": "happy hour",
45
- "16": "healthy",
46
- "17": "instagrammable",
47
- "18": "kid friendly",
48
- "19": "large groups",
49
- "20": "late night",
50
- "21": "live music",
51
- "22": "lunch",
52
- "23": "night out",
53
- "24": "outdoor seating",
54
- "25": "quick",
55
- "26": "romantic",
56
- "27": "rooftop",
57
- "28": "small plates",
58
- "29": "special event",
59
- "30": "sports/tvs",
60
- "31": "takeout",
61
- "32": "tasting menu",
62
- "33": "vegetarian",
63
- "34": "walk-in",
64
- "35": "wine list"
65
  },
66
  "init_std": 0.02,
67
  "is_encoder_decoder": true,
68
  "label2id": {
69
- "atmosphere": 0,
70
- "beer list": 1,
71
- "bottomless brunch": 2,
72
- "breakfast": 3,
73
- "brunch": 4,
74
- "business": 5,
75
- "byob": 6,
76
- "casual": 7,
77
- "date night": 8,
78
- "delivery": 9,
79
- "fine dining": 10,
80
- "gluten free": 11,
81
- "good value": 12,
82
- "great cocktails": 13,
83
- "great service": 14,
84
- "happy hour": 15,
85
- "healthy": 16,
86
- "instagrammable": 17,
87
- "kid friendly": 18,
88
- "large groups": 19,
89
- "late night": 20,
90
- "live music": 21,
91
- "lunch": 22,
92
- "night out": 23,
93
- "outdoor seating": 24,
94
- "quick": 25,
95
- "romantic": 26,
96
- "rooftop": 27,
97
- "small plates": 28,
98
- "special event": 29,
99
- "sports/tvs": 30,
100
- "takeout": 31,
101
- "tasting menu": 32,
102
- "vegetarian": 33,
103
- "walk-in": 34,
104
- "wine list": 35
105
  },
106
  "max_position_embeddings": 1024,
107
  "model_type": "bart",
 
26
  "forced_eos_token_id": 2,
27
  "gradient_checkpointing": false,
28
  "id2label": {
29
+ "0": "contradiction",
30
+ "1": "neutral",
31
+ "2": "entailment"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  },
33
  "init_std": 0.02,
34
  "is_encoder_decoder": true,
35
  "label2id": {
36
+ "contradiction": 0,
37
+ "entailment": 2,
38
+ "neutral": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  },
40
  "max_position_embeddings": 1024,
41
  "model_type": "bart",