Instructions to use Ed13210/code-llama-7b-conductor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ed13210/code-llama-7b-conductor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "Ed13210/code-llama-7b-conductor") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
library_name: peft
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# code-llama-7b-conductor
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: OuteAI/Lite-Mistral-150M-v2-Instruct
|
| 3 |
library_name: peft
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
|
|
|
| 16 |
|
| 17 |
# code-llama-7b-conductor
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [OuteAI/Lite-Mistral-150M-v2-Instruct](https://huggingface.co/OuteAI/Lite-Mistral-150M-v2-Instruct) on an unknown dataset.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|