jhleepidl commited on
Commit
92fc2f7
·
verified ·
1 Parent(s): 678df52

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }