ayjays132 commited on
Commit
0b2c9c4
1 Parent(s): d7e6fa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -23,7 +23,7 @@ max_neurons: 250000
23
  max_sequence_length: 200
24
  min_epochs_before_growth: 5
25
  model_filename: dynamic_network.pth
26
- model_type: dynamic_neural_network
27
  num_embeddings: 25000
28
  pruning_improvement_threshold: 0.005
29
  some_adaptation_rate: 0.05
@@ -48,3 +48,4 @@ metrics:
48
  - accuracy
49
  ---
50
 
 
 
23
  max_sequence_length: 200
24
  min_epochs_before_growth: 5
25
  model_filename: dynamic_network.pth
26
+ model_type: gpt2 # Change model_type to a recognized type (e.g., gpt2)
27
  num_embeddings: 25000
28
  pruning_improvement_threshold: 0.005
29
  some_adaptation_rate: 0.05
 
48
  - accuracy
49
  ---
50
 
51
+