TristanBehrens
commited on
Commit
•
22643df
1
Parent(s):
ac545d6
Upload config.yaml with huggingface_hub
Browse files- config.yaml +12 -0
config.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
num_blocks: 4
|
2 |
+
embedding_dim: 64
|
3 |
+
mlstm_block:
|
4 |
+
mlstm:
|
5 |
+
num_heads: 4
|
6 |
+
slstm_block:
|
7 |
+
slstm:
|
8 |
+
num_heads: 4
|
9 |
+
slstm_at:
|
10 |
+
- 2
|
11 |
+
context_length: 4096
|
12 |
+
vocab_size: 178
|