hansgun commited on
Commit
0d93f17
·
1 Parent(s): af439f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "bert-base-multilingual-cased",
3
  "architectures": [
4
- "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "directionality": "bidi",
@@ -14,6 +14,14 @@
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
 
 
 
 
 
 
 
 
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
 
1
  {
2
  "_name_or_path": "bert-base-multilingual-cased",
3
  "architectures": [
4
+ "TFBertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "directionality": "bidi",
 
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
17
+ "id2label": {
18
+ "0": "negative",
19
+ "1": "positive"
20
+ },
21
+ "label2id": {
22
+ "negative": 0,
23
+ "positive": 1
24
+ },
25
  "num_attention_heads": 12,
26
  "num_hidden_layers": 12,
27
  "pad_token_id": 0,