Seogmin commited on
Commit
eb136ab
1 Parent(s): eb6571e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +1 -20
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,33 +1,15 @@
1
  {
2
  "_name_or_path": "klue/bert-base",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6"
19
- },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
- "label2id": {
23
- "LABEL_0": 0,
24
- "LABEL_1": 1,
25
- "LABEL_2": 2,
26
- "LABEL_3": 3,
27
- "LABEL_4": 4,
28
- "LABEL_5": 5,
29
- "LABEL_6": 6
30
- },
31
  "layer_norm_eps": 1e-12,
32
  "max_position_embeddings": 512,
33
  "model_type": "bert",
@@ -35,7 +17,6 @@
35
  "num_hidden_layers": 12,
36
  "pad_token_id": 0,
37
  "position_embedding_type": "absolute",
38
- "problem_type": "single_label_classification",
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.29.2",
41
  "type_vocab_size": 2,
 
1
  {
2
  "_name_or_path": "klue/bert-base",
3
  "architectures": [
4
+ "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
 
 
 
 
 
 
 
 
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
 
 
 
 
 
 
 
 
 
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
  "model_type": "bert",
 
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
 
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.29.2",
22
  "type_vocab_size": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:211a0537cc7dfdf90617b1701d313709af22400a94e851caa01b77d157a1a356
3
- size 442563701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a3f30bff2b25092af8a8709ea911b32d0e0bc8bf2009b90f9b7b249cc469d9
3
+ size 440185325