Upload TBClassifier2ForImageClassification
Browse files- config.json +35 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_alpha": 0.20000000298023224,
|
3 |
+
"architectures": [
|
4 |
+
"TBClassifier2ForImageClassification"
|
5 |
+
],
|
6 |
+
"dense_units1": 32,
|
7 |
+
"dense_units2": 32,
|
8 |
+
"dense_units3": 32,
|
9 |
+
"dropout_rate1": 0.2,
|
10 |
+
"dropout_rate2": 0.2,
|
11 |
+
"dropout_rate3": 0.3,
|
12 |
+
"filters_conv1": 32,
|
13 |
+
"filters_conv2": 64,
|
14 |
+
"filters_conv3": 64,
|
15 |
+
"initial_bias": -1.2525432109832764,
|
16 |
+
"input_image_shape": [
|
17 |
+
288,
|
18 |
+
432,
|
19 |
+
1
|
20 |
+
],
|
21 |
+
"kernel_size": [
|
22 |
+
3,
|
23 |
+
3
|
24 |
+
],
|
25 |
+
"l2_regularization": 0.00019999999494757503,
|
26 |
+
"model_type": "TB_Classifier2",
|
27 |
+
"num_classes": 1,
|
28 |
+
"pool_size": [
|
29 |
+
2,
|
30 |
+
2
|
31 |
+
],
|
32 |
+
"positive_sample_proportion": 0.22226020732069005,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.35.2"
|
35 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:366eaa7251cc4202caa1d5cbac50cb69706c11fe10c9cfc0bb335494e86ce16e
|
3 |
+
size 63933940
|