m3hrdadfi commited on
Commit
7a2829f
1 Parent(s): 95c3ec7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -7,15 +6,14 @@
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
- "finetuning_task": "ner",
11
  "hidden_dim": 3072,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-TYPO"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "B-TYPO": 1,
19
  "O": 0
20
  },
21
  "max_position_embeddings": 512,
1
  {
 
2
  "activation": "gelu",
3
  "architectures": [
4
  "DistilBertForTokenClassification"
6
  "attention_dropout": 0.1,
7
  "dim": 768,
8
  "dropout": 0.1,
 
9
  "hidden_dim": 3072,
10
  "id2label": {
11
  "0": "O",
12
+ "1": "TYPO"
13
  },
14
  "initializer_range": 0.02,
15
  "label2id": {
16
+ "TYPO": 1,
17
  "O": 0
18
  },
19
  "max_position_embeddings": 512,