Update release manifest
Browse files- manifest.json +14 -0
manifest.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint_format": "taomate_ema_v1",
|
| 3 |
+
"dtype_counts": {
|
| 4 |
+
"torch.bfloat16": 4358
|
| 5 |
+
},
|
| 6 |
+
"file": "model.pt",
|
| 7 |
+
"file_size": 38175424941,
|
| 8 |
+
"model_name": "TaoMate",
|
| 9 |
+
"parameter_count": 19086629888,
|
| 10 |
+
"sha256": "fb2b0ec8b709cfb27400c928930ab982940489fea6893e423851c41b8deb39be",
|
| 11 |
+
"state_dict_key": "generator_ema",
|
| 12 |
+
"tensor_bytes": 38173259776,
|
| 13 |
+
"tensor_count": 4358
|
| 14 |
+
}
|