Commit ·
f073ba2
1
Parent(s): 2bbc6fc
Add auto_map in config.json
Browse files- config.json +5 -0
config.json
CHANGED
|
@@ -2,6 +2,11 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"ConcatModel"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"torch_dtype": "float32",
|
| 6 |
"transformers_version": "4.42.3"
|
| 7 |
}
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"ConcatModel"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "modeling_arctic_m_bge_small.ConcatModelConfig",
|
| 7 |
+
"AutoModel": "modeling_arctic_m_bge_small.ConcatModel"
|
| 8 |
+
},
|
| 9 |
+
"model_type": "arctic-s-bge-small",
|
| 10 |
"torch_dtype": "float32",
|
| 11 |
"transformers_version": "4.42.3"
|
| 12 |
}
|