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: 129 Bytes
e3d1bac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:583b24beaaf379d389d8cd5585b83f1469fc7db9b1909dfdd55a83b0eb4fc3b8
size 4219
|