Go Inoue
commited on
Commit
·
8a1d6ac
1
Parent(s):
4c7fa32
Fix config file
Browse files- config.json +1 -6
config.json
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/Users/gi372/Research/bert-base-arabic-camelbert-mix-pos-egy",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
@@ -87,9 +85,6 @@
|
|
87 |
"num_attention_heads": 12,
|
88 |
"num_hidden_layers": 12,
|
89 |
"pad_token_id": 0,
|
90 |
-
"position_embedding_type": "absolute",
|
91 |
-
"transformers_version": "4.11.3",
|
92 |
"type_vocab_size": 2,
|
93 |
-
"use_cache": true,
|
94 |
"vocab_size": 30000
|
95 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
+
"BertForTokenClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
6 |
"gradient_checkpointing": false,
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.1,
|
|
|
85 |
"num_attention_heads": 12,
|
86 |
"num_hidden_layers": 12,
|
87 |
"pad_token_id": 0,
|
|
|
|
|
88 |
"type_vocab_size": 2,
|
|
|
89 |
"vocab_size": 30000
|
90 |
}
|