vymn commited on
Commit
24e7081
1 Parent(s): 1929b0c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/blenderbot-400M-distill",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
@@ -47,7 +47,7 @@
47
  "max_length": 60,
48
  "max_position_embeddings": 128,
49
  "min_length": 20,
50
- "model_type": "blenderbot",
51
  "no_repeat_ngram_size": 3,
52
  "normalize_before": true,
53
  "normalize_embedding": false,
 
1
  {
2
+ "_name_or_path": "vymn/Brain",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
47
  "max_length": 60,
48
  "max_position_embeddings": 128,
49
  "min_length": 20,
50
+ "model_type": "conversational",
51
  "no_repeat_ngram_size": 3,
52
  "normalize_before": true,
53
  "normalize_embedding": false,