Upload ElectraForSequenceClassification
Browse files- config.json +4 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "./saved_model/
|
| 3 |
"architectures": [
|
| 4 |
"ElectraForSequenceClassification"
|
| 5 |
],
|
|
@@ -16,16 +16,17 @@
|
|
| 16 |
"model_type": "electra",
|
| 17 |
"num_attention_heads": 12,
|
| 18 |
"num_hidden_layers": 12,
|
| 19 |
-
"pad_token_id":
|
| 20 |
"position_embedding_type": "absolute",
|
| 21 |
"problem_type": "single_label_classification",
|
| 22 |
"summary_activation": "gelu",
|
| 23 |
"summary_last_dropout": 0.1,
|
| 24 |
"summary_type": "first",
|
| 25 |
"summary_use_proj": true,
|
|
|
|
| 26 |
"torch_dtype": "float32",
|
| 27 |
"transformers_version": "4.43.1",
|
| 28 |
"type_vocab_size": 2,
|
| 29 |
"use_cache": true,
|
| 30 |
-
"vocab_size":
|
| 31 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./saved_model/kc_electra/ensemble_model",
|
| 3 |
"architectures": [
|
| 4 |
"ElectraForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 16 |
"model_type": "electra",
|
| 17 |
"num_attention_heads": 12,
|
| 18 |
"num_hidden_layers": 12,
|
| 19 |
+
"pad_token_id": 3,
|
| 20 |
"position_embedding_type": "absolute",
|
| 21 |
"problem_type": "single_label_classification",
|
| 22 |
"summary_activation": "gelu",
|
| 23 |
"summary_last_dropout": 0.1,
|
| 24 |
"summary_type": "first",
|
| 25 |
"summary_use_proj": true,
|
| 26 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 27 |
"torch_dtype": "float32",
|
| 28 |
"transformers_version": "4.43.1",
|
| 29 |
"type_vocab_size": 2,
|
| 30 |
"use_cache": true,
|
| 31 |
+
"vocab_size": 30000
|
| 32 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d5bbaf7715e3e4082aa25ef9594c9376daa00b62bb120487f4a75d74bd1d924
|
| 3 |
+
size 436355656
|