susnato commited on
Commit
2870e5e
·
1 Parent(s): e7a98f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -36,7 +36,7 @@
36
  "length_penalty": 1.0,
37
  "max_length": 20,
38
  "min_length": 0,
39
- "model_type": "clvp_text_model",
40
  "no_repeat_ngram_size": 0,
41
  "num_attention_heads": 12,
42
  "use_attention_bias": false,
@@ -104,7 +104,7 @@
104
  "length_penalty": 1.0,
105
  "max_length": 20,
106
  "min_length": 0,
107
- "model_type": "clvp_speech_model",
108
  "no_repeat_ngram_size": 0,
109
  "num_attention_heads": 12,
110
  "num_beam_groups": 1,
@@ -150,7 +150,7 @@
150
  "eos_token_id": 8193,
151
  "initializer_range": 0.02,
152
  "layer_norm_epsilon": 1e-05,
153
- "model_type": "clvp_autoregressive_model",
154
  "n_ctx": 1012,
155
  "n_embd": 1024,
156
  "n_head": 16,
 
36
  "length_penalty": 1.0,
37
  "max_length": 20,
38
  "min_length": 0,
39
+ "model_type": "clvp_encoder",
40
  "no_repeat_ngram_size": 0,
41
  "num_attention_heads": 12,
42
  "use_attention_bias": false,
 
104
  "length_penalty": 1.0,
105
  "max_length": 20,
106
  "min_length": 0,
107
+ "model_type": "clvp_encoder",
108
  "no_repeat_ngram_size": 0,
109
  "num_attention_heads": 12,
110
  "num_beam_groups": 1,
 
150
  "eos_token_id": 8193,
151
  "initializer_range": 0.02,
152
  "layer_norm_epsilon": 1e-05,
153
+ "model_type": "clvp_decoder",
154
  "n_ctx": 1012,
155
  "n_embd": 1024,
156
  "n_head": 16,