QuantaSparkLabs commited on
Commit
f016bd4
·
verified ·
1 Parent(s): 8e86740

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "apex_retriever",
3
+ "architectures": [
4
+ "ApexRetriever"
5
+ ],
6
+ "torch_dtype": "float16",
7
+ "max_position_embeddings": 512,
8
+ "vocab_size": 1
9
+ }