Upload tiny models for AlbertModel
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 |
"AlbertModel"
|
| 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/AlbertModel",
|
| 3 |
"architectures": [
|
| 4 |
"AlbertModel"
|
| 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:9b7bd5e725ce7eeb5c1c4dfabce036b9372d706835b58b5659e20dd2bc57aca6
|
| 3 |
+
size 15891061
|
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:984e47fbb156f04ec688382fc55288ba672e608cd548b3522b60af3dd9a2ccfe
|
| 3 |
+
size 15978008
|
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>"
|