ayjays132 commited on
Commit
5d515c3
1 Parent(s): 0c12f0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -1,11 +1,9 @@
1
  ---
2
- model_type: DynamicNeuralNetworkForCausalLM
3
  architectures:
4
- - DynamicNeuralNetworkForCausalLM
5
  config:
6
  adaptation_rate: 0.05
7
- architectures:
8
- - DynamicNeuralNetworkForCausalLM
9
  complexity_metric: null
10
  desired_improvement_rate: 0.02
11
  ecosystem_dynamics:
@@ -27,7 +25,6 @@ config:
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
 
1
  ---
2
+ model_type: GPT2LMHeadModel
3
  architectures:
4
+ - GPT2LMHeadModel
5
  config:
6
  adaptation_rate: 0.05
 
 
7
  complexity_metric: null
8
  desired_improvement_rate: 0.02
9
  ecosystem_dynamics:
 
25
  max_sequence_length: 200
26
  min_epochs_before_growth: 5
27
  model_filename: pytorch_model.bin
 
28
  num_embeddings: 25000
29
  pruning_improvement_threshold: 0.005
30
  some_adaptation_rate: 0.05