gerardoalemanm
commited on
Commit
•
67f7808
1
Parent(s):
89a774b
Upload model
Browse files- adapter_config.json +15 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "roberta-large",
|
3 |
+
"encoder_dropout": 0.0,
|
4 |
+
"encoder_hidden_size": 128,
|
5 |
+
"encoder_num_layers": 2,
|
6 |
+
"encoder_reparameterization_type": "MLP",
|
7 |
+
"inference_mode": true,
|
8 |
+
"num_attention_heads": 16,
|
9 |
+
"num_layers": 24,
|
10 |
+
"num_transformer_submodules": 1,
|
11 |
+
"num_virtual_tokens": 20,
|
12 |
+
"peft_type": "P_TUNING",
|
13 |
+
"task_type": "SEQ_CLS",
|
14 |
+
"token_dim": 1024
|
15 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:078a2325df7fedd20f7361c35ed1aa27552312c5e2f3c821dc35e8faac6c81f5
|
3 |
+
size 4290501
|