Upload folder using huggingface_hub
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +1 -6
config.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"vocab_size": 29564, "model_dim":
|
|
|
|
| 1 |
+
{"vocab_size": 29564, "model_dim": 256, "n_blocks": 6, "n_heads": 4, "dropout": 0.1}
|
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:6f30abc090f735b4c3b5b816294767bca8bb1950a73f9ded14748a3c7e402d64
|
| 3 |
+
size 45759258
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": "BatchLongest",
|
| 11 |
"direction": "Right",
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": {
|
| 5 |
"strategy": "BatchLongest",
|
| 6 |
"direction": "Right",
|