Lily commited on
Commit
9b29d8f
·
verified ·
1 Parent(s): 046bdb2

Upload folder using huggingface_hub

Browse files
arctic-embed-l-official-vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
arctic-embed-l-official.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6ae4c0108aa2f7fb4cf95776f40bfd7dca7edb6d8c686d6470b6ab105ca559
3
+ size 1336854283
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "castorini/arctic-embed-l-onnx",
3
+ "base_models": "Snowflake/snowflake-arctic-embed-l",
4
+ "model_format": "onnx",
5
+ "base_model_configs": {
6
+ "_name_or_path": "/data/.model_and_tokenizer_cache/a0c18a5e3f744fffb33248d5bf96bcc58b7f57e7f04bdfbe87bf8be1fb29c3cf",
7
+ "architectures": [
8
+ "BertModel"
9
+ ],
10
+ "attention_probs_dropout_prob": 0.1,
11
+ "classifier_dropout": null,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 1024,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "bert",
20
+ "num_attention_heads": 16,
21
+ "num_hidden_layers": 24,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.36.1",
26
+ "type_vocab_size": 2,
27
+ "use_cache": true,
28
+ "vocab_size": 30522
29
+ }
30
+ }