Upload config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -39,7 +39,9 @@
|
|
39 |
"exponential_decay_length_penalty": null,
|
40 |
"suppress_tokens": null,
|
41 |
"begin_suppress_tokens": null,
|
42 |
-
"architectures":
|
|
|
|
|
43 |
"finetuning_task": null,
|
44 |
"id2label": {
|
45 |
"0": "LABEL_0",
|
@@ -73,6 +75,6 @@
|
|
73 |
"initializer_range": 0.02,
|
74 |
"qa_dropout": 0.1,
|
75 |
"seq_classif_dropout": 0.2,
|
76 |
-
"model_type": "",
|
77 |
"layer_norm_eps": 1e-12
|
78 |
}
|
|
|
39 |
"exponential_decay_length_penalty": null,
|
40 |
"suppress_tokens": null,
|
41 |
"begin_suppress_tokens": null,
|
42 |
+
"architectures": [
|
43 |
+
"DistilBertForMaskedLM"
|
44 |
+
],
|
45 |
"finetuning_task": null,
|
46 |
"id2label": {
|
47 |
"0": "LABEL_0",
|
|
|
75 |
"initializer_range": 0.02,
|
76 |
"qa_dropout": 0.1,
|
77 |
"seq_classif_dropout": 0.2,
|
78 |
+
"model_type": "distilbert",
|
79 |
"layer_norm_eps": 1e-12
|
80 |
}
|