File size: 1,292 Bytes
b705cdc a7d780c b705cdc a7d780c b705cdc a7d780c b705cdc a7d780c b705cdc a7d780c b705cdc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"model_name": "OppaiOracle",
"version": "V1.1",
"released_versions": ["V1", "V1.1"],
"architecture_type": "vit",
"num_labels": 19294,
"patch_size": 16,
"hidden_size": 1024,
"num_hidden_layers": 18,
"num_attention_heads": 16,
"intermediate_size": 4096,
"variants": {
"V1_safetensors": {
"format": "safetensors",
"image_size": 320,
"config": "V1_safetensors/config.json",
"weights": "V1_safetensors/model.safetensors"
},
"V1_onnx": {
"format": "onnx",
"image_size": 320,
"config": "V1_onnx/config.json",
"weights": "V1_onnx/model.onnx"
},
"V1.1_safetensors": {
"format": "safetensors",
"image_size": 448,
"dtype": "bfloat16",
"config": "V1.1_safetensors/config.json",
"weights": "V1.1_safetensors/model.safetensors"
},
"V1.1_onnx": {
"format": "onnx",
"image_size": 448,
"config": "V1.1_onnx/config.json",
"weights": "V1.1_onnx/model.onnx"
}
},
"vocab_format_version": 1,
"vocab_sha256": "ad3c33d3b760bd0d15bd4631f441d47fcb136c7a6e53473b5588d760907b0316",
"checkpoint_sources": {
"V1": "experiments/run1_vit/checkpoints/last.pt (epoch 33)",
"V1.1": "experiments/run1_vit/checkpoints/last.pt (epoch 7, step 85517)"
}
}
|