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 ·
7911721
1
Parent(s): 72669f6
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:0fde80b513e285fb3236df0ad1d23967250a5c99d53db6065a7943baa240ea45
|
| 3 |
size 9852581
|