Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"max_sequence_length": 200,
|
25 |
"min_epochs_before_growth": 5,
|
26 |
"model_filename": "pytorch_model.bin",
|
27 |
-
"model_type": "
|
28 |
"num_embeddings": 25000,
|
29 |
"pruning_improvement_threshold": 0.005,
|
30 |
"some_adaptation_rate": 0.05,
|
|
|
24 |
"max_sequence_length": 200,
|
25 |
"min_epochs_before_growth": 5,
|
26 |
"model_filename": "pytorch_model.bin",
|
27 |
+
"model_type": "llama",
|
28 |
"num_embeddings": 25000,
|
29 |
"pruning_improvement_threshold": 0.005,
|
30 |
"some_adaptation_rate": 0.05,
|