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
File size: 365 Bytes
45440bf | 1 2 3 4 5 6 7 8 9 10 | ---
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. |