Update config.json
Browse files- config.json +8 -1
config.json
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tokenizer_name": "word_level",
|
3 |
+
"apply_pca": 256,
|
4 |
+
"apply_zipf": true,
|
5 |
+
"normalize": false,
|
6 |
+
"hidden_dim": 256,
|
7 |
+
"seq_length": 1000000
|
8 |
+
}
|