Instructions to use statezeropy/cosmetics-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use statezeropy/cosmetics-model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("beomi/KoAlpaca-Polyglot-5.8B") model = PeftModel.from_pretrained(base_model, "statezeropy/cosmetics-model") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14688200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f1740ab3aa09da0fae1b3575359163376ff1a42d129b5acedc2a0ebf8628d52
|
| 3 |
size 14688200
|