Instructions to use SSahas/codegen_python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SSahas/codegen_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, "SSahas/codegen_python") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
# codegen
|
| 21 |
|
| 22 |
-
This model is a fine-tuned version of [Salesforce/codegen-350M-mono](https://huggingface.co/Salesforce/codegen-350M-mono) on the
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
# codegen
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [Salesforce/codegen-350M-mono](https://huggingface.co/Salesforce/codegen-350M-mono) on the python dataset.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|