-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
131 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"zero_shot_classification": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00481, | ||
"pass_fail": "Pass", | ||
"response_time": 3.2271170616149902, | ||
"result": "Toyota Camry" | ||
}, | ||
"count_fruit": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.008170000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 3.070826530456543, | ||
"result": "There are 9 pieces of fruit in the image." | ||
}, | ||
"document_ocr": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.008539999999999999, | ||
"pass_fail": "Pass", | ||
"response_time": 3.501218795776367, | ||
"result": "I was thinking earlier today that I have gone through, to use the lingo, eras of listening to each of Swift's Eras. Meta indeed. I started listening to Ms. Swift's music after hearing the Midnights album. A few weeks after hearing the album for the first time, I found myself playing various songs on repeat. I listened to the album in order multiple times." | ||
}, | ||
"handwriting_ocr": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00876, | ||
"pass_fail": "Pass", | ||
"response_time": 7.230176687240601, | ||
"result": "The words of songs on the album have been echoing in my head all week. \"Fades into the grey of my day old tea.\"" | ||
}, | ||
"extraction_ocr": { | ||
"score": 1.0, | ||
"success": true, | ||
"price": 0.007220000000000001, | ||
"pass_fail": "Pass", | ||
"response_time": 3.956480026245117, | ||
"result": "[{'name': 'MARY THOMAS', 'time_per_day': 1, 'medication': 'ATENOLOL', 'dosage': 100, 'rx_number': '1234567-12345'}]" | ||
}, | ||
"math_ocr": { | ||
"score": 1.0, | ||
"success": true, | ||
"price": 0.015290000000000002, | ||
"pass_fail": "Pass", | ||
"response_time": 4.852380037307739, | ||
"result": "3x^2-6x+2" | ||
}, | ||
"object_detection": { | ||
"score": 0.6045519203413936, | ||
"success": false, | ||
"price": 0.009490000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 4.6265175342559814, | ||
"result": "{'x': 0.44, 'y': 0.41, 'width': 0.25, 'height': 0.34}" | ||
}, | ||
"graph_understanding": { | ||
"score": 0.9099999999999999, | ||
"success": false, | ||
"price": 0.01079, | ||
"pass_fail": "Fail", | ||
"response_time": 3.4058024883270264, | ||
"result": "```json\n{\n \"A\": {\n \"quantity\": 15,\n \"price\": 10\n },\n \"B\": {\n \"quantity\": 22,\n \"price\": 20\n },\n \"C\": {\n \"quantity\": 25,\n \"price\": 30\n },\n \"D\": {\n \"quantity\": 30,\n \"price\": 40\n }\n}\n```" | ||
}, | ||
"color_recognition": { | ||
"score": 0.9856209150326798, | ||
"success": false, | ||
"price": 0.008870000000000001, | ||
"pass_fail": "Fail", | ||
"response_time": 2.1292402744293213, | ||
"result": "```json\n{\n \"R\": 79,\n \"G\": 0,\n \"B\": 159\n}\n```" | ||
}, | ||
"annotation_qa": { | ||
"score": 0.6666666666666667, | ||
"success": false, | ||
"price": 0.01734, | ||
"pass_fail": "Fail", | ||
"response_time": 5.602948188781738, | ||
"result": "Based on the image you provided, it appears there are several cars not enclosed within the red bounding boxes. Specifically, I see two cars that are not annotated: one on the far left side of the image and one on the far right side (white car approaching the camera).\n\nHere is the requested JSON output indicating the number of missing annotations:\n\n```json\n{\n \"missing\": 2\n}\n```" | ||
}, | ||
"measurement": { | ||
"score": 0.8571428571428572, | ||
"success": false, | ||
"price": 0.00958, | ||
"pass_fail": "Fail", | ||
"response_time": 7.811402797698975, | ||
"result": "Based on the ruler in the image, the square sticker appears to be 3 inches in length and 3 inches in width. \n\n```json\n{\n \"length\": 3.0,\n \"width\": 3.0\n}\n```" | ||
}, | ||
"easy_captcha": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.004790000000000001, | ||
"pass_fail": "Pass", | ||
"response_time": 1.34891939163208, | ||
"result": "charybdis indubitable" | ||
}, | ||
"easy_captcha_persuade": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00529, | ||
"pass_fail": "Pass", | ||
"response_time": 1.457381010055542, | ||
"result": "charybdis indubitable" | ||
} | ||
} |