Upload config.json with huggingface_hub
Browse files- config.json +1 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"vocab_size": 30000, "d_model": 256, "n_heads": 8, "num_layers": 4, "dim_ff": 512, "max_len": 256, "num_classes": 4, "dropout": 0.2, "pad_idx": 0}
|