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
|
@@ -9,6 +9,9 @@ base_model: Salesforce/codegen-350M-mono
|
|
| 9 |
model-index:
|
| 10 |
- name: codegen
|
| 11 |
results: []
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: codegen
|
| 11 |
results: []
|
| 12 |
+
metrics:
|
| 13 |
+
- rougeL - 0.41
|
| 14 |
+
pipeline_tag: question-answering
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|