ndavid commited on
Commit
41dd115
1 Parent(s): ec26085
Files changed (3) hide show
  1. README.md +45 -1
  2. config.json +123 -0
  3. tf_model.h5 +3 -0
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
- license: afl-3.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - generated_from_keras_callback
4
+ model-index:
5
+ - name: bert-base-cased-trec-fine
6
+ results: []
7
  ---
8
+
9
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
10
+ probably proofread and complete it, then remove this comment. -->
11
+
12
+ # bert-base-cased-trec-fine
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - optimizer: {'name': 'Adam', 'learning_rate': 5e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
36
+ - training_precision: float32
37
+
38
+ ### Training results
39
+
40
+
41
+
42
+ ### Framework versions
43
+
44
+ - Transformers 4.18.0
45
+ - TensorFlow 2.8.0
46
+ - Datasets 2.0.0
47
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25",
39
+ "26": "LABEL_26",
40
+ "27": "LABEL_27",
41
+ "28": "LABEL_28",
42
+ "29": "LABEL_29",
43
+ "30": "LABEL_30",
44
+ "31": "LABEL_31",
45
+ "32": "LABEL_32",
46
+ "33": "LABEL_33",
47
+ "34": "LABEL_34",
48
+ "35": "LABEL_35",
49
+ "36": "LABEL_36",
50
+ "37": "LABEL_37",
51
+ "38": "LABEL_38",
52
+ "39": "LABEL_39",
53
+ "40": "LABEL_40",
54
+ "41": "LABEL_41",
55
+ "42": "LABEL_42",
56
+ "43": "LABEL_43",
57
+ "44": "LABEL_44",
58
+ "45": "LABEL_45",
59
+ "46": "LABEL_46"
60
+ },
61
+ "initializer_range": 0.02,
62
+ "intermediate_size": 3072,
63
+ "label2id": {
64
+ "LABEL_0": 0,
65
+ "LABEL_1": 1,
66
+ "LABEL_10": 10,
67
+ "LABEL_11": 11,
68
+ "LABEL_12": 12,
69
+ "LABEL_13": 13,
70
+ "LABEL_14": 14,
71
+ "LABEL_15": 15,
72
+ "LABEL_16": 16,
73
+ "LABEL_17": 17,
74
+ "LABEL_18": 18,
75
+ "LABEL_19": 19,
76
+ "LABEL_2": 2,
77
+ "LABEL_20": 20,
78
+ "LABEL_21": 21,
79
+ "LABEL_22": 22,
80
+ "LABEL_23": 23,
81
+ "LABEL_24": 24,
82
+ "LABEL_25": 25,
83
+ "LABEL_26": 26,
84
+ "LABEL_27": 27,
85
+ "LABEL_28": 28,
86
+ "LABEL_29": 29,
87
+ "LABEL_3": 3,
88
+ "LABEL_30": 30,
89
+ "LABEL_31": 31,
90
+ "LABEL_32": 32,
91
+ "LABEL_33": 33,
92
+ "LABEL_34": 34,
93
+ "LABEL_35": 35,
94
+ "LABEL_36": 36,
95
+ "LABEL_37": 37,
96
+ "LABEL_38": 38,
97
+ "LABEL_39": 39,
98
+ "LABEL_4": 4,
99
+ "LABEL_40": 40,
100
+ "LABEL_41": 41,
101
+ "LABEL_42": 42,
102
+ "LABEL_43": 43,
103
+ "LABEL_44": 44,
104
+ "LABEL_45": 45,
105
+ "LABEL_46": 46,
106
+ "LABEL_5": 5,
107
+ "LABEL_6": 6,
108
+ "LABEL_7": 7,
109
+ "LABEL_8": 8,
110
+ "LABEL_9": 9
111
+ },
112
+ "layer_norm_eps": 1e-12,
113
+ "max_position_embeddings": 512,
114
+ "model_type": "bert",
115
+ "num_attention_heads": 12,
116
+ "num_hidden_layers": 12,
117
+ "pad_token_id": 0,
118
+ "position_embedding_type": "absolute",
119
+ "transformers_version": "4.18.0",
120
+ "type_vocab_size": 2,
121
+ "use_cache": true,
122
+ "vocab_size": 28996
123
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2805656612d39f73fad52450122d9a2c1fc0123bad26363ba5a2a6868872e87d
3
+ size 433673740