billfass
commited on
Commit
·
3afdc04
1
Parent(s):
e55d58e
Initial commit of BertModel and tokenizer
Browse files- config.json +0 -35
config.json
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "bert-base-multilingual-cased",
|
3 |
-
"architectures": [
|
4 |
-
"BertForSequenceClassification"
|
5 |
-
],
|
6 |
-
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"gradient_checkpointing": false,
|
8 |
-
"hidden_act": "gelu",
|
9 |
-
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size": 768,
|
11 |
-
"initializer_range": 0.02,
|
12 |
-
"intermediate_size": 3072,
|
13 |
-
"layer_norm_eps": 1e-12,
|
14 |
-
"max_position_embeddings": 512,
|
15 |
-
"model_type": "bert",
|
16 |
-
"num_attention_heads": 12,
|
17 |
-
"num_hidden_layers": 12,
|
18 |
-
"pad_token_id": 0,
|
19 |
-
"position_embedding_type": "absolute",
|
20 |
-
"transformers_version": "4.x",
|
21 |
-
"type_vocab_size": 2,
|
22 |
-
"vocab_size": 119547,
|
23 |
-
"num_labels": 3,
|
24 |
-
"id2label": {
|
25 |
-
"0": "class_0",
|
26 |
-
"1": "class_1",
|
27 |
-
"2": "class_2"
|
28 |
-
},
|
29 |
-
"label2id": {
|
30 |
-
"class_0": 0,
|
31 |
-
"class_1": 1,
|
32 |
-
"class_2": 2
|
33 |
-
}
|
34 |
-
}
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|