File size: 693 Bytes
f9740ea | 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 | {
"artifact_format": "sedd_math_tool_hf_inference_v1",
"graph": {
"type": "absorb"
},
"model": {
"cond_dim": 128,
"dropout": 0.0,
"hidden_size": 1024,
"length": 256,
"n_blocks": 24,
"n_heads": 16,
"name": "medium",
"scale_by_sigma": true,
"type": "ddit"
},
"noise": {
"sigma_max": 20.0,
"sigma_min": 0.0001,
"type": "loglinear"
},
"sampling": {
"eps": 0.001,
"noise_removal": true,
"predictor": "euler",
"steps": 64
},
"tokenizer": {
"add_special_tokens": false,
"identifier": "gpt2",
"vocab_sha256": "179cad62d906b7217f1c9431ece06e7a78a7721f9580960147a6c1ea0a53fc65"
},
"tokens": 50257
}
|