maiyad commited on
Commit
189f116
1 Parent(s): 8422bd3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +56 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "BAAI/bge-base-en-v1.5",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "neuron": {
24
+ "auto_cast": null,
25
+ "auto_cast_type": null,
26
+ "compiler_type": "neuronx-cc",
27
+ "compiler_version": "2.12.68.0+4480452af",
28
+ "disable_fallback": false,
29
+ "disable_fast_relayout": false,
30
+ "dynamic_batch_size": false,
31
+ "input_names": [
32
+ "input_ids",
33
+ "attention_mask"
34
+ ],
35
+ "model_type": "bert",
36
+ "optlevel": "2",
37
+ "output_attentions": false,
38
+ "output_hidden_states": false,
39
+ "output_names": [
40
+ "token_embeddings",
41
+ "sentence_embedding"
42
+ ],
43
+ "static_batch_size": 1,
44
+ "static_sequence_length": 384
45
+ },
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 0,
49
+ "position_embedding_type": "absolute",
50
+ "task": "feature-extraction",
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.36.2",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
+ "vocab_size": 30522
56
+ }