Denn231 commited on
Commit
ba258ff
·
verified ·
1 Parent(s): 401c038

Upload TextClassificationPipeline

Browse files
Files changed (3) hide show
  1. config.json +6 -1
  2. model.safetensors +2 -2
  3. tokenizer_config.json +2 -43
config.json CHANGED
@@ -1,11 +1,14 @@
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "classifier_dropout": null,
7
  "directionality": "bidi",
8
  "dtype": "float32",
 
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
@@ -32,6 +35,7 @@
32
  },
33
  "initializer_range": 0.02,
34
  "intermediate_size": 3072,
 
35
  "label2id": {
36
  "cancel_order": 0,
37
  "change_address": 1,
@@ -64,7 +68,8 @@
64
  "pooler_size_per_head": 128,
65
  "pooler_type": "first_token_transform",
66
  "position_embedding_type": "absolute",
67
- "transformers_version": "4.56.2",
 
68
  "type_vocab_size": 2,
69
  "use_cache": true,
70
  "vocab_size": 55083
 
1
  {
2
+ "add_cross_attention": false,
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
  "classifier_dropout": null,
9
  "directionality": "bidi",
10
  "dtype": "float32",
11
+ "eos_token_id": null,
12
  "gradient_checkpointing": false,
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,
 
35
  },
36
  "initializer_range": 0.02,
37
  "intermediate_size": 3072,
38
+ "is_decoder": false,
39
  "label2id": {
40
  "cancel_order": 0,
41
  "change_address": 1,
 
68
  "pooler_size_per_head": 128,
69
  "pooler_type": "first_token_transform",
70
  "position_embedding_type": "absolute",
71
+ "tie_word_embeddings": true,
72
+ "transformers_version": "5.5.0",
73
  "type_vocab_size": 2,
74
  "use_cache": true,
75
  "vocab_size": 55083
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfa04c0ef551444bcae41c9fda668bf6f1f872e52d0a3dba53d1f23fdd555528
3
- size 513459264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36ff4225a1c4210f1b2897d1b9fb12ee6774aab8f947ac4de6b6603f9d33f80
3
+ size 513459240
tokenizer_config.json CHANGED
@@ -1,51 +1,10 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "1": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "3": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "4": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
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
- "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
  "max_length": 256,
51
  "model_max_length": 512,
 
1
  {
2
+ "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
4
  "cls_token": "[CLS]",
5
  "do_basic_tokenize": true,
6
  "do_lower_case": false,
7
+ "is_local": true,
8
  "mask_token": "[MASK]",
9
  "max_length": 256,
10
  "model_max_length": 512,