Kowsher commited on
Commit
856e146
1 Parent(s): 71e8e1a

Update configuration_falcon.py

Browse files
Files changed (1) hide show
  1. configuration_falcon.py +1 -1
configuration_falcon.py CHANGED
@@ -85,7 +85,7 @@ class FalconConfig(PretrainedConfig):
85
  >>> # Accessing the model configuration
86
  >>> configuration = model.config
87
  ```"""
88
- model_type = "blenderbot"
89
  keys_to_ignore_at_inference = ["past_key_values"]
90
 
91
  def __init__(
 
85
  >>> # Accessing the model configuration
86
  >>> configuration = model.config
87
  ```"""
88
+ model_type = "falcon"
89
  keys_to_ignore_at_inference = ["past_key_values"]
90
 
91
  def __init__(