ayjays132 commited on
Commit
5e59417
·
verified ·
1 Parent(s): 3a3edcb

Upload 7 files

Browse files
config.json CHANGED
@@ -75,12 +75,12 @@
75
  "model_type": "bert",
76
  "num_attention_heads": 12,
77
  "num_hidden_layers": 12,
78
- "pad_token_id": 30532,
79
  "position_embedding_type": "absolute",
80
  "problem_type": "multi_label_classification",
81
  "torch_dtype": "float32",
82
  "transformers_version": "4.44.2",
83
  "type_vocab_size": 2,
84
  "use_cache": true,
85
- "vocab_size": 30522
86
  }
 
75
  "model_type": "bert",
76
  "num_attention_heads": 12,
77
  "num_hidden_layers": 12,
78
+ "pad_token_id": 0,
79
  "position_embedding_type": "absolute",
80
  "problem_type": "multi_label_classification",
81
  "torch_dtype": "float32",
82
  "transformers_version": "4.44.2",
83
  "type_vocab_size": 2,
84
  "use_cache": true,
85
+ "vocab_size": 30635
86
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0538df8e98e943b0ace8ee0b324539ddc6637e581335943c1125118388f386ff
3
- size 438038624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b51c407be2b9ebe8a591a7207fa78e95275997fe52a385fc7a905a4ebe451ba
3
+ size 438385760
special_tokens_map.json CHANGED
@@ -122,13 +122,7 @@
122
  "rstrip": false,
123
  "single_word": false
124
  },
125
- "pad_token": {
126
- "content": "</s>",
127
- "lstrip": false,
128
- "normalized": false,
129
- "rstrip": false,
130
- "single_word": false
131
- },
132
  "sep_token": {
133
  "content": "[SEP]",
134
  "lstrip": false,
 
122
  "rstrip": false,
123
  "single_word": false
124
  },
125
+ "pad_token": "[PAD]",
 
 
 
 
 
 
126
  "sep_token": {
127
  "content": "[SEP]",
128
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -1095,7 +1095,7 @@
1095
  "max_length": 512,
1096
  "model_max_length": 1000000000000000019884624838656,
1097
  "pad_to_multiple_of": null,
1098
- "pad_token": "</s>",
1099
  "pad_token_type_id": 0,
1100
  "padding_side": "right",
1101
  "sep_token": "[SEP]",
 
1095
  "max_length": 512,
1096
  "model_max_length": 1000000000000000019884624838656,
1097
  "pad_to_multiple_of": null,
1098
+ "pad_token": "[PAD]",
1099
  "pad_token_type_id": 0,
1100
  "padding_side": "right",
1101
  "sep_token": "[SEP]",