Upload config.json
Browse files- config.json +12 -12
config.json
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
{
|
2 |
-
"architectures": [
|
|
|
|
|
3 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
|
|
|
|
|
|
4 |
"classifier_dropout": null,
|
5 |
"finetuning_task": "text-classification",
|
6 |
"gradient_checkpointing": false,
|
@@ -22,26 +29,19 @@
|
|
22 |
"model_type": "bert",
|
23 |
"num_attention_heads": 12,
|
24 |
"num_hidden_layers": 12,
|
25 |
-
"num_labels": 2,
|
26 |
"pad_token_id": 0,
|
27 |
"pipeline_tag": "text-classification",
|
28 |
"position_embedding_type": "absolute",
|
29 |
"problem_type": "single_label_classification",
|
30 |
-
"return_dict": true,
|
31 |
"task_specific_params": {
|
32 |
"text-classification": {
|
33 |
-
"
|
34 |
-
"
|
35 |
}
|
36 |
},
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.53.
|
39 |
"type_vocab_size": 2,
|
40 |
"use_cache": true,
|
41 |
-
"vocab_size": 32000
|
42 |
-
"auto_map": {
|
43 |
-
"AutoConfig": "transformers.BertConfig",
|
44 |
-
"AutoModelForSequenceClassification": "transformers.BertForSequenceClassification",
|
45 |
-
"AutoTokenizer": "transformers.BertTokenizer"
|
46 |
-
}
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"BertForSequenceClassification"
|
4 |
+
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "transformers.BertConfig",
|
8 |
+
"AutoModelForSequenceClassification": "transformers.BertForSequenceClassification",
|
9 |
+
"AutoTokenizer": "transformers.BertTokenizer"
|
10 |
+
},
|
11 |
"classifier_dropout": null,
|
12 |
"finetuning_task": "text-classification",
|
13 |
"gradient_checkpointing": false,
|
|
|
29 |
"model_type": "bert",
|
30 |
"num_attention_heads": 12,
|
31 |
"num_hidden_layers": 12,
|
|
|
32 |
"pad_token_id": 0,
|
33 |
"pipeline_tag": "text-classification",
|
34 |
"position_embedding_type": "absolute",
|
35 |
"problem_type": "single_label_classification",
|
|
|
36 |
"task_specific_params": {
|
37 |
"text-classification": {
|
38 |
+
"num_labels": 2,
|
39 |
+
"problem_type": "single_label_classification"
|
40 |
}
|
41 |
},
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.53.3",
|
44 |
"type_vocab_size": 2,
|
45 |
"use_cache": true,
|
46 |
+
"vocab_size": 32000
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|