Training in progress, epoch 1
Browse files- config.json +15 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ControlTransformerWrapperPTM"
|
| 4 |
+
],
|
| 5 |
+
"control_dim": 1,
|
| 6 |
+
"dropout": 0.1,
|
| 7 |
+
"embed_dim": 768,
|
| 8 |
+
"grid_size": 48,
|
| 9 |
+
"intermediate_dim": 256,
|
| 10 |
+
"nhead": 4,
|
| 11 |
+
"nlayer": 1,
|
| 12 |
+
"ntarget": 1,
|
| 13 |
+
"torch_dtype": "float32",
|
| 14 |
+
"transformers_version": "4.51.3"
|
| 15 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8fb7b5dc43667aab9ce56ff030926528fb2b0f5910169afb55966270387c76f
|
| 3 |
+
size 11213056
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a65c2478470ebf5d9a62d4944b390d18e2fb1d10852efe6471379f7c4595614
|
| 3 |
+
size 5368
|