Instructions to use mingyue0101/codellama-7b-matplotlib-assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mingyue0101/codellama-7b-matplotlib-assistant with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "mingyue0101/codellama-7b-matplotlib-assistant") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ language:
|
|
| 11 |
datasets:
|
| 12 |
- mingyue0101/prompt_code_parquet
|
| 13 |
- mingyue0101/prompts_modi
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Model Card for super-cool-instruct
|
|
|
|
| 11 |
datasets:
|
| 12 |
- mingyue0101/prompt_code_parquet
|
| 13 |
- mingyue0101/prompts_modi
|
| 14 |
+
license: apache-2.0
|
| 15 |
---
|
| 16 |
|
| 17 |
# Model Card for super-cool-instruct
|