Upload RobertaForSequenceClassification
Browse files- config.json +3 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -13,6 +13,7 @@
|
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 4096,
|
15 |
"layer_norm_eps": 1e-05,
|
|
|
16 |
"max_position_embeddings": 514,
|
17 |
"model_type": "roberta",
|
18 |
"num_attention_heads": 16,
|
@@ -21,7 +22,7 @@
|
|
21 |
"position_embedding_type": "absolute",
|
22 |
"problem_type": "single_label_classification",
|
23 |
"torch_dtype": "float32",
|
24 |
-
"transformers_version": "4.
|
25 |
"type_vocab_size": 1,
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "qinglinf/boolq2.0",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 4096,
|
15 |
"layer_norm_eps": 1e-05,
|
16 |
+
"max_length": 512,
|
17 |
"max_position_embeddings": 514,
|
18 |
"model_type": "roberta",
|
19 |
"num_attention_heads": 16,
|
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"problem_type": "single_label_classification",
|
24 |
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.28.1",
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 50265
|
pytorch_model.bin
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:970914f3fef72af89bf53997b8ff05ac10bf29c663de25712bb3301f13508c22
|
3 |
+
size 1421587189
|