Revert "config.json: updated"
Browse filesThis reverts commit 66ffe7a4aec9f57658e6cc153be6ccd2d5c63ff9.
- config.json +5 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_num_labels": 13,
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
@@ -6,6 +7,7 @@
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"directionality": "bidi",
|
8 |
"finetuning_task": "text-classification",
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -53,6 +55,9 @@
|
|
53 |
"pooler_num_fc_layers": 3,
|
54 |
"pooler_size_per_head": 128,
|
55 |
"pooler_type": "first_token_transform",
|
|
|
|
|
56 |
"type_vocab_size": 2,
|
|
|
57 |
"vocab_size": 105879
|
58 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-multilingual-uncased",
|
3 |
"_num_labels": 13,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"directionality": "bidi",
|
9 |
"finetuning_task": "text-classification",
|
10 |
+
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
|
|
55 |
"pooler_num_fc_layers": 3,
|
56 |
"pooler_size_per_head": 128,
|
57 |
"pooler_type": "first_token_transform",
|
58 |
+
"position_embedding_type": "absolute",
|
59 |
+
"transformers_version": "4.3.3",
|
60 |
"type_vocab_size": 2,
|
61 |
+
"use_cache": true,
|
62 |
"vocab_size": 105879
|
63 |
}
|