Instructions to use danibor/oculus-t5-s2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danibor/oculus-t5-s2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("danibor/oculus-t5-s2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -23,8 +23,8 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
],
|
| 29 |
"task_type": "SEQ_2_SEQ_LM",
|
| 30 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"v",
|
| 27 |
+
"q"
|
| 28 |
],
|
| 29 |
"task_type": "SEQ_2_SEQ_LM",
|
| 30 |
"use_dora": false,
|