Instructions to use AdnanRiaz107/CodeLLAMA3-8BI-APPS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdnanRiaz107/CodeLLAMA3-8BI-APPS 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, "AdnanRiaz107/CodeLLAMA3-8BI-APPS") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
|
| 4 |
model-index:
|
| 5 |
- name: LLAMA3-8BI-APPS
|
| 6 |
results: []
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 4 |
model-index:
|
| 5 |
- name: LLAMA3-8BI-APPS
|
| 6 |
results: []
|
| 7 |
+
library_name: peft
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|