Upload 2 files
Browse files- config.json +14 -0
- model.h5 +3 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": {
|
3 |
+
"name": "my_image_classifier",
|
4 |
+
"description": "A TensorFlow image classification model",
|
5 |
+
"language": "tensorflow",
|
6 |
+
"pipeline_tag": "image-classification",
|
7 |
+
"model_type": "mobilenet_v2"
|
8 |
+
|
9 |
+
|
10 |
+
},
|
11 |
+
"tokenizer": null,
|
12 |
+
"training_args": null,
|
13 |
+
"dataset": null
|
14 |
+
}
|
model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1370ef635ac3580d8d8f472cce3d5758d56122b349f97555fce3759e7f081ed
|
3 |
+
size 13797264
|