Commit ·
c91de05
1
Parent(s): 5675157
update json
Browse files- config.json +1 -1
- configuration_dfine.py +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
"architectures": ["DFineModel"],
|
| 4 |
"auto_map": {
|
| 5 |
"AutoConfig": "Laudando-Associates-LLC/d-fine-large--configuration_dfine.DFineConfig",
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "d_fine",
|
| 3 |
"architectures": ["DFineModel"],
|
| 4 |
"auto_map": {
|
| 5 |
"AutoConfig": "Laudando-Associates-LLC/d-fine-large--configuration_dfine.DFineConfig",
|
configuration_dfine.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from transformers import PretrainedConfig
|
| 2 |
|
| 3 |
class DFineConfig(PretrainedConfig):
|
| 4 |
-
model_type = "
|
| 5 |
|
| 6 |
def __init__(
|
| 7 |
self,
|
|
|
|
| 1 |
from transformers import PretrainedConfig
|
| 2 |
|
| 3 |
class DFineConfig(PretrainedConfig):
|
| 4 |
+
model_type = "d_fine"
|
| 5 |
|
| 6 |
def __init__(
|
| 7 |
self,
|