Update rita_configuration.py
Browse files- rita_configuration.py +0 -1
rita_configuration.py
CHANGED
@@ -9,7 +9,6 @@ class RITAConfig(PretrainedConfig):
|
|
9 |
def __init__(
|
10 |
self,
|
11 |
vocab_size=26,
|
12 |
-
vocab_size=26,
|
13 |
d_model=768,
|
14 |
num_layers=12,
|
15 |
max_seq_len=1024,
|
|
|
9 |
def __init__(
|
10 |
self,
|
11 |
vocab_size=26,
|
|
|
12 |
d_model=768,
|
13 |
num_layers=12,
|
14 |
max_seq_len=1024,
|