Update Convert2HF/README.md

Co-authored-by: Vincent Hellendoorn <1426353+VHellendoorn@users.noreply.github.com>
This commit is contained in:
wangxu
2022-10-18 13:36:26 +08:00
committed by GitHub
parent cbb08b9dc7
commit 49d8698285

View File

@@ -1,5 +1,6 @@
# Convert to HuggingFace
This directory contains a script `convert_neox_pt_to_huggingface_neox.py` to convert PolyCoder checkpoints trained by [gpt-neox](https://github.com/EleutherAI/gpt-neox) into HuggingFace format, and a script `generate.py` to load the converted model and generate code from a given prompt.
Shoutout to @NinedayWang for implementing this!
## Environment
transformers 4.23.1