yeye776 commited on
Commit
ab94d0a
·
verified ·
1 Parent(s): 1d64e0c

yeye776/KcElectra-ft

Browse files
Files changed (3) hide show
  1. README.md +3 -2
  2. config.json +23 -16
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- base_model: monologg/distilkobert
 
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 [monologg/distilkobert](https://huggingface.co/monologg/distilkobert) on an unknown dataset.
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": "monologg/distilkobert",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
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": "distilbert",
28
- "n_heads": 12,
29
- "n_layers": 3,
30
- "pad_token_id": 1,
 
31
  "problem_type": "single_label_classification",
32
- "qa_dropout": 0.1,
33
- "seq_classif_dropout": 0.2,
34
- "sinusoidal_pos_embds": false,
35
- "tie_weights_": true,
 
36
  "torch_dtype": "float32",
37
  "transformers_version": "4.41.2",
38
- "vocab_size": 8002
 
 
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:f354a702d62c2bba8f8c346b38be09c807fe0270516518f7607278ee278ea598
3
- size 113599948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f386166ae7924783bbdacf5ffea47185d066bfa77cd83ae7c7d90f99d4a66a2
3
+ size 436364884