Files changed (2) hide show
  1. adapter_config.json +15 -0
  2. 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:bd42adcba9b76f8a36f6477004ddd6460801a4454dc2acaa0f852a06886886b2
3
+ size 4290501