Instructions to use akshaybharadwaj96/nl-code-gen-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use akshaybharadwaj96/nl-code-gen-python with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Salesforce/codegen-350M-mono") model = PeftModel.from_pretrained(base_model, "akshaybharadwaj96/nl-code-gen-python") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,14 +35,6 @@ programming instructions and function-level examples to improve semantic and syn
|
|
| 35 |
- **License:** MIT License
|
| 36 |
- **Finetuned from model [optional]:** Salesforce/codegen-350M-mono
|
| 37 |
|
| 38 |
-
<!-- ### Model Sources [optional]
|
| 39 |
-
|
| 40 |
-
<!-- Provide the basic links for the model. -->
|
| 41 |
-
|
| 42 |
-
- **Repository:** [More Information Needed]
|
| 43 |
-
- **Paper [optional]:** [More Information Needed]
|
| 44 |
-
- **Demo [optional]:** [More Information Needed]
|
| 45 |
-
|
| 46 |
## Uses
|
| 47 |
|
| 48 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
|
| 35 |
- **License:** MIT License
|
| 36 |
- **Finetuned from model [optional]:** Salesforce/codegen-350M-mono
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
## Uses
|
| 39 |
|
| 40 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|