Samanenayati
commited on
Commit
•
11a761e
1
Parent(s):
a62101d
Upload model
Browse files- README.md +2 -2
- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model: roberta-
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -201,4 +201,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
201 |
|
202 |
### Framework versions
|
203 |
|
204 |
-
- PEFT 0.
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: roberta-base
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
201 |
|
202 |
### Framework versions
|
203 |
|
204 |
+
- PEFT 0.8.1
|
adapter_config.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "roberta-
|
4 |
"encoder_dropout": 0.0,
|
5 |
"encoder_hidden_size": 128,
|
6 |
"encoder_num_layers": 2,
|
7 |
"encoder_reparameterization_type": "LSTM",
|
8 |
"inference_mode": true,
|
9 |
-
"num_attention_heads":
|
10 |
-
"num_layers":
|
11 |
"num_transformer_submodules": 1,
|
12 |
"num_virtual_tokens": 3,
|
13 |
"peft_type": "P_TUNING",
|
14 |
"revision": null,
|
15 |
"task_type": "SEQ_CLS",
|
16 |
-
"token_dim":
|
17 |
}
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "roberta-base",
|
4 |
"encoder_dropout": 0.0,
|
5 |
"encoder_hidden_size": 128,
|
6 |
"encoder_num_layers": 2,
|
7 |
"encoder_reparameterization_type": "LSTM",
|
8 |
"inference_mode": true,
|
9 |
+
"num_attention_heads": 12,
|
10 |
+
"num_layers": 12,
|
11 |
"num_transformer_submodules": 1,
|
12 |
"num_virtual_tokens": 3,
|
13 |
"peft_type": "P_TUNING",
|
14 |
"revision": null,
|
15 |
"task_type": "SEQ_CLS",
|
16 |
+
"token_dim": 768
|
17 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9339b7126df0f4258efe08fefce8122c22b84d5b6eb5da25ae1af002d85055a
|
3 |
+
size 2378256
|