Spaces:
Sleeping
Sleeping
Commit ·
f480775
1
Parent(s): 2c8e374
Modified data json file and styles
Browse files- static/styles.css +2 -2
- tree_data/portfolio_tree_data.json +63 -0
static/styles.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e3c9fc7a564bfc3bc173056a7640632c803a486fc6a48098274f0eaa7f68dbb
|
| 3 |
+
size 3691
|
tree_data/portfolio_tree_data.json
CHANGED
|
@@ -247,6 +247,69 @@
|
|
| 247 |
}
|
| 248 |
]
|
| 249 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
{
|
| 251 |
"intent": "exam fail",
|
| 252 |
"label": "exam fail",
|
|
|
|
| 247 |
}
|
| 248 |
]
|
| 249 |
},
|
| 250 |
+
{
|
| 251 |
+
"intent": "10th board scores",
|
| 252 |
+
"label": "10th board scores",
|
| 253 |
+
"examples": [
|
| 254 |
+
"10th board scores",
|
| 255 |
+
"What is your 10th board score?",
|
| 256 |
+
"What was your 10th grade score?",
|
| 257 |
+
"What was your 10th grade percentage?",
|
| 258 |
+
"What was your 10th grade CGPA?",
|
| 259 |
+
"What was your 10th grade marks?",
|
| 260 |
+
"How much did you score in middle school?"
|
| 261 |
+
],
|
| 262 |
+
"response": "I scored 461/500 in my 10th grade board exams, which is 92.2%, in the CBSE board."
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"intent": "12th board scores",
|
| 266 |
+
"label": "12th board scores",
|
| 267 |
+
"examples": [
|
| 268 |
+
"12th board scores",
|
| 269 |
+
"What is your 12th board score?",
|
| 270 |
+
"What was your 12th grade score?",
|
| 271 |
+
"What was your 12th grade percentage?",
|
| 272 |
+
"What was your 12th grade CGPA?",
|
| 273 |
+
"What was your 12th grade marks?",
|
| 274 |
+
"How much did you score in high school?"
|
| 275 |
+
],
|
| 276 |
+
"response": "I scored 454/500 in my 12th grade board exams, which is 90.8%, in the CBSE board."
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"intent": "entrance exam",
|
| 280 |
+
"label": "entrance exam",
|
| 281 |
+
"examples": [
|
| 282 |
+
"Entrance exam",
|
| 283 |
+
"What entrance exams did you take?",
|
| 284 |
+
"Did you take any entrance exams?",
|
| 285 |
+
"What are your entrance exam scores?",
|
| 286 |
+
"What was your JEE score?",
|
| 287 |
+
"What was your JEE Advanced score?",
|
| 288 |
+
"What was your JEE Mains score?"
|
| 289 |
+
],
|
| 290 |
+
"response": "I took the JEE Mains and JEE Advanced. I scored 97.9 percentile in JEE Mains, and 48/360 in JEE Advanced.",
|
| 291 |
+
"children": [
|
| 292 |
+
{
|
| 293 |
+
"intent": "JEE Mains",
|
| 294 |
+
"label": "JEE Mains",
|
| 295 |
+
"examples": [
|
| 296 |
+
"What was your JEE Mains score?",
|
| 297 |
+
"What was your JEE Mains percentile?",
|
| 298 |
+
"What was your JEE Mains rank?"
|
| 299 |
+
],
|
| 300 |
+
"response": "I scored 97.9 percentile in JEE Mains."
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"intent": "JEE Advanced",
|
| 304 |
+
"label": "JEE Advanced",
|
| 305 |
+
"examples": [
|
| 306 |
+
"What was your JEE Advanced score?",
|
| 307 |
+
"What was your JEE Advanced rank?"
|
| 308 |
+
],
|
| 309 |
+
"response": "I scored 48/360 in JEE Advanced."
|
| 310 |
+
}
|
| 311 |
+
]
|
| 312 |
+
},
|
| 313 |
{
|
| 314 |
"intent": "exam fail",
|
| 315 |
"label": "exam fail",
|