Views
No views yet
| Property | Value |
|---|---|
| Library | alpha-zero-civ6 |
| Architecture | HexSpatialEncoderForHub |
| Parameters | 72,902 |
| License | mit |
1from alpha_zero.hexcrystal.hub_mixin import HexSpatialEncoderForHub
2
3# Load from Hugging Face Hub
4model = HexSpatialEncoderForHub.from_pretrained("ianshank/civ6-encoder")
5
6# Or load from a local directory
7model = HexSpatialEncoderForHub.from_pretrained("./my-local-model")