mnm-matin commited on
Commit
2f4cf9a
·
verified ·
1 Parent(s): a37ffbd

Align ABO walkthrough summaries

Browse files
Files changed (1) hide show
  1. demo.py +9 -9
demo.py CHANGED
@@ -84,11 +84,11 @@ DEMO_EXAMPLES = [
84
  "summaries": {
85
  "clip": {
86
  "hits": 2,
87
- "text": "Also returns earrings, home decor, bedding, kitchen, sandals.",
88
  },
89
  "candidate": {
90
- "hits": 10,
91
- "text": "Returns light fixtures and lamps.",
92
  },
93
  },
94
  },
@@ -100,12 +100,12 @@ DEMO_EXAMPLES = [
100
  "queryLabel": "LIGHT_FIXTURE",
101
  "summaries": {
102
  "clip": {
103
- "hits": 2,
104
- "text": "Also returns earrings, necklace-like jewelry, table.",
105
  },
106
  "candidate": {
107
  "hits": 10,
108
- "text": "Returns ten light fixtures.",
109
  },
110
  },
111
  },
@@ -117,12 +117,12 @@ DEMO_EXAMPLES = [
117
  "queryLabel": "SANDAL",
118
  "summaries": {
119
  "clip": {
120
- "hits": 6,
121
- "text": "Also returns accessories, handbags.",
122
  },
123
  "candidate": {
124
  "hits": 10,
125
- "text": "Returns sandals plus one nearby shoe.",
126
  },
127
  },
128
  },
 
84
  "summaries": {
85
  "clip": {
86
  "hits": 2,
87
+ "text": "Also returns earrings, home decor, and sandals.",
88
  },
89
  "candidate": {
90
+ "hits": 9,
91
+ "text": "Mostly returns light fixtures and lamps.",
92
  },
93
  },
94
  },
 
100
  "queryLabel": "LIGHT_FIXTURE",
101
  "summaries": {
102
  "clip": {
103
+ "hits": 3,
104
+ "text": "Mostly returns earrings and jewelry-like items.",
105
  },
106
  "candidate": {
107
  "hits": 10,
108
+ "text": "Returns light fixtures and lamps.",
109
  },
110
  },
111
  },
 
117
  "queryLabel": "SANDAL",
118
  "summaries": {
119
  "clip": {
120
+ "hits": 5,
121
+ "text": "Also returns accessories, handbags, and home goods.",
122
  },
123
  "candidate": {
124
  "hits": 10,
125
+ "text": "Returns sandals plus one nearby boot.",
126
  },
127
  },
128
  },