Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"adaptation_rate": 0.05,
|
3 |
"architectures": [
|
4 |
"DynamicNeuralNetwork"
|
@@ -26,7 +27,7 @@
|
|
26 |
"max_sequence_length": 200,
|
27 |
"min_epochs_before_growth": 5,
|
28 |
"model_filename": "pytorch_model.bin",
|
29 |
-
"model_type": "
|
30 |
"num_embeddings": 25000,
|
31 |
"pruning_improvement_threshold": 0.005,
|
32 |
"some_adaptation_rate": 0.05,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./output",
|
3 |
"adaptation_rate": 0.05,
|
4 |
"architectures": [
|
5 |
"DynamicNeuralNetwork"
|
|
|
27 |
"max_sequence_length": 200,
|
28 |
"min_epochs_before_growth": 5,
|
29 |
"model_filename": "pytorch_model.bin",
|
30 |
+
"model_type": "llama",
|
31 |
"num_embeddings": 25000,
|
32 |
"pruning_improvement_threshold": 0.005,
|
33 |
"some_adaptation_rate": 0.05,
|