Upload folder using huggingface_hub
Browse files- config.json +10 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GenD"
|
| 4 |
+
],
|
| 5 |
+
"backbone": "openai/clip-vit-large-patch14",
|
| 6 |
+
"dtype": "float32",
|
| 7 |
+
"head": "LinearNorm",
|
| 8 |
+
"model_type": "GenD",
|
| 9 |
+
"transformers_version": "4.56.2"
|
| 10 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d76f0bdfd74a29fe1b1c1b84a80ac92486993e426878e8c7a3944281fbb96833
|
| 3 |
+
size 1215928160
|