Upload model
Browse files- config.json +13 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ClassificationModelForDogEmotion"
|
| 4 |
+
],
|
| 5 |
+
"dropout": 0.3,
|
| 6 |
+
"hidden_layer1": 512,
|
| 7 |
+
"hidden_layer2": 128,
|
| 8 |
+
"input_dim": 3,
|
| 9 |
+
"model_type": "simple_image_classification",
|
| 10 |
+
"output_dim": 4,
|
| 11 |
+
"torch_dtype": "float32",
|
| 12 |
+
"transformers_version": "4.31.0"
|
| 13 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b264c64220213782bb7da7e4d95625379e6622034d375c2775b2b4d1767bda14
|
| 3 |
+
size 177821634
|