Instructions to use kjh01/practice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kjh01/practice with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large") model = PeftModel.from_pretrained(base_model, "kjh01/practice") - Notebooks
- Google Colab
- Kaggle
Upload model (#5)
Browse files- Upload model (76cfc9f24647414782006cdc5796b0c2812ed5c9)
- adapter_config.json +2 -2
- adapter_model.bin +1 -1
adapter_config.json
CHANGED
|
@@ -16,8 +16,8 @@
|
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
],
|
| 22 |
"task_type": "SEQ_2_SEQ_LM"
|
| 23 |
}
|
|
|
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
+
"q",
|
| 20 |
+
"v"
|
| 21 |
],
|
| 22 |
"task_type": "SEQ_2_SEQ_LM"
|
| 23 |
}
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 18980429
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7059dfe071fae6a13737ea874137fec5cd9117250e803e692d21eb279159f0e6
|
| 3 |
size 18980429
|