Instructions to use LEE181204/Text_Attack_10_2_70000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LEE181204/Text_Attack_10_2_70000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("IPEC-COMMUNITY/spatialvla-4b-224-pt") model = PeftModel.from_pretrained(base_model, "LEE181204/Text_Attack_10_2_70000") - Notebooks
- Google Colab
- Kaggle
Upload training_args.bin with huggingface_hub
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2332740b5b7b111d0c8c481fab0d6dfd173ed5681223a83a73e80a1ca090f084
|
| 3 |
+
size 7224
|