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
| --- | |
| license: bsd-3-clause | |
| language: | |
| - en | |
| base_model: | |
| - Salesforce/codegen-350M-multi | |
| library_name: transformers | |
| tags: | |
| - text-to-code | |
| ---------------------------------------------------------------- | |
| NOTE: First read the document.txt file then you will an idea about the project how to it in the laptop locally | |
| In this Hugging face repo you get the resources to run the text to code gen ai model codegen by Salesforce | |
| Here we just provide the resources to run the ai model on the laptop all the original model is developed by the Salesforce | |