cwchang/tw_address_large
Viewer • Updated • 48k • 65
How to use cwchang/formatted_address with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("cwchang/formatted_address")
model = AutoModelForSeq2SeqLM.from_pretrained("cwchang/formatted_address")This model is a fine-tuned version of google/mt5-small on the cwchang/tw_address_large dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
google/mt5-small
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("cwchang/formatted_address") model = AutoModelForSeq2SeqLM.from_pretrained("cwchang/formatted_address")