Commit
·
1ee0dc6
1
Parent(s):
b45cb31
Update EZPass-Dataset.py
Browse files- EZPass-Dataset.py +8 -7
EZPass-Dataset.py
CHANGED
@@ -45,15 +45,15 @@ _DESCRIPTION = """\
|
|
45 |
|
46 |
|
47 |
_URL = "https://huggingface.co/datasets/joemaatouk/EZPass-Dataset/resolve/main/EZPass-images.tar.gz"
|
48 |
-
|
49 |
|
50 |
descriptions = [
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
]
|
58 |
|
59 |
"""
|
@@ -64,6 +64,7 @@ descriptions = ['Test1',
|
|
64 |
'test5',
|
65 |
'test6'
|
66 |
]
|
|
|
67 |
|
68 |
class EZPassTargz(datasets.GeneratorBasedBuilder):
|
69 |
"""SQUAD: The Stanford Question Answering Dataset. Version 1.1."""
|
|
|
45 |
|
46 |
|
47 |
_URL = "https://huggingface.co/datasets/joemaatouk/EZPass-Dataset/resolve/main/EZPass-images.tar.gz"
|
48 |
+
|
49 |
|
50 |
descriptions = [
|
51 |
+
'{\"header\": {\"to\": \"FEITH SYSTEMS AND SOFTWARE\",\"billing_address\": \"425 MARYLAND DR FT WASHINGTON PA 19034-2501\",\"invoice_number\": \"127806097-1\", \"account_number\": \"5526331\", \"invoice_date\": \"08/21/2023\", \"license_plate\": \"PA-KMB5413\", \"payment_due\": \"$42.40\", \"payment_due_date\": \"09/11/2023\", \"amount_due\": \"$42.40\"}}',
|
52 |
+
'{\"header\": {\"to\": \"FEITH SYSTEMS AND SOFTWARE\",\"billing_address\": \"425 MARYLAND DR FT WASHINGTON PA 19034-2501\",\"mailing_number\": \"B1531128696669\", \"mailing_date\": \"06/29/2023\",\"NOTD_amount_due\": \"$6.00\",\"by\": \"07/31/2023\", \"toll_amount_due\": \"$6.00\", \"video_toll_transaction_number\": \"B1531128696669-00001\", \"state/license_plate\": \"PA/LSY0217\", \"location_toll\": \"Baltimore City I-95 Fort McHenry Tunnel\", \"exit_date_and_time_of_toll\": \"10/11/2022 05:40:51 PM\"}}',
|
53 |
+
'{\"header\": {\"to\": \"FEITH SYSTEMS AND SOFTWARE\",\"billing_address\": \"425 MARYLAND DR FT WASHINGTON PA 19034-2501\",\"mailing_number\": \"B1531123158574\", \"mailing_date\": \"09/21/2022\",\"NOTD_amount_due\": \"$6.00\",\"by\": \"08/31/2022\", \"toll_amount_due\": \"$6.00\", \"video_toll_transaction_number\": \"B1531123158574-00001\", \"state/license_plate\": \"PA/LDJ1110\", \"location_toll\": \"Baltimore City I-95 Fort McHenry Tunnel\", \"exit_date_and_time_of_toll\": \"02/09/2021 09:55:37 AM\"}}',
|
54 |
+
'{\"header\": {\"to\": \"FEITH SYSTEMS AND SOFTWARE\",\"billing_address\": \"425 MARYLAND DR FT WASHINGTON PA 19034-2501\",\"invoice_number\": \"120691145-1\", \"account_number\": \"1214734\", \"invoice_date\": \"09/23/2022\", \"license_plate\": \"PA-LDJ1110\", \"payment_due\": \"$8.70\", \"payment_due_date\": \"10/13/2022\", \"amount_due\": \"$8.70\"}}',
|
55 |
+
'{\"header\": {\"to\": \"FEITH SYSTEMS AND SOFTWARE\",\"billing_address\": \"425 MARYLAND DR FT WASHINGTON PA 19034-2501\",\"invoice_number\": \"120691145-1\", \"account_number\": \"1214734\", \"invoice_date\": \"09/23/2022\", \"license_plate\": \"PA-LDJ1110\", \"payment_due\": \"$8.70\", \"payment_due_date\": \"10/13/2022\", \"amount_due\": \"$8.70\"}}',
|
56 |
+
'{\"header\": {\"to\": \"FEITH SYSTEMS AND SOFTWARE\",\"billing_address\": \"425 MARYLAND DR FT WASHINGTON PA 19034-2501\",\"invoice_number\": \"112580557-1\", \"account_number\": \"1214734\", \"license_plate\": \"PA-LSY0217\", \"invoice_date\": \"09/23/21\",\"toll_charges\": \"$0.00\", \"payments\": \"$0.00\",\"adjustments\": \"$0.00\",\"fees\": \"$0.00\",\"payment_due\": \"$6.00\", \"payment_due_date\": \"10/13/2021\", \"amount_due\": \"$6.00\"}}'
|
57 |
]
|
58 |
|
59 |
"""
|
|
|
64 |
'test5',
|
65 |
'test6'
|
66 |
]
|
67 |
+
"""
|
68 |
|
69 |
class EZPassTargz(datasets.GeneratorBasedBuilder):
|
70 |
"""SQUAD: The Stanford Question Answering Dataset. Version 1.1."""
|