Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"attention_probs_dropout_prob": 0.1,
|
| 3 |
"gradient_checkpointing": false,
|
| 4 |
"hidden_act": "gelu",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "lysandre/tiny-bert-random",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertModel"
|
| 5 |
+
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"gradient_checkpointing": false,
|
| 8 |
"hidden_act": "gelu",
|