kemonito233 commited on
Commit
3ad84d9
·
verified ·
1 Parent(s): 0cfaddf

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +2 -3
  2. model.onnx +2 -2
  3. model_head.joblib +2 -2
  4. tokenizer_config.json +2 -1
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "_name_or_path": "kemonito233/intentino",
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fe01b5156440e257f34bce089b4ea9687dd42e0d0b7e4e9c92998986e2fd9b2
3
- size 437275950
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e430d5b08f2d65db748846706060b34c028609bc1f8163751a1626d8e500e7
3
+ size 437234553
model_head.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:546fe46dd5fed7c63dfe7f1ca36775a3710f7f6b3c9ed2b93bdaa3aa461e94ad
3
- size 111719
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5733d12ce5c2f09f9024d83a72c4c6fc395bdf5f92030141d3c59adde518377d
3
+ size 117887
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,