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 2
Browse files- training_args.bin +2 -2
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e262e9e8e4104b478cb29e432c553fa165125fbf6c9a364c1aef2d17623ac2b5
|
| 3 |
+
size 5688
|