JoshKeesee commited on
Commit
f30e352
1 Parent(s): 413d842

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +9 -5
  2. pytorch_model.bin +3 -0
  3. tokenizer.pth +2 -2
config.json CHANGED
@@ -1,7 +1,11 @@
1
  {
2
- "embed_size": 128,
3
- "hidden_size": 128,
4
- "num_layers": 2,
5
- "vocab_size": 2020,
6
- "model_type": "Alfred-Indigo"
 
 
 
 
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:190a4040695c25472bf3936292b7f0620cf9b3100e4fde082fe6d93449781711
3
- size 83944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d335ce0d79cf1a29d579c95a0af2b582276ed94d5c7e9d665fcfbd97eca42d7
3
+ size 92413