The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError Exception: TypeError Message: Couldn't cast array of type struct<amount_of_money: struct<span: list<item: int64>, text: string, value: struct<amount: double, currency: string>>, company_name: struct<span: list<item: int64>, text: string, value: string>, date: struct<span: list<item: int64>, text: string, value: struct<day: int64, month: int64, year: int64>>, date_from: struct<span: list<item: int64>, text: string, value: struct<day: int64, month: int64, year: int64>>, date_period: struct<span: list<item: int64>, text: string, values: struct<days: int64, from: struct<day: int64, month: int64, year: int64>, to: struct<day: int64, month: int64, year: int64>, type: string>>, date_to: struct<span: list<item: int64>, text: string, value: struct<day: int64, month: int64, year: int64>>, number: struct<span: list<item: int64>, text: string, value: int64>, person_name: struct<span: list<item: int64>, text: string, value: string>, shopping_category: struct<span: list<item: int64>, text: string, value: string>, time: struct<span: list<item: int64>, text: string, value: struct<hour: int64, minute: int64>>, time_period: struct<span: list<item: int64>, text: string, values: struct<from: struct<hour: int64, minute: int64>, to: struct<hour: int64, minute: int64>, type: string>>, time_to: struct<span: list<item: int64>, text: string, value: struct<hour: int64, minute: int64>>> to {'amount_of_money': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'amount': Value(dtype='float64', id=None), 'currency': Value(dtype='string', id=None)}}, 'company_name': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'date': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}}, 'date_from': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}}, 'date_period': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'values': {'days': Value(dtype='int64', id=None), 'from': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}, 'to': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}, 'type': Value(dtype='string', id=None)}}, 'date_to': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text' ... nt64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='int64', id=None)}, 'person_name': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'shopping_category': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'time': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}}, 'time_from': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}}, 'time_period': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'values': {'from': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}, 'to': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}, 'type': Value(dtype='string', id=None)}}, 'time_to': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}}} Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()] File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp> arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()] File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp> return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}") TypeError: Couldn't cast array of type struct<amount_of_money: struct<span: list<item: int64>, text: string, value: struct<amount: double, currency: string>>, company_name: struct<span: list<item: int64>, text: string, value: string>, date: struct<span: list<item: int64>, text: string, value: struct<day: int64, month: int64, year: int64>>, date_from: struct<span: list<item: int64>, text: string, value: struct<day: int64, month: int64, year: int64>>, date_period: struct<span: list<item: int64>, text: string, values: struct<days: int64, from: struct<day: int64, month: int64, year: int64>, to: struct<day: int64, month: int64, year: int64>, type: string>>, date_to: struct<span: list<item: int64>, text: string, value: struct<day: int64, month: int64, year: int64>>, number: struct<span: list<item: int64>, text: string, value: int64>, person_name: struct<span: list<item: int64>, text: string, value: string>, shopping_category: struct<span: list<item: int64>, text: string, value: string>, time: struct<span: list<item: int64>, text: string, value: struct<hour: int64, minute: int64>>, time_period: struct<span: list<item: int64>, text: string, values: struct<from: struct<hour: int64, minute: int64>, to: struct<hour: int64, minute: int64>, type: string>>, time_to: struct<span: list<item: int64>, text: string, value: struct<hour: int64, minute: int64>>> to {'amount_of_money': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'amount': Value(dtype='float64', id=None), 'currency': Value(dtype='string', id=None)}}, 'company_name': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'date': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}}, 'date_from': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}}, 'date_period': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'values': {'days': Value(dtype='int64', id=None), 'from': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}, 'to': {'day': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'year': Value(dtype='int64', id=None)}, 'type': Value(dtype='string', id=None)}}, 'date_to': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text' ... nt64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='int64', id=None)}, 'person_name': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'shopping_category': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'time': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}}, 'time_from': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}}, 'time_period': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'values': {'from': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}, 'to': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}, 'type': Value(dtype='string', id=None)}}, 'time_to': {'span': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'text': Value(dtype='string', id=None), 'value': {'hour': Value(dtype='int64', id=None), 'minute': Value(dtype='int64', id=None)}}} The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single raise DatasetGenerationError("An error occurred while generating the dataset") from e datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
slots
dict | intents
sequence | text
string |
---|---|---|
null | [
"how_long",
"pin",
"arrival",
"new"
] | አዲስ Pin ማግኘት ጊዜ ጊዜ ይሆናል? |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": {
"span": [
71,
80
],
"text": "next week",
"values": {
"days": null,
"from": {
"day": 21,
"month": 3,
"year": 2022
},
"to": {
"day": 27,
"month": 3,
"year": 2022
},
"type": "absolute"
}
},
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": {
"span": [
26,
45
],
"text": "9 05 in the morning",
"value": {
"hour": 9,
"minute": 5
}
},
"time_period": null,
"time_to": {
"span": [
50,
62
],
"text": "25 to 7 p.m.",
"value": {
"hour": 18,
"minute": 35
}
}
} | [
"make_open_apply_setup_get_activate",
"acknowledge"
] | OK, እኔ በ 9 05 ከሰዓት እና በ 25 እስከ 7 ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት. |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": {
"span": [
10,
20
],
"text": "25 past 23",
"value": {
"hour": 23,
"minute": 25
}
},
"time_period": null,
"time_to": null
} | [
"affirm"
] | በ 25 በ 23 በ |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": {
"span": [
7,
8
],
"text": "6",
"value": 6
},
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"make_open_apply_setup_get_activate",
"standing_order",
"new"
] | የ 6 አዲስ የተመሠረተ መስፈርቶች ያቀርባል. |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": {
"span": [
40,
52
],
"text": "last 3 hours",
"values": {
"from": {
"hour": 6,
"minute": 0
},
"to": {
"hour": 9,
"minute": 0
},
"type": "absolute"
}
},
"time_to": null
} | [
"card",
"cancel_close_leave_freeze",
"lost_stolen"
] | የእርስዎ ካርድ ማሸጊያ በ 3 ሰዓታት ውስጥ ማሸጊያ አይችልም |
null | [
"make_open_apply_setup_get_activate",
"business"
] | 1 የንግድ ይጀምራል |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": {
"span": [
60,
77
],
"text": "4th of each month",
"values": {
"days": null,
"from": null,
"to": null,
"type": "periodic"
}
},
"date_to": null,
"number": null,
"person_name": {
"span": [
35,
52
],
"text": "rickelle kawamoto",
"value": "rickelle kawamoto"
},
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"make_open_apply_setup_get_activate",
"standing_order"
] | እያንዳንዱ ቀናት በ 4 ቀናት በ Kawamoto Rickelle ይሆናል. |
null | [
"end_call"
] | ደንበኞች |
null | [
"end_call"
] | አሁን ይሆናል ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": {
"span": [
3,
10
],
"text": "20 to 2",
"value": {
"hour": 1,
"minute": 40
}
},
"time_from": null,
"time_period": null,
"time_to": null
} | [
"acknowledge"
] | በ 20 ወደ 2 ይሆናል. |
null | [
"cheque",
"wrong_notworking_notshowing",
"transfer_payment_deposit",
"why"
] | የክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክክ |
null | [
"request_info",
"cheque",
"transfer_payment_deposit"
] | እያንዳንዱ ሰው ስም ላይ የክክክ ማግኘት ይችላሉ? |
null | [
"arrival",
"when"
] | እርስዎ ይህ ፎቶ ማግኘት ጊዜ ይሆናል? |
null | [
"thank",
"affirm",
"arrival"
] | ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
71,
81
],
"text": "last night",
"value": {
"day": 14,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"contactless",
"lost_stolen",
"cancel_close_leave_freeze",
"card"
] | እርስዎ የእርስዎን ካርድ መግዛት ይችላሉ? የእርስዎን ካርድ መግዛት ላይ የእርስዎን ካርድ መግዛት ላይ መግዛት ይችላሉ. |
null | [
"lost_stolen",
"deny"
] | አይ, እርስዎ ይሰጣል አይደለም |
null | [
"card",
"international",
"credit",
"request_info"
] | የእርስዎን የክሬዲት ካርድ ሌሎች አገሮች ውስጥ መጠቀም ይችላሉ? |
null | [
"card",
"credit",
"overdraft",
"limits",
"request_info"
] | የእኔ የክሬዲት ካርድ ላይ የክሬዲት የክሬዲት የክሬዲት የክሬዲት የክሬዲት የክሬዲት? |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": {
"span": [
17,
21
],
"text": "16th",
"value": {
"day": 16,
"month": 3,
"year": 2022
}
},
"date_period": null,
"date_to": {
"span": [
29,
40
],
"text": "22nd of Apr",
"value": {
"day": 22,
"month": 4,
"year": 2022
}
},
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"request_info"
] | ከ 16 እስከ 22 ሰከንዶች ውስጥ ይሆናል. |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": {
"span": [
15,
33
],
"text": "July the 20th 1992",
"value": {
"day": 20,
"month": 7,
"year": 1992
}
},
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"thank",
"affirm"
] | በ 20 ሰከንዶች ውስጥ, በ 20 ሰከንዶች ውስጥ, በ 20 ሰከንዶች ውስጥ, በ 20 ሰከንዶች ውስጥ. |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": {
"span": [
45,
54
],
"text": "last week",
"value": {
"day": 7,
"month": 2,
"year": 2022
}
},
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": {
"span": [
30,
38
],
"text": "take out",
"value": "take out"
},
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"how_much",
"more_higher_after",
"transfer_payment_deposit"
] | ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ ከሁሉም ጊዜ? |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
33,
44
],
"text": "8 weeks ago",
"value": {
"day": 18,
"month": 1,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": {
"span": [
24,
32
],
"text": "pharmacy",
"value": "pharmacy"
},
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"how_much"
] | ከ 8 ሰከንዶች በፊት የፕላስቲክ ውስጥ እያንዳንዱ መጠን ይሰጣል. |
{
"amount_of_money": {
"span": [
67,
70
],
"text": "400",
"value": {
"amount": 400,
"currency": "ambiguous"
}
},
"company_name": {
"span": [
18,
23
],
"text": "LA VN",
"value": "LA VN"
},
"date": null,
"date_from": null,
"date_period": {
"span": [
37,
43
],
"text": "lately",
"values": {
"days": null,
"from": null,
"to": null,
"type": "ambiguous"
}
},
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": {
"span": [
74,
83
],
"text": "groceries",
"value": "groceries"
},
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"request_info",
"more_higher_after",
"transfer_payment_deposit"
] | እኔ በአሁኑ ጊዜ በ LA VN እንደ 5 ቀናት ይመልከቱ, እኔ ከ 400 በላይ ምግብዎች ውስጥ ይሰጣል |
null | [
"mortgage",
"when"
] | እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ? |
null | [
"balance",
"when"
] | እርስዎ የመስመር ላይ የእርስዎን የመስመር ላይ እርስዎ ይሆናል? |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": {
"span": [
71,
85
],
"text": "15 minutes ago",
"value": {
"hour": 8,
"minute": 45
}
},
"time_from": null,
"time_period": null,
"time_to": null
} | [
"affirm",
"greet"
] | በ 15 ደቂቃዎች በፊት የተመሠረተ ነገር በጣም ቀላል ነው. |
null | [
"thank",
"greet"
] | ይሰጣሉ እና ይሰጣሉ! |
null | [
"pin",
"affirm",
"wrong_notworking_notshowing"
] | ይህ የተሻለ pin ነው, ነገር ግን እርስዎ ያግኙ አይደለም... |
null | [
"pin"
] | መተግበሪያ ላይ መተግበሪያ ላይ መተግበሪያ ላይ መተግበሪያ ላይ መተግበሪያ |
null | [
"appointment",
"thank",
"make_open_apply_setup_get_activate"
] | እባክዎን እባክዎን እባክዎ |
null | [
"debit",
"thank",
"card"
] | እባክዎን! የእርስዎን ደንበኞች ደንበኞች ደንበኞች ደንበኞች ደንበኞች ደንበኞች ደንበኞች ደንበኞች |
null | [
"current",
"card",
"request_info",
"account",
"debit",
"transfer_payment_deposit"
] | የእርስዎን የእርስዎን የመስመር ላይ የእርስዎን የመስመር ላይ የእርስዎን የመስመር ላይ የእርስዎን የመስመር ላይ የእርስዎን የመስመር ላይ የእርስዎን የመስመር ላይ የእርስዎን የመስመር ላይ የእርስዎን? |
null | [
"debit",
"dont_know"
] | እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ |
{
"amount_of_money": {
"span": [
34,
43
],
"text": "73 pounds",
"value": {
"amount": 73,
"currency": "GBP"
}
},
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"withdrawal",
"card",
"make_open_apply_setup_get_activate"
] | የክሬዲት የክሬዲት የክሬዲት የክሬዲት የክሬዲት የክሬዲት የክሬዲት የክሬዲት 73 |
null | [
"withdrawal",
"contactless",
"card",
"request_info"
] | የእርስዎ የ ATMs መቆጣጠሪያ መቆጣጠሪያ መቆጣጠሪያ መቆጣጠሪያ? |
null | [
"wrong_notworking_notshowing",
"card",
"withdrawal"
] | እኔ በ ATM ካርድ ጋር መግዛት ይችላሉ |
null | [
"savings",
"account",
"how",
"card",
"make_open_apply_setup_get_activate"
] | የክፍያ ካርድ ለማግኘት እንዴት ይሆናል? |
{
"amount_of_money": null,
"company_name": {
"span": [
32,
50
],
"text": "Amazon Prime Video",
"value": "Amazon Prime Video"
},
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"refund",
"make_open_apply_setup_get_activate",
"how"
] | የ Amazon Prime ቪዲዮ ላይ የክፍያ ማግኘት እንዴት ይፈልጋሉ? |
{
"amount_of_money": null,
"company_name": {
"span": [
43,
54
],
"text": "post office",
"value": "post office"
},
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"card",
"transfer_payment_deposit",
"request_info"
] | የእርስዎ የቪዛ በመጠቀም የፕላስቲክ መለያዎች ማግኘት ይችላሉ? |
{
"amount_of_money": null,
"company_name": {
"span": [
25,
28
],
"text": "M&S",
"value": "M&S"
},
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"direct_debit",
"deny",
"existing"
] | ምንም, ይህ M&S ላይ የተመሠረተ ግምገማ በፊት አይችልም. |
null | [
"balance",
"direct_debit",
"request_info"
] | የእርስዎን የመስመር ላይ ጓደኝነት እና የመስመር ላይ ጓደኝነት ምን ነው? |
null | [
"request_info",
"direct_debit",
"transfer_payment_deposit"
] | የ direct debit payments ላይ የተወሰነ ፍጥነት እንዴት ነው? |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": {
"span": [
12,
19
],
"text": "monthly",
"values": {
"days": 30,
"from": null,
"to": null,
"type": "relative"
}
},
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"contactless",
"limits",
"request_info",
"transfer_payment_deposit"
] | የንግድ አጠቃቀም አጠቃቀም አጠቃቀም አጠቃቀም አጠቃቀም አጠቃቀም አጠቃቀም ነው? |
null | [
"dont_know",
"contactless"
] | እርስዎ አግኝቷል ወይም አግኝቷል ፡፡ |
null | [
"less_lower_before"
] | ነገር ግን እኔ ዝቅተኛ ይሆናል |
null | [
"overdraft",
"change",
"request_info",
"dont_know",
"less_lower_before"
] | እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ? |
{
"amount_of_money": {
"span": [
53,
56
],
"text": "40€",
"value": {
"amount": 40,
"currency": "EUR"
}
},
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"refund"
] | እሱም አንድ ጥቅል መጠን ይሆናል, ነገር ግን እሱም 40€ ይሆናል! |
null | [
"refund",
"wrong_notworking_notshowing"
] | እኔ በጣም ቀጥተኛ ጊዜ በሽያጭ ለማግኘት ይሆናል. |
null | [
"loan",
"wrong_notworking_notshowing",
"why"
] | እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ? |
null | [
"fees_interests",
"request_info",
"more_higher_after",
"loan",
"why"
] | የእርስዎ ሻንጋይ ሻንጋይ ሻንጋይ ሻንጋይ ሻንጋይ ሻንጋይ ሻንጋይ ஏன்? |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
29,
37
],
"text": "tomorrow",
"value": {
"day": 16,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": {
"span": [
41,
56
],
"text": "10 past 9 night",
"value": {
"hour": 21,
"minute": 10
}
},
"time_from": null,
"time_period": null,
"time_to": null
} | [
"cancel_close_leave_freeze",
"appointment",
"mortgage"
] | እኔ በ 10 ሰዓታት በ 9 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 ሰዓታት በ 10 |
null | [
"appointment",
"make_open_apply_setup_get_activate"
] | እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ |
null | [
"mortgage",
"request_info",
"fees_interests"
] | ይህ የእኔ የመጀመሪያው የክፍያ ነው, ስለዚህ የክፍያዎች ላይ ተጨማሪ መረጃ ያንብቡ ይሆናል. |
null | [
"mortgage",
"make_open_apply_setup_get_activate",
"request_info"
] | ተጨማሪ ያንብቡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": {
"span": [
31,
40
],
"text": "this week",
"values": {
"days": null,
"from": {
"day": 14,
"month": 3,
"year": 2022
},
"to": {
"day": 20,
"month": 3,
"year": 2022
},
"type": "absolute"
}
},
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"request_info",
"more_higher_after",
"transfer_payment_deposit"
] | የእርስዎን ምርጥ ክፍያዎች ይህ ቀናት ነው? |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": {
"span": [
40,
52
],
"text": "this quarter",
"values": {
"days": null,
"from": {
"day": 1,
"month": 1,
"year": 2022
},
"to": {
"day": 31,
"month": 3,
"year": 2022
},
"type": "absolute"
}
},
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"fees_interests",
"request_info"
] | የእኛን የንግድ ሻጋታዎች በ kwartaal ውስጥ እንዴት ነው? |
null | [
"loan",
"request_info",
"fees_interests"
] | ተጨማሪ መረጃ ለማግኘት የእርስዎ ሻጋታዎች እና ሻጋታዎች ይፈልጋሉ |
null | [
"loan",
"cancel_close_leave_freeze"
] | የእርስዎን ደንበኞች ማግኘት ይፈልጋሉ |
null | [
"handoff"
] | እባክዎን እባክዎን እባክዎን እባክዎን እባክዎን እባክዎን |
null | [
"deny",
"transfer_payment_deposit",
"handoff"
] | እባክዎ እባክዎ እባክዎ እባክዎ እባክዎ እባክዎ እባክዎ እባክዎ እባክዎ |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
56,
65
],
"text": "Wednesday",
"value": {
"day": 16,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"change",
"limits",
"more_higher_after",
"transfer_payment_deposit"
] | እኔ ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት ከሰዓት! |
null | [
"more_higher_after"
] | ይህ ከሁሉም ከሁሉም ነገር ያካትታል. |
null | [
"how_much",
"limits",
"savings",
"account",
"transfer_payment_deposit"
] | የእርስዎ የ ExFlex የሽያጭ መለያ ላይ የሙከራዎች ላይ የሙከራዎች የሙከራዎች የሙከራዎች የሙከራዎች ምን ነው? |
null | [
"cancel_close_leave_freeze",
"wrong_notworking_notshowing",
"transfer_payment_deposit",
"overdraft",
"fees_interests"
] | እኔ የእርስዎ ደንበኞች ለመቀነስ ለመቀነስ ይሆናል, ነገር ግን የእርስዎ ደንበኞች ለመቀነስ ይሆናል, ነገር ግን በእርስዎ ደንበኞች ለመቀነስ ይሆናል, ነገር ግን የእርስዎ ደንበኞች ለመቀነስ ይሆናል |
null | [
"change"
] | እኔ ጊዜ ይሆናል |
null | [
"change"
] | ተጨማሪ ያንብቡ, please |
null | [
"how_much",
"balance"
] | በአሁኑ ስኬት |
null | [
"how_much",
"balance"
] | በአሁኑ የንግድ ሻጋታ |
{
"amount_of_money": {
"span": [
44,
56
],
"text": "56.79 pounds",
"value": {
"amount": 56.79,
"currency": "GBP"
}
},
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"how_much",
"transfer_payment_deposit",
"fees_interests",
"international"
] | የ 56.79 £ ወደ የዩናይትድ ስቴትስ አገሮች ወደ እያንዳንዱ ገበያ ላይ እያንዳንዱ ገበያ እያንዳንዱ ገበያ እያንዳንዱ ገበያ እያንዳንዱ ገበያ እያንዳንዱ ገበያ እያንዳንዱ? |
null | [
"balance",
"request_info"
] | እኔ እንዴት መቆጣጠሪያ ይሆናል? |
{
"amount_of_money": {
"span": [
15,
19
],
"text": "700£",
"value": {
"amount": 700,
"currency": "GBP"
}
},
"company_name": null,
"date": {
"span": [
35,
44
],
"text": "in 7 days",
"value": {
"day": 22,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": {
"span": [
23,
34
],
"text": "guy kephart",
"value": "guy kephart"
},
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"make_open_apply_setup_get_activate",
"transfer_payment_deposit"
] | በ 7 ቀናት ውስጥ በ 700 £ በ Gui Kephart ማቅረብ ይችላሉ |
{
"amount_of_money": {
"span": [
47,
58
],
"text": "3800 pounds",
"value": {
"amount": 3800,
"currency": "GBP"
}
},
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"dont_know"
] | ነገር ግን እኔምምምምምምምምምምምምምምምምምምምምምምምም |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": {
"span": [
4,
18
],
"text": "jodie bienaime",
"value": "jodie bienaime"
},
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | null | ለ Jodie Bienaime |
{
"amount_of_money": null,
"company_name": null,
"date": null,
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": {
"span": [
11,
19
],
"text": "coppedge",
"value": "coppedge"
},
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | null | የእኔ ስም Coppedge ነው. |
null | [
"request_info",
"fees_interests",
"savings",
"account"
] | የእርስዎ የሽያጭ ገበያዎች ላይ የሽያጭ ገበያዎች ውስጥ የሽያጭ ገበያዎች ውስጥ የሽያጭ ገበያዎች ይሆናል? |
null | [
"fees_interests"
] | የሽያጭዎች እና የሽያጭዎች ላይ አንድ ጥያቄ |
null | [
"request_info"
] | አንድ ሰዓታት ውስጥ ማግኘት ይችላሉ? |
null | [
"current",
"account",
"request_info"
] | እርስዎ የእርስዎ አጠቃቀም መለያዎች እና የእርስዎ አጠቃቀም መለያዎች ላይ የተወሰነ አጠቃቀም ይሆናል? |
null | [
"current",
"account"
] | አሁን መለያ |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
76,
84
],
"text": "tomorrow",
"value": {
"day": 16,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"account",
"cancel_close_leave_freeze"
] | እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ እርስዎ |
null | [
"international",
"transfer_payment_deposit",
"make_open_apply_setup_get_activate"
] | እርስዎ የንግድ ገበያ ማግኘት ይችላሉ? |
null | [
"international",
"request_info"
] | እርስዎ የእርስዎ ኢሜይል በዓለም ላይ ይሆናል? |
null | [
"make_open_apply_setup_get_activate",
"request_info",
"account",
"new"
] | የንግድ መለያ ለመፍጠር የንግድ መለያ ለመፍጠር የንግድ መለያ ለመፍጠር እንዴት ነው? |
null | [
"make_open_apply_setup_get_activate",
"transfer_payment_deposit",
"account",
"existing"
] | እኔ አጠቃቀም አጠቃቀም አጠቃቀም አጠቃቀም |
null | [
"dont_know"
] | ያግኙን አይደለም |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
11,
19
],
"text": "Thursday",
"value": {
"day": 17,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | [
"make_open_apply_setup_get_activate"
] | መጋቢት ይሆናል |
null | [
"make_open_apply_setup_get_activate",
"transfer_payment_deposit"
] | ከፍተኛ ጥራት ያግኙ |
null | [
"card"
] | ካርድ ጋር ያግኙን |
null | [
"wrong_notworking_notshowing",
"card",
"transfer_payment_deposit"
] | እኔ የእርስዎ ካርድ ይሰጣል, ነገር ግን ነገር ግን ይሰጣል አይደለም. |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
0,
5
],
"text": "today",
"value": {
"day": 15,
"month": 3,
"year": 2022
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | null | ዛሬ |
{
"amount_of_money": null,
"company_name": null,
"date": {
"span": [
4,
16
],
"text": "Jan the 19th",
"value": {
"day": 19,
"month": 1,
"year": 2023
}
},
"date_from": null,
"date_period": null,
"date_to": null,
"number": null,
"person_name": null,
"shopping_category": null,
"time": null,
"time_from": null,
"time_period": null,
"time_to": null
} | null | የ 19 ሰዓታት ይሰጣሉ |
null | [
"affirm"
] | ይህ በጣም ጥሩ ነው. |
null | [
"affirm",
"transfer_payment_deposit"
] | ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ ፡፡ |
null | [
"deny",
"transfer_payment_deposit"
] | የክፍያ የክፍያ የክፍያ አይችልም |
null | [
"deny"
] | ምንም! |
null | [
"transfer_payment_deposit",
"request_info"
] | የእርስዎን ገንዘብ ያግኙን? |
null | [
"wrong_notworking_notshowing",
"transfer_payment_deposit"
] | የእርስዎ ጓደኞችን ይሆናል ይሆናል |
null | [
"request_info"
] | እርስዎ እርስዎ ያግኙ |
null | [
"wrong_notworking_notshowing"
] | ይህ በጣም தவறு ነው |
null | [
"wrong_notworking_notshowing"
] | እርስዎ ይሆናል ፡፡ |
End of preview.