Instructions to use quintic/codegen-diff-2B-gptj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use quintic/codegen-diff-2B-gptj with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("quintic/codegen-diff-2B-gptj", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| license: mit | |
| This is a conversion of | |
| https://huggingface.co/CarperAI/diff-codegen-2b-v2 | |
| into GPT-J implementation via the script | |
| https://gist.github.com/moyix/7896575befbe1b99162ccfec8d135566 | |
| For details, please refer to Carper's model card. Anyone can do this conversion easily. Uploaded here simply for easy access without moving stuff back-and-forth. |