Upload tiny models for NystromformerModel
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"pad_token_id": 0,
|
22 |
"segment_means_seq_len": 64,
|
23 |
"torch_dtype": "float32",
|
24 |
-
"transformers_version": "4.
|
25 |
"type_vocab_size": 16,
|
26 |
-
"vocab_size":
|
27 |
}
|
|
|
21 |
"pad_token_id": 0,
|
22 |
"segment_means_seq_len": 64,
|
23 |
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.28.0.dev0",
|
25 |
"type_vocab_size": 16,
|
26 |
+
"vocab_size": 30000
|
27 |
}
|
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:b4aea0e59ca6e2ec07c766b61bd5052f69eaa87ea63afd4584a3e9d91d976b2f
|
3 |
+
size 4081794
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39ee5d0cd20ab9616138d90a6d9c811ed41aba04a95d515bee6d4d5cd42ef0a6
|
3 |
+
size 761089
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -13,7 +13,6 @@
|
|
13 |
"single_word": false
|
14 |
},
|
15 |
"model_max_length": 512,
|
16 |
-
"name_or_path": "uw-madison/nystromformer-512",
|
17 |
"pad_token": "<pad>",
|
18 |
"remove_space": true,
|
19 |
"sep_token": "[SEP]",
|
|
|
13 |
"single_word": false
|
14 |
},
|
15 |
"model_max_length": 512,
|
|
|
16 |
"pad_token": "<pad>",
|
17 |
"remove_space": true,
|
18 |
"sep_token": "[SEP]",
|