Upload model
Browse files- config.json +10 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ImagicModel"
|
4 |
+
],
|
5 |
+
"embed_dims": 768,
|
6 |
+
"model_type": "imagic",
|
7 |
+
"seq_len": 64,
|
8 |
+
"torch_dtype": "float32",
|
9 |
+
"transformers_version": "4.35.2"
|
10 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.35.2"
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69614641056e9c02482b006c0d5f4e9ef5ad8698d3be53d06940ab95bc990d67
|
3 |
+
size 2609424976
|