We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a29916 commit b68dd45Copy full SHA for b68dd45
README.md
@@ -17,11 +17,13 @@ This repository contains a quick-to-use script to convert GPT-2 models from Tens
17
hparams.json
18
```
19
20
-2. Run the script:
+2. Clone the repo, install prerequisites with i.e. `pip install -r requirements.txt` if needed.
21
+
22
+3. Run the script:
23
```bash
24
python convert_model.py /path/to/your/model/files
25
-3. The converted PyTorch model will be saved in the `./converted_model` directory.
26
+4. The converted PyTorch model will be saved in the `./converted_model` directory.
27
28
## Notes
29
0 commit comments