Update modeling_octagon.py
Browse files- modeling_octagon.py +1 -1
modeling_octagon.py
CHANGED
@@ -3,7 +3,7 @@ from torch import nn
|
|
3 |
import torch
|
4 |
|
5 |
class OctagonConfig(PretrainedConfig):
|
6 |
-
model_type = "
|
7 |
|
8 |
def __init__(
|
9 |
self,
|
|
|
3 |
import torch
|
4 |
|
5 |
class OctagonConfig(PretrainedConfig):
|
6 |
+
model_type = "bert"
|
7 |
|
8 |
def __init__(
|
9 |
self,
|