Instructions to use sakshamkhatwani/reactCodeGenerationModel2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sakshamkhatwani/reactCodeGenerationModel2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sakshamkhatwani/reactCodeGenerationModel2") model = AutoModelForSeq2SeqLM.from_pretrained("sakshamkhatwani/reactCodeGenerationModel2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e3d1bac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d27a77dd7a38710b8332ee5152750629b49062a021396d90e910af898e043577
size 242069785
|