Upload tiny models for AlbertForPreTraining
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
- spiece.model +3 -0
- tf_model.h5 +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"AlbertForPreTraining"
|
5 |
],
|
@@ -23,7 +23,7 @@
|
|
23 |
"pad_token_id": 0,
|
24 |
"position_embedding_type": "absolute",
|
25 |
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.
|
27 |
"type_vocab_size": 16,
|
28 |
-
"vocab_size":
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tiny_models/albert/AlbertForPreTraining",
|
3 |
"architectures": [
|
4 |
"AlbertForPreTraining"
|
5 |
],
|
|
|
23 |
"pad_token_id": 0,
|
24 |
"position_embedding_type": "absolute",
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.28.0.dev0",
|
27 |
"type_vocab_size": 16,
|
28 |
+
"vocab_size": 30000
|
29 |
}
|
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:d53cd4b00b3244b10fef572646ee95972d04908e57962d1c44dfb89fae481507
|
3 |
+
size 16034321
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
|
3 |
+
size 760289
|
tf_model.h5
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:ac944f066b53e6294978da161169429f9dbb9dc89114c141a810d4b149e67b1a
|
3 |
+
size 31899568
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -13,10 +13,10 @@
|
|
13 |
"single_word": false
|
14 |
},
|
15 |
"model_max_length": 512,
|
16 |
-
"name_or_path": "albert-xxlarge-v2",
|
17 |
"pad_token": "<pad>",
|
18 |
"remove_space": true,
|
19 |
"sep_token": "[SEP]",
|
|
|
20 |
"special_tokens_map_file": null,
|
21 |
"tokenizer_class": "AlbertTokenizer",
|
22 |
"unk_token": "<unk>"
|
|
|
13 |
"single_word": false
|
14 |
},
|
15 |
"model_max_length": 512,
|
|
|
16 |
"pad_token": "<pad>",
|
17 |
"remove_space": true,
|
18 |
"sep_token": "[SEP]",
|
19 |
+
"sp_model_kwargs": {},
|
20 |
"special_tokens_map_file": null,
|
21 |
"tokenizer_class": "AlbertTokenizer",
|
22 |
"unk_token": "<unk>"
|