Upload model
Browse files- adapter_config.json +17 -0
- adapter_model.safetensors +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "google/flan-t5-large",
|
4 |
+
"inference_mode": true,
|
5 |
+
"num_attention_heads": 16,
|
6 |
+
"num_layers": 24,
|
7 |
+
"num_transformer_submodules": 1,
|
8 |
+
"num_virtual_tokens": 8,
|
9 |
+
"peft_type": "PROMPT_TUNING",
|
10 |
+
"prompt_tuning_init": "TEXT",
|
11 |
+
"prompt_tuning_init_text": "Based on the question and content given, tell me if the answer is correct and appropriate:",
|
12 |
+
"revision": null,
|
13 |
+
"task_type": "CAUSAL_LM",
|
14 |
+
"token_dim": 1024,
|
15 |
+
"tokenizer_kwargs": null,
|
16 |
+
"tokenizer_name_or_path": "google/flan-t5-large"
|
17 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66c0e1595654bd937cd601cbf86e343652526b9464a45b722bc7592d31ae6511
|
3 |
+
size 32888
|