Instructions to use remiai3/text-to-code-using-codegen-project_guide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use remiai3/text-to-code-using-codegen-project_guide with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("remiai3/text-to-code-using-codegen-project_guide", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 147 Bytes
a669ee8 | 1 2 3 4 5 6 7 8 9 | torch==2.0.1 transformers==4.31.0 datasets==2.14.4 accelerate==0.21.0 protobuf==4.23.4 matplotlib==3.7.2 flask==2.3.2 numpy==1.26.4 pyarrow==12.0.1 |