dino
dino copied to clipboard
This repository contains the code for "Generating Datasets with Pretrained Language Models".
Hi, I found that the link to DINO datasets was corrupted. Is it possible to download the original paper dataset from elsewhere?
My command: ``` python dino.py --output_dir=. --task_file=task_specs/sts-x2.json --input_file=input.txt --input_file_type=plain --num_entries_per_input_and_label=3 --model_name=davinci --openai_api_key= ``` The output is: ``` Done loading 1 inputs from file 'input.txt' Using OpenAI's GPT3 (davinci) as generator....
https://github.com/timoschick/dino/blob/0e4a0525f05dfa763bb99fe7cbde2563be32df4f/modeling.py#L275 Hello, I tried to generate single text and encountered the following error. ``` File "/home/myname/dino/modeling.py", line 275, in generate_self_debiasing max_length = min(self.model._model.config.max_position_embeddings, max_length + input_length) AttributeError: 'GPT2Wrapper' object has...
When running `!pip install -r requirements.txt` on colab, the following error is received: ``` ERROR: No matching distribution found for torch==1.5.0 ```