| { |
| "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)" |
| } |
| } |
|
|