Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,6 @@ import pimm
|
|
| 21 |
model = pimm.from_pretrained("hf://deeplearnphysics/polar-mae-semantic")
|
| 22 |
```
|
| 23 |
|
| 24 |
-
Architecture + hyper-parameters travel in `config.json`; weights are bitwise-identical to the original checkpoint.
|
| 25 |
-
|
| 26 |
## Provenance
|
| 27 |
|
| 28 |
Repackaged from the original [PoLAr-MAE](https://github.com/DeepLearnPhysics/PoLAr-MAE) release checkpoints into the [pimm](https://github.com/youngsm/particle-imaging-models) export format. Inherits the source repo license.
|
|
|
|
| 21 |
model = pimm.from_pretrained("hf://deeplearnphysics/polar-mae-semantic")
|
| 22 |
```
|
| 23 |
|
|
|
|
|
|
|
| 24 |
## Provenance
|
| 25 |
|
| 26 |
Repackaged from the original [PoLAr-MAE](https://github.com/DeepLearnPhysics/PoLAr-MAE) release checkpoints into the [pimm](https://github.com/youngsm/particle-imaging-models) export format. Inherits the source repo license.
|