add model
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_activation": false,
|
@@ -23,7 +23,7 @@
|
|
23 |
"num_hidden_layers": 24,
|
24 |
"pad_token_id": 1,
|
25 |
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.21.
|
27 |
"trigram_input": true,
|
28 |
"true_hidden_size": 128,
|
29 |
"type_vocab_size": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/mobilebert-uncased",
|
3 |
"architectures": [
|
4 |
+
"MobileBertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_activation": false,
|
|
|
23 |
"num_hidden_layers": 24,
|
24 |
"pad_token_id": 1,
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.21.2",
|
27 |
"trigram_input": true,
|
28 |
"true_hidden_size": 128,
|
29 |
"type_vocab_size": 2,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0f0c2d17a721ebb388c57328f6c6f5e81bf26683f130a4282fc5d21006db405
|
3 |
+
size 146758523
|