Upload folder using huggingface_hub
Browse files- config.json +8 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "mobilenet_v2",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"NIMARegressionModel"
|
| 5 |
+
],
|
| 6 |
+
"problem_type": "regression",
|
| 7 |
+
"output_size": 1
|
| 8 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:393ebb086e751c6feeff89b32d9b4864a5007c14bfda6131643edbdca3d78035
|
| 3 |
+
size 9142450
|