ZodiUOA commited on
Commit
07ba9b7
1 Parent(s): c3e7547

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,24 +1,24 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Not Covid-19",
13
- "1": "Covid-19"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "Covid-19": 1,
18
- "Not Covid-19": 0
19
  },
20
  "max_position_embeddings": 512,
21
- "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
+ "BertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Ψευδής",
13
+ "1": "Αληθής"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "Αληθής": 1,
18
+ "Ψευδής": 0
19
  },
20
  "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,