Instructions to use kenchenxingyu/flan-large-single-label-stance-human1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kenchenxingyu/flan-large-single-label-stance-human1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kenchenxingyu/flan-large-single-label-stance-human1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -19,8 +19,8 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "SEQ_2_SEQ_LM",
|
| 26 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"q",
|
| 23 |
+
"v"
|
| 24 |
],
|
| 25 |
"task_type": "SEQ_2_SEQ_LM",
|
| 26 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 18915328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c760b352f02785d54efbbbe2c326859597aff2f80c06ea907175a7f25c7427b4
|
| 3 |
size 18915328
|