Upload config.json with huggingface_hub
Browse files- config.json +1 -8
config.json
CHANGED
|
@@ -1,8 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"embed_dim": 128,
|
| 3 |
-
"max_seq_len": 99,
|
| 4 |
-
"max_time_steps": 10,
|
| 5 |
-
"n_heads": 4,
|
| 6 |
-
"n_layers": 4,
|
| 7 |
-
"vocab_size": 57372
|
| 8 |
-
}
|
|
|
|
| 1 |
+
{"vocab_size": 57372, "max_seq_len": 99, "max_time_steps": 10, "embed_dim": 128, "n_layers": 4, "n_heads": 4}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|