Instructions to use coeuslearning/m_product_ads with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use coeuslearning/m_product_ads with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-1b7") model = PeftModel.from_pretrained(base_model, "coeuslearning/m_product_ads") - Notebooks
- Google Colab
- Kaggle
Commit ·
aa622c0
1
Parent(s): 6c59fc2
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 12600641
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcc511be3c4903a5b968c1eefe2b34f01c186153eadca810a6d3f7ec2c388aa9
|
| 3 |
size 12600641
|