Instructions to use ibivibiv/llama3-8b-instruct-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ibivibiv/llama3-8b-instruct-code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "ibivibiv/llama3-8b-instruct-code") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
|
| 8 |
model-index:
|
| 9 |
- name: llama3-8b-instruct-code
|
| 10 |
results: []
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: llama3-8b-instruct-code
|
| 10 |
results: []
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|