-
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
103 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,90 @@ | ||
{ | ||
"zero_shot_classification": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00481, | ||
"pass_fail": "Pass", | ||
"response_time": 6.003724575042725, | ||
"result": "Toyota Camry" | ||
}, | ||
"count_fruit": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.007870000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 4.22366189956665, | ||
"result": "9" | ||
}, | ||
"document_ocr": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00857, | ||
"pass_fail": "Pass", | ||
"response_time": 2.577056407928467, | ||
"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.008730000000000002, | ||
"pass_fail": "Pass", | ||
"response_time": 5.760297060012817, | ||
"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.00725, | ||
"pass_fail": "Pass", | ||
"response_time": 4.001994609832764, | ||
"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.01789, | ||
"pass_fail": "Pass", | ||
"response_time": 6.463160991668701, | ||
"result": "3x^2-6x+2" | ||
}, | ||
"object_detection": { | ||
"score": 0.14790018259281795, | ||
"success": false, | ||
"price": 0.009490000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 3.284456253051758, | ||
"result": "{'x': 0.64, 'y': 0.35, 'width': 0.16, 'height': 0.3}" | ||
}, | ||
"graph_understanding": { | ||
"score": 0.74, | ||
"success": false, | ||
"price": 0.01079, | ||
"pass_fail": "Fail", | ||
"response_time": 5.520579099655151, | ||
"result": "```json\n{\n \"A\": {\n \"quantity\": 15,\n \"price\": 20\n },\n \"B\": {\n \"quantity\": 30,\n \"price\": 25\n },\n \"C\": {\n \"quantity\": 40,\n \"price\": 35\n },\n \"D\": {\n \"quantity\": 45,\n \"price\": 42\n }\n}\n```" | ||
}, | ||
"color_recognition": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.00914, | ||
"pass_fail": "Fail", | ||
"response_time": 1.7878320217132568, | ||
"result": "Failed to produce a valid JSON output: I'm sorry, I am not able to provide RGB color codes for elements in images. If you have any other questions or need assistance with something else, feel free to ask!" | ||
}, | ||
"annotation_qa": { | ||
"score": 0.33333333333333337, | ||
"success": false, | ||
"price": 0.015300000000000001, | ||
"pass_fail": "Fail", | ||
"response_time": 2.335364580154419, | ||
"result": "```json\n{\n \"missing\": 1\n}\n```" | ||
}, | ||
"measurement": { | ||
"score": 0.8571428571428572, | ||
"success": false, | ||
"price": 0.00877, | ||
"pass_fail": "Fail", | ||
"response_time": 4.2275848388671875, | ||
"result": "```json\n{\n \"length\": 3.0,\n \"width\": 3.0\n}\n```" | ||
} | ||
} |