Upload 4 files
Browse files
Model_stunting/config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Syahhh01/Stunting_model_2",
|
| 3 |
+
"architectures": ["DenseNetForImageClassification"],
|
| 4 |
+
"model_type": "densenet",
|
| 5 |
+
"num_labels": 2,
|
| 6 |
+
"image_size": 224,
|
| 7 |
+
"id2label": {
|
| 8 |
+
"0": "non_stunting",
|
| 9 |
+
"1": "stunting"
|
| 10 |
+
},
|
| 11 |
+
"label2id": {
|
| 12 |
+
"non_stunting": 0,
|
| 13 |
+
"stunting": 1
|
| 14 |
+
},
|
| 15 |
+
"transformers_version": "4.40.0"
|
| 16 |
+
}
|
Model_stunting/id2label.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "non_stunting",
|
| 3 |
+
"1": "stunting"
|
| 4 |
+
}
|
Model_stunting/model_stunting.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98be1e85c9d8a10f229c607b9402622788700d0c511282a36e656c39321cb724
|
| 3 |
+
size 28434076
|
Model_stunting/preprocessor_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_resize": true,
|
| 3 |
+
"size": 224,
|
| 4 |
+
"do_normalize": true,
|
| 5 |
+
"image_mean": [0.485, 0.456, 0.406],
|
| 6 |
+
"image_std": [0.229, 0.224, 0.225],
|
| 7 |
+
"resample": 2
|
| 8 |
+
}
|