yeye776/KcElectra-ft
Browse files- README.md +3 -2
- config.json +23 -16
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
@@ -12,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# bert
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: beomi/KcELECTRA-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
|
|
|
| 13 |
|
| 14 |
# bert
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [beomi/KcELECTRA-base](https://huggingface.co/beomi/KcELECTRA-base) on an unknown dataset.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
config.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "LABEL_0",
|
| 13 |
"1": "LABEL_1",
|
|
@@ -16,6 +17,7 @@
|
|
| 16 |
"4": "LABEL_4"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
|
|
|
| 19 |
"label2id": {
|
| 20 |
"LABEL_0": 0,
|
| 21 |
"LABEL_1": 1,
|
|
@@ -23,17 +25,22 @@
|
|
| 23 |
"LABEL_3": 3,
|
| 24 |
"LABEL_4": 4
|
| 25 |
},
|
|
|
|
| 26 |
"max_position_embeddings": 512,
|
| 27 |
-
"model_type": "
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"pad_token_id":
|
|
|
|
| 31 |
"problem_type": "single_label_classification",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
|
|
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
"transformers_version": "4.41.2",
|
| 38 |
-
"
|
|
|
|
|
|
|
| 39 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "beomi/KcELECTRA-base",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
+
"ElectraForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"embedding_size": 768,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "LABEL_0",
|
| 14 |
"1": "LABEL_1",
|
|
|
|
| 17 |
"4": "LABEL_4"
|
| 18 |
},
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
+
"intermediate_size": 3072,
|
| 21 |
"label2id": {
|
| 22 |
"LABEL_0": 0,
|
| 23 |
"LABEL_1": 1,
|
|
|
|
| 25 |
"LABEL_3": 3,
|
| 26 |
"LABEL_4": 4
|
| 27 |
},
|
| 28 |
+
"layer_norm_eps": 1e-12,
|
| 29 |
"max_position_embeddings": 512,
|
| 30 |
+
"model_type": "electra",
|
| 31 |
+
"num_attention_heads": 12,
|
| 32 |
+
"num_hidden_layers": 12,
|
| 33 |
+
"pad_token_id": 3,
|
| 34 |
+
"position_embedding_type": "absolute",
|
| 35 |
"problem_type": "single_label_classification",
|
| 36 |
+
"summary_activation": "gelu",
|
| 37 |
+
"summary_last_dropout": 0.1,
|
| 38 |
+
"summary_type": "first",
|
| 39 |
+
"summary_use_proj": true,
|
| 40 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
"transformers_version": "4.41.2",
|
| 43 |
+
"type_vocab_size": 2,
|
| 44 |
+
"use_cache": true,
|
| 45 |
+
"vocab_size": 30000
|
| 46 |
}
|
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:4f386166ae7924783bbdacf5ffea47185d066bfa77cd83ae7c7d90f99d4a66a2
|
| 3 |
+
size 436364884
|