-
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
132 additions
and
17 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": 2.2228715419769287, | ||
"result": "Toyota Camry" | ||
}, | ||
"count_fruit": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.007870000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 2.370004653930664, | ||
"result": "8" | ||
}, | ||
"document_ocr": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.008539999999999999, | ||
"pass_fail": "Pass", | ||
"response_time": 3.3213083744049072, | ||
"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": 0, | ||
"success": false, | ||
"price": 0.00876, | ||
"pass_fail": "Fail", | ||
"response_time": 5.598870515823364, | ||
"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.098576545715332, | ||
"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": 3.4283571243286133, | ||
"result": "3x^2-6x+2" | ||
}, | ||
"object_detection": { | ||
"score": 0.4806007509386734, | ||
"success": false, | ||
"price": 0.009490000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 4.682239294052124, | ||
"result": "{'x': 0.52, 'y': 0.35, 'width': 0.24, 'height': 0.4}" | ||
}, | ||
"graph_understanding": { | ||
"score": 0.99, | ||
"success": false, | ||
"price": 0.01079, | ||
"pass_fail": "Fail", | ||
"response_time": 2.607328414916992, | ||
"result": "```json\n{\n \"A\": {\n \"quantity\": 20,\n \"price\": 10\n },\n \"B\": {\n \"quantity\": 25,\n \"price\": 20\n },\n \"C\": {\n \"quantity\": 30,\n \"price\": 30\n },\n \"D\": {\n \"quantity\": 33,\n \"price\": 40\n }\n}\n```" | ||
}, | ||
"color_recognition": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.00875, | ||
"pass_fail": "Fail", | ||
"response_time": 2.211211919784546, | ||
"result": "Failed to produce a valid JSON output: {\n \"R\": 79,\n \"G\": 0,\n \"B\": 128\n}" | ||
}, | ||
"annotation_qa": { | ||
"score": 0.33333333333333337, | ||
"success": false, | ||
"price": 0.01974, | ||
"pass_fail": "Fail", | ||
"response_time": 4.946108102798462, | ||
"result": "Based on the image provided, the following annotations are made for cars:\n\n1. The black vehicle on the left side of the image.\n2. The small vehicle in the middle-left part of the image.\n3. The vehicle slightly to the right of the middle of the image, next to the black vehicle.\n4. The vehicle in front of the vehicle slightly to the right of the middle.\n5. The vehicle behind the white vehicle on the right-hand side.\n6. The farthest vehicle in the image.\n\nHowever, there is one vehicle that appears to be missing a red bounding box, which is the large white car on the right side of the image. \n\nTherefore, there is one missing annotation for the cars in the image.\n\n```json\n{\n \"missing\": 1\n}\n```" | ||
}, | ||
"measurement": { | ||
"score": 0.8571428571428572, | ||
"success": false, | ||
"price": 0.00877, | ||
"pass_fail": "Fail", | ||
"response_time": 5.730761289596558, | ||
"result": "```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.4070158004760742, | ||
"result": "charybdis indubitable" | ||
}, | ||
"easy_captcha_persuade": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00529, | ||
"pass_fail": "Pass", | ||
"response_time": 1.3826255798339844, | ||
"result": "charybdis indubitable" | ||
} | ||
} |