Open taratuncho opened 2 years ago
@taratuncho, I am curious to know what text address input you used to get that output result? Without the input it is hard to diagnose the output.
I ran the input text "168A SEPARATION STREET NO, COTE, VIC 3070" through a live demo of the model (trained model was supplied by @jasonrig in this repo) at https://address-app.infocruncher.com/ which retuned:
{
"number_first": "168",
"number_first_suffix": "A",
"street_name": "SEPARATION",
"street_type": "STREET",
"street_suffix": "NORTH",
"locality_name": ", COTE",
"state": "VICTORIA",
"postcode": "3070"
}```
Hello, First of all, thank you for the opportunity to use the code you wrote.
I'm trying to train a new model, but the result I get after that is very wrong.
{'street_name': '168A SEPARATION STREET NO', 'locality_name': 'COTE, VIC 3070'}
The code I use is the following, can you share your code or information where I might be mistaken?
Thank you so much.