Sam Shleifer

Results 45 comments of Sam Shleifer

Where did you get `pretrained_transformers/gpt`? `model_checkpoint` is supposed to be a valid argument to `OpenAIGPT.from_pretrained`

Great catch, just sent #31 to fix. I don't know the answer to your training params question, unfortunately.

I think I understand it: candidates is a list of possible responses, the last of which is the true response in your dialogue. So if candidates are `[ 'Thank you',...

Just posted [`example_entry.py`](https://github.com/huggingface/transfer-learning-conv-ai/blob/master/example_entry.py)

1) not really the motive. it was a competition with this data. 2) Kind of a deep question about backprop :), but they definitely do. 3) As long as the...

How many GPU do you have on your machine? You need nproc_per_node= number of GPU on your machine.

a python function. I might be in the wrong repo?

Is there a summary of what's changed on `big-refactor` somewhere?