Instructions to use Lil-R/UMA_LLM_Engine_V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Lil-R/UMA_LLM_Engine_V2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Lil-R/2_PRYMMAL-ECE-2B-SLERP-V1") model = PeftModel.from_pretrained(base_model, "Lil-R/UMA_LLM_Engine_V2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166182480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:806012014b722e3bff1cd09458496b863ff50bb906720d437ebdde5aec82682e
|
| 3 |
size 166182480
|