Training in progress, step 500
Browse files- config.json +19 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"IDM"
|
| 4 |
+
],
|
| 5 |
+
"context_len": 60,
|
| 6 |
+
"dim": 384,
|
| 7 |
+
"dropout_proba": 0.05,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"ffn_mult": 3,
|
| 10 |
+
"height": 240,
|
| 11 |
+
"model_type": "idm",
|
| 12 |
+
"n_blocks": 4,
|
| 13 |
+
"n_buttons": 9,
|
| 14 |
+
"n_heads": 16,
|
| 15 |
+
"patch_size": 16,
|
| 16 |
+
"transformers_version": "5.3.0",
|
| 17 |
+
"use_cache": false,
|
| 18 |
+
"width": 320
|
| 19 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:591840c0bad313e6503594f4d448eddc9b8307e72ceb78c4d4eda19c3e4effe7
|
| 3 |
+
size 99074940
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7565413b834bf4359c9c0f458ad25d41dc08e1e47fdfada6dadb46d1d0062cc
|
| 3 |
+
size 5201
|