Text Generation
PEFT
Safetensors
English
llama
axolotl
Generated from Trainer
4-bit precision
bitsandbytes
Instructions to use ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-405B") model = PeftModel.from_pretrained(base_model, "ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,11 @@ tags:
|
|
| 7 |
model-index:
|
| 8 |
- name: Llama-3.1-SyntheticPython-405B-Base-LoRA
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: Llama-3.1-SyntheticPython-405B-Base-LoRA
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- ericflo/SyntheticPython-Pretrain-v1
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|