Update configuration_falcon.py
Browse files- 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 = "
|
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__(
|