Sailesh Panda commited on
Commit ·
aeb7137
1
Parent(s): be66349
Registering model Architecture.
Browse files- __init__.py +0 -1
- config.json +2 -4
__init__.py
CHANGED
|
@@ -9,6 +9,5 @@ __all__ = [
|
|
| 9 |
"HinvecTokenizer",
|
| 10 |
]
|
| 11 |
|
| 12 |
-
print("######")
|
| 13 |
AutoConfig.register("hinvec", HinvecConfig)
|
| 14 |
AutoModel.register(HinvecConfig, HinvecModel)
|
|
|
|
| 9 |
"HinvecTokenizer",
|
| 10 |
]
|
| 11 |
|
|
|
|
| 12 |
AutoConfig.register("hinvec", HinvecConfig)
|
| 13 |
AutoModel.register(HinvecConfig, HinvecModel)
|
config.json
CHANGED
|
@@ -34,8 +34,6 @@
|
|
| 34 |
"use_sliding_window": false,
|
| 35 |
"vocab_size": 256002,
|
| 36 |
"auto_map": {
|
| 37 |
-
"AutoConfig": "Sailesh97/Hinvec2--HinvecConfig",
|
| 38 |
-
"AutoModel": "Sailesh97/Hinvec2--
|
| 39 |
-
"AutoModelFor<Task>": "Sailesh97/Hinvec2--HinvecConfig"
|
| 40 |
-
}
|
| 41 |
}
|
|
|
|
| 34 |
"use_sliding_window": false,
|
| 35 |
"vocab_size": 256002,
|
| 36 |
"auto_map": {
|
| 37 |
+
"AutoConfig": "Sailesh97/Hinvec2--Hinvec2.HinvecConfig",
|
| 38 |
+
"AutoModel": "Sailesh97/Hinvec2--Hinvec2.HinvecModel"}
|
|
|
|
|
|
|
| 39 |
}
|