ayjays132 commited on
Commit
79b709e
1 Parent(s): f99127a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- model_type: DynamicNeuralNetwork
3
  architectures:
4
  - DynamicNeuralNetwork
5
  config:
@@ -27,7 +27,7 @@ config:
27
  max_sequence_length: 200
28
  min_epochs_before_growth: 5
29
  model_filename: dynamic_network.pth
30
- model_type: llama
31
  num_embeddings: 25000
32
  pruning_improvement_threshold: 0.005
33
  some_adaptation_rate: 0.05
 
1
  ---
2
+ model_type: dynamic_neural_network
3
  architectures:
4
  - DynamicNeuralNetwork
5
  config:
 
27
  max_sequence_length: 200
28
  min_epochs_before_growth: 5
29
  model_filename: dynamic_network.pth
30
+ model_type: dynamic_neural_network
31
  num_embeddings: 25000
32
  pruning_improvement_threshold: 0.005
33
  some_adaptation_rate: 0.05