Update configuration_falcon.py
Browse files- configuration_falcon.py +1 -1
configuration_falcon.py
CHANGED
@@ -84,7 +84,7 @@ class FalconConfig(PretrainedConfig):
|
|
84 |
>>> # Accessing the model configuration
|
85 |
>>> configuration = model.config
|
86 |
```"""
|
87 |
-
model_type = "
|
88 |
keys_to_ignore_at_inference = ["past_key_values"]
|
89 |
|
90 |
def __init__(
|
|
|
84 |
>>> # Accessing the model configuration
|
85 |
>>> configuration = model.config
|
86 |
```"""
|
87 |
+
model_type = "gpt2"
|
88 |
keys_to_ignore_at_inference = ["past_key_values"]
|
89 |
|
90 |
def __init__(
|