Closed udaramrdc closed 2 years ago
@udaramrdc
year
, it will not be predicted. Without picard, this is just another expected failure mode of the neural model and cannot be prevented (just made more and more unlikely with additional fine-tuning).Hi @tscholak Thanks for answering my earlier queries. I need additional clarification We are trying the picard model and wanted to study the top 50 outputs/queries generated for a given text. As per my understanding,I have to make the following changes in the configurations -
Kindly confirm whether my understanding is correct. Please suggest in case I am missing something
Hi,
To answer you question: num_return_sequences <= num_beams
.
Btw, picard is not a model. it's a method for constrained inference on top of an existing model. it is optional. you can use the underlying model (usually T5) without it. if you turn picard on, inference will be constrained to sequences that picard deems correct.
@tscholak
Model is adding extra lastname Dennis that is neither provided in text nor it is there in database
Model is adding extra column 'year' which is not there in database....
I am trying to generate queries for a bikestore database and I am using 10 gb trained model of picard. Trying all these examples without training/fine-tuning the model on this database.
What could be the possibile reason for above anomalies? How can these be removed?