Instructions to use fatcatmilo/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fatcatmilo/test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-3b") model = PeftModel.from_pretrained(base_model, "fatcatmilo/test") - Notebooks
- Google Colab
- Kaggle
Commit ·
72669f6
1
Parent(s): 73e0635
Upload model
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9852581
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bac4baba8c46a7cbe20ac1c6948ab53502dc4584e1cae7c258fc23203f11d6f
|
| 3 |
size 9852581
|