martincc98 commited on
Commit
35346c1
1 Parent(s): c1e8a44

Upload config

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForTokenClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
@@ -142,7 +142,6 @@
142
  "seq_classif_dropout": 0.2,
143
  "sinusoidal_pos_embds": false,
144
  "tie_weights_": true,
145
- "torch_dtype": "float32",
146
  "transformers_version": "4.44.2",
147
  "vocab_size": 30522
148
  }
 
2
  "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForMaskedLM"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
 
142
  "seq_classif_dropout": 0.2,
143
  "sinusoidal_pos_embds": false,
144
  "tie_weights_": true,
 
145
  "transformers_version": "4.44.2",
146
  "vocab_size": 30522
147
  }