kyungmin011029 commited on
Commit
651c610
1 Parent(s): 3ec0fea

Upload TFBertForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +48 -0
  2. config.json +104 -0
  3. tf_model.h5 +3 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ base_model: klue/bert-base
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: category_0903
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # category_0903
15
+
16
+ This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - optimizer: {'name': 'Adam', 'learning_rate': 5e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
38
+ - training_precision: float32
39
+
40
+ ### Training results
41
+
42
+
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.32.1
47
+ - TensorFlow 2.12.0
48
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27",
40
+ "28": "LABEL_28",
41
+ "29": "LABEL_29",
42
+ "30": "LABEL_30",
43
+ "31": "LABEL_31",
44
+ "32": "LABEL_32",
45
+ "33": "LABEL_33",
46
+ "34": "LABEL_34",
47
+ "35": "LABEL_35",
48
+ "36": "LABEL_36",
49
+ "37": "LABEL_37"
50
+ },
51
+ "initializer_range": 0.02,
52
+ "intermediate_size": 3072,
53
+ "label2id": {
54
+ "LABEL_0": 0,
55
+ "LABEL_1": 1,
56
+ "LABEL_10": 10,
57
+ "LABEL_11": 11,
58
+ "LABEL_12": 12,
59
+ "LABEL_13": 13,
60
+ "LABEL_14": 14,
61
+ "LABEL_15": 15,
62
+ "LABEL_16": 16,
63
+ "LABEL_17": 17,
64
+ "LABEL_18": 18,
65
+ "LABEL_19": 19,
66
+ "LABEL_2": 2,
67
+ "LABEL_20": 20,
68
+ "LABEL_21": 21,
69
+ "LABEL_22": 22,
70
+ "LABEL_23": 23,
71
+ "LABEL_24": 24,
72
+ "LABEL_25": 25,
73
+ "LABEL_26": 26,
74
+ "LABEL_27": 27,
75
+ "LABEL_28": 28,
76
+ "LABEL_29": 29,
77
+ "LABEL_3": 3,
78
+ "LABEL_30": 30,
79
+ "LABEL_31": 31,
80
+ "LABEL_32": 32,
81
+ "LABEL_33": 33,
82
+ "LABEL_34": 34,
83
+ "LABEL_35": 35,
84
+ "LABEL_36": 36,
85
+ "LABEL_37": 37,
86
+ "LABEL_4": 4,
87
+ "LABEL_5": 5,
88
+ "LABEL_6": 6,
89
+ "LABEL_7": 7,
90
+ "LABEL_8": 8,
91
+ "LABEL_9": 9
92
+ },
93
+ "layer_norm_eps": 1e-12,
94
+ "max_position_embeddings": 512,
95
+ "model_type": "bert",
96
+ "num_attention_heads": 12,
97
+ "num_hidden_layers": 12,
98
+ "pad_token_id": 0,
99
+ "position_embedding_type": "absolute",
100
+ "transformers_version": "4.32.1",
101
+ "type_vocab_size": 2,
102
+ "use_cache": true,
103
+ "vocab_size": 32000
104
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0040ed84e014f769774ffccd7632ee574714be7021458e127304157fcd96019
3
+ size 442874280