Instructions to use CodCodingCode/Llama3-OpenBioLLM-8B-4bit-peft-adapter-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CodCodingCode/Llama3-OpenBioLLM-8B-4bit-peft-adapter-test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aaditya/Llama3-OpenBioLLM-8B") model = PeftModel.from_pretrained(base_model, "CodCodingCode/Llama3-OpenBioLLM-8B-4bit-peft-adapter-test") - Notebooks
- Google Colab
- Kaggle
Upload PEFT adapter weights, config, and tokenizer
Browse files
runs/May04_20-16-28_165-1-77-80/events.out.tfevents.1746389788.165-1-77-80.14532.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bbd7d993c85ffbd42b1c9c9f2e608112684acf5739806d1d0353273142fed71
|
| 3 |
+
size 6978
|