Instructions to use basharatwali/CodeLlama-Instruct-Python-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use basharatwali/CodeLlama-Instruct-Python-7b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("basharatwali/CodeLlama-Instruct-Python-7b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: meta-llama/CodeLlama-7b-Instruct-hf
|
| 3 |
library_name: transformers
|
| 4 |
-
model_name:
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- trl
|
|
|
|
| 1 |
---
|
| 2 |
base_model: meta-llama/CodeLlama-7b-Instruct-hf
|
| 3 |
library_name: transformers
|
| 4 |
+
model_name: CodeLlama-Instruct-Python-7b
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- trl
|