Upload config.json with huggingface_hub
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -3,6 +3,10 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"BidirectionalMistralModel"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"attention_dropout": 0.2,
|
| 7 |
"bos_token_id": 6,
|
| 8 |
"eos_token_id": 3,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"BidirectionalMistralModel"
|
| 5 |
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "configuration_hinvec.BidirectionalMistralConfig",
|
| 8 |
+
"AutoModel": "modeling_hinvec.BidirectionalMistralModel"
|
| 9 |
+
},
|
| 10 |
"attention_dropout": 0.2,
|
| 11 |
"bos_token_id": 6,
|
| 12 |
"eos_token_id": 3,
|