Upload folder using huggingface_hub
Browse files- config.json +9 -5
- pytorch_model.bin +3 -0
- tokenizer.pth +2 -2
config.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"hidden_size": 128,
|
| 3 |
+
"num_layers": 4,
|
| 4 |
+
"embed_size": 128,
|
| 5 |
+
"model_type": "Alfred-Indigo",
|
| 6 |
+
"vocab_size": 2020,
|
| 7 |
+
"bos_token": 0,
|
| 8 |
+
"eos_token": 1,
|
| 9 |
+
"unk_token": 2,
|
| 10 |
+
"pad_token": 3
|
| 11 |
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d36cb4dab08e46901da8987a8547005a088774f6d542f9ec36fd2d72a051311
|
| 3 |
+
size 3667943
|
tokenizer.pth
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:8d335ce0d79cf1a29d579c95a0af2b582276ed94d5c7e9d665fcfbd97eca42d7
|
| 3 |
+
size 92413
|