André

Results 35 comments of André

I had to reduce some parameters (`max_length`, `batch_size`, etc.). The GPU did not handle the training with default parameters. It might be that.

Hi, Thanks for pointing that. Actually we forgot to delete the block inside `if verbose:`. We had it in one of our preliminary versions but It doesn't make sense to...

As a temporary solution, I advise you to replace the titles in the dataframe by some sort of index, and to store another table in parallel where for each index...

Hi, Unfortunately, our `pdf_converter` does not generalize well, I will be working on a solution to that soon. For now, I advise you to try to use other libraries to...

> Hi, >can you give us a example? about the format? not the one mentioned in the readme, a live example of a csv in the recommend format One of...

Maybe your `pip install` command is linked to python2, can you try by running `pip3 install cdqa`?

Hello, I am afraid cdQA does not perform well with a dataset with a structure similar to squad 2.0, where there are some questions with no answers. I haven't tested...

@laifuchicago , Sorry, but I am not sure I understand what you are doing exactly, could you be more precise? Can you describe what are the steps you are following?

Thanks, Could you please show the dataframe outputed by the pdf_converter? Just do a `.head()`, the first 5 rows is ok. Could you also please show an example of an...

That's a bit weird, I have just tried to do the same on the train set of SQuAD 2.0, and I got: ![image](https://user-images.githubusercontent.com/43521764/69855831-a7504b00-128c-11ea-89c5-d9a89d3d3a95.png) There are two things you can do...