Instructions to use Junnos/lucky-vicky with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Junnos/lucky-vicky with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yanolja/EEVE-Korean-10.8B-v1.0") model = PeftModel.from_pretrained(base_model, "Junnos/lucky-vicky") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 12
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 113285080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a06ea1788d595e059af3eed467435dee734caefcc94a75d6eb67256ba04e3366
|
| 3 |
size 113285080
|