Instructions to use Saiteja/orca-mini-codealpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Saiteja/orca-mini-codealpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("psmathur/orca_mini_3b") model = PeftModel.from_pretrained(base_model, "Saiteja/orca-mini-codealpaca") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,6 @@ base_model: psmathur/orca_mini_3b
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
|
| 11 |
-
widget:
|
| 12 |
-
- text: "My name is Julien and I like to"
|
| 13 |
-
example_title: "Julien"
|
| 14 |
-
- text: "My name is Merve and my favorite"
|
| 15 |
-
example_title: "Merve"
|
| 16 |
|
| 17 |
## Model Details
|
| 18 |
|
|
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|