Upload folder using huggingface_hub
Browse files- config.json +18 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"UNetModel"
|
| 4 |
+
],
|
| 5 |
+
"features": [
|
| 6 |
+
64,
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512
|
| 10 |
+
],
|
| 11 |
+
"in_channels": 6,
|
| 12 |
+
"input_height": 224,
|
| 13 |
+
"input_width": 398,
|
| 14 |
+
"model_type": "unet",
|
| 15 |
+
"out_channels": 1,
|
| 16 |
+
"torch_dtype": "float32",
|
| 17 |
+
"transformers_version": "4.50.3"
|
| 18 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89d4a4cb32f968329a52e8a1be3503de25aeced7f6f80ff672edba44b8e45410
|
| 3 |
+
size 124215476
|