Upload config.json with huggingface_hub
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"DirectionFocusedPreTrainedModel"
|
| 4 |
+
],
|
| 5 |
+
"base_model_name": "ToolBench/ToolBench_IR_bert_based_uncased",
|
| 6 |
+
"dropout": 0.1,
|
| 7 |
+
"hidden_size": 768,
|
| 8 |
+
"model_type": "direction_focused_query_embedding",
|
| 9 |
+
"scale_predictor_hidden_sizes": [
|
| 10 |
+
256,
|
| 11 |
+
128,
|
| 12 |
+
64
|
| 13 |
+
],
|
| 14 |
+
"torch_dtype": "float32",
|
| 15 |
+
"transformers_version": "4.53.3"
|
| 16 |
+
}
|