kemonito233 commited on
Commit
8cdcdb2
·
verified ·
1 Parent(s): a6517b1

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +2 -3
  2. model.onnx +3 -0
  3. model_head.joblib +3 -0
  4. tokenizer_config.json +2 -1
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "_name_or_path": "hiiamsid/sentence_similarity_spanish_es",
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,
@@ -19,8 +19,7 @@
19
  "output_past": true,
20
  "pad_token_id": 1,
21
  "position_embedding_type": "absolute",
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.44.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 31002
 
1
  {
 
2
  "architectures": [
3
  "BertModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
+ "dtype": "float32",
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
 
19
  "output_past": true,
20
  "pad_token_id": 1,
21
  "position_embedding_type": "absolute",
22
+ "transformers_version": "4.57.6",
 
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 31002
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e646cb85e4698364f419510c4f09097d52d7078bcd68b54aa78a218f08f728c2
3
+ size 437234554
model_head.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee159e97ebe78fdce5583a4c90156f0bdcb9e8ca794b09866f10e260d8c087e
3
+ size 62439
tokenizer_config.json CHANGED
@@ -41,10 +41,11 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
  "do_lower_case": false,
 
48
  "mask_token": "[MASK]",
49
  "max_length": 512,
50
  "model_max_length": 512,
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
  "do_lower_case": false,
48
+ "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
  "max_length": 512,
51
  "model_max_length": 512,