Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
|
@@ -3,6 +3,14 @@
|
|
| 3 |
"MistralForCausalLM",
|
| 4 |
"MistralAIDetectorForSequenceClassification"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 1,
|
| 8 |
"classifier_dropout": 0.1,
|
|
|
|
| 3 |
"MistralForCausalLM",
|
| 4 |
"MistralAIDetectorForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_gigacheck.GigaCheckConfig",
|
| 9 |
+
"AutoModel": "modeling_gigacheck.GigaCheckForDetection"
|
| 10 |
+
},
|
| 11 |
+
|
| 12 |
+
"conf_interval_thresh": 0.8,
|
| 13 |
+
|
| 14 |
"attention_dropout": 0.0,
|
| 15 |
"bos_token_id": 1,
|
| 16 |
"classifier_dropout": 0.1,
|