Align ABO walkthrough summaries
Browse files
demo.py
CHANGED
|
@@ -84,11 +84,11 @@ DEMO_EXAMPLES = [
|
|
| 84 |
"summaries": {
|
| 85 |
"clip": {
|
| 86 |
"hits": 2,
|
| 87 |
-
"text": "Also returns earrings, home decor,
|
| 88 |
},
|
| 89 |
"candidate": {
|
| 90 |
-
"hits":
|
| 91 |
-
"text": "
|
| 92 |
},
|
| 93 |
},
|
| 94 |
},
|
|
@@ -100,12 +100,12 @@ DEMO_EXAMPLES = [
|
|
| 100 |
"queryLabel": "LIGHT_FIXTURE",
|
| 101 |
"summaries": {
|
| 102 |
"clip": {
|
| 103 |
-
"hits":
|
| 104 |
-
"text": "
|
| 105 |
},
|
| 106 |
"candidate": {
|
| 107 |
"hits": 10,
|
| 108 |
-
"text": "Returns
|
| 109 |
},
|
| 110 |
},
|
| 111 |
},
|
|
@@ -117,12 +117,12 @@ DEMO_EXAMPLES = [
|
|
| 117 |
"queryLabel": "SANDAL",
|
| 118 |
"summaries": {
|
| 119 |
"clip": {
|
| 120 |
-
"hits":
|
| 121 |
-
"text": "Also returns accessories, handbags.",
|
| 122 |
},
|
| 123 |
"candidate": {
|
| 124 |
"hits": 10,
|
| 125 |
-
"text": "Returns sandals plus one nearby
|
| 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 |
},
|