Upload morphel_config.json with huggingface_hub
Browse files- morphel_config.json +7 -0
morphel_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"top_k": 4,
|
| 3 |
+
"mi_threshold": 0.0,
|
| 4 |
+
"min_frequency": 2,
|
| 5 |
+
"model_max_length": 512,
|
| 6 |
+
"vocab_size": 8097
|
| 7 |
+
}
|