flan-t5 text to python dictionary

#4
by azihsan - opened

Hi,
I really like your approach and really interesting stuff. Since I am kind of new to the flan-T5 model and i have similar problem like you . Based on your experience with this model, do you think it is possible to generate a python dictionary given a text containing 1-2 sentences with this flan-t5? I already have a dataset for this, what I am currently doing is looking for a suitable model for my problem.

Any hint would be really appreciate it!

Cheers,
ai

From my opinion, I think it is possible. The base idea is that Flan-T5 model is sequence-to-sequence models, so it should learn to generate the python dictionary from text (https://huggingface.co/learn/nlp-course/chapter1/7?fw=pt).

If you want a training code, I also public the training code https://github.com/juierror/flan-t5-text-to-sql.

Hope you have a good days.

Alright, thanks for the answer. I'll take a look.

Cheers,
ai

azihsan changed discussion status to closed

Sign up or log in to comment