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 ·
40bf430
1
Parent(s): b4a15c6
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 9839224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c69fc2d87b77da33b4a8cdce6028623e0057d30124a15511c4002b2f0412537
|
| 3 |
size 9839224
|