setu4993 commited on
Commit
bae4076
1 Parent(s): e882a9a

Export `safetensors` model

Browse files
Files changed (4) hide show
  1. config.json +2 -5
  2. model.safetensors +2 -2
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -0
config.json CHANGED
@@ -1,8 +1,5 @@
1
  {
2
- "_name_or_path": "/Users/setu/Models/huggingface/setu4993/smaller-LaBSE",
3
- "architectures": [
4
- "BertModel"
5
- ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "gradient_checkpointing": false,
@@ -19,7 +16,7 @@
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.25.1",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 173347
1
  {
2
+ "architectures": ["BertModel"],
 
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "classifier_dropout": null,
5
  "gradient_checkpointing": false,
16
  "pad_token_id": 0,
17
  "position_embedding_type": "absolute",
18
  "torch_dtype": "float32",
19
+ "transformers_version": "4.29.2",
20
  "type_vocab_size": 2,
21
  "use_cache": true,
22
  "vocab_size": 173347
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b97b39f36d873393ed67c2a246d16f3ddd315fd2c9f735bab666223fa5b55c7a
3
- size 876713926
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac3e4f496301831864cd5da87f7f6fc0a9402eff2ff33f8da438fea4198a73e8
3
+ size 876713920
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60659643bb43515153f71438e37b06dfecf740e45865db6455cbe0e7023ad0a5
3
  size 876954600
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356cd054af00f8c1165bbab2eb8440e927fc5a0a352dc34f9fd9ae50fd2fdd81
3
  size 876954600
tokenizer_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_basic_tokenize": true,
4
  "do_lower_case": false,
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
  "do_lower_case": false,