Upload with huggingface_hub
Browse files- config.json +17 -16
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "model_file/
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
7 |
"classifier_dropout": null,
|
8 |
-
"
|
9 |
-
"gradient_checkpointing": false,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 1024,
|
@@ -22,22 +28,17 @@
|
|
22 |
"LABEL_1": 1,
|
23 |
"LABEL_2": 2
|
24 |
},
|
25 |
-
"layer_norm_eps": 1e-
|
26 |
-
"max_position_embeddings":
|
27 |
-
"model_type": "
|
28 |
"num_attention_heads": 16,
|
29 |
"num_hidden_layers": 24,
|
30 |
-
"pad_token_id":
|
31 |
-
"pooler_fc_size": 768,
|
32 |
-
"pooler_num_attention_heads": 12,
|
33 |
-
"pooler_num_fc_layers": 3,
|
34 |
-
"pooler_size_per_head": 128,
|
35 |
-
"pooler_type": "first_token_transform",
|
36 |
"position_embedding_type": "absolute",
|
37 |
"problem_type": "single_label_classification",
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
-
"type_vocab_size":
|
41 |
"use_cache": true,
|
42 |
-
"vocab_size":
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "model_file/roberta-large-sc-3.pt",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
"architectures": [
|
10 |
+
"RobertaForSequenceClassification"
|
11 |
],
|
12 |
"attention_probs_dropout_prob": 0.1,
|
13 |
+
"bos_token_id": 0,
|
14 |
"classifier_dropout": null,
|
15 |
+
"eos_token_id": 2,
|
|
|
16 |
"hidden_act": "gelu",
|
17 |
"hidden_dropout_prob": 0.1,
|
18 |
"hidden_size": 1024,
|
|
|
28 |
"LABEL_1": 1,
|
29 |
"LABEL_2": 2
|
30 |
},
|
31 |
+
"layer_norm_eps": 1e-05,
|
32 |
+
"max_position_embeddings": 514,
|
33 |
+
"model_type": "roberta",
|
34 |
"num_attention_heads": 16,
|
35 |
"num_hidden_layers": 24,
|
36 |
+
"pad_token_id": 1,
|
|
|
|
|
|
|
|
|
|
|
37 |
"position_embedding_type": "absolute",
|
38 |
"problem_type": "single_label_classification",
|
39 |
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.21.3",
|
41 |
+
"type_vocab_size": 1,
|
42 |
"use_cache": true,
|
43 |
+
"vocab_size": 50265
|
44 |
}
|
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:191384b3e9b718243ef558cbe14e44ebed07e15fc683f6b62e84b0b3f1c81bb6
|
3 |
+
size 1421588461
|