Push model using huggingface_hub.
Browse files
README.md
CHANGED
@@ -37,21 +37,21 @@ Below is the list of checkpoints available for the training of U-Net on differen
|
|
37 |
|
38 |
| Dataset | Learning Rate | Epochs | VRMSE |
|
39 |
|---------|---------------|--------|-------|
|
40 |
-
| [
|
41 |
-
| [active_matter](https://huggingface.co/polymathic-ai/
|
42 |
-
| [convective_envelope_rsg](https://huggingface.co/polymathic-ai/
|
43 |
-
| [gray_scott_reaction_diffusion](https://huggingface.co/polymathic-ai/
|
44 |
-
| [helmholtz_staircase](https://huggingface.co/polymathic-ai/
|
45 |
-
| [MHD_64](https://huggingface.co/polymathic-ai/
|
46 |
-
| [planetswe](https://huggingface.co/polymathic-ai/
|
47 |
-
|
|
48 |
-
| [rayleigh_benard](https://huggingface.co/polymathic-ai/
|
49 |
-
| [rayleigh_taylor_instability](https://huggingface.co/polymathic-ai/
|
50 |
-
| [shear_flow](https://huggingface.co/polymathic-ai/
|
51 |
-
| [supernova_explosion_64](https://huggingface.co/polymathic-ai/
|
52 |
-
| [turbulence_gravity_cooling](https://huggingface.co/polymathic-ai/
|
53 |
-
| [turbulent_radiative_layer_2D](https://huggingface.co/polymathic-ai/
|
54 |
-
| [viscoelastic_instability](https://huggingface.co/polymathic-ai/
|
55 |
|
56 |
|
57 |
## Loading the model from HF中国镜像站
|
|
|
37 |
|
38 |
| Dataset | Learning Rate | Epochs | VRMSE |
|
39 |
|---------|---------------|--------|-------|
|
40 |
+
| [acoustic_scattering_maze](https://huggingface.co/polymathic-ai/UNETClassic-acoustic_scattering_maze) | 1E-2 | 26 | 0.0395 |
|
41 |
+
| [active_matter](https://huggingface.co/polymathic-ai/UNETClassic-active_matter) | 5E-3 | 239 | 0.2609 |
|
42 |
+
| [convective_envelope_rsg](https://huggingface.co/polymathic-ai/UNETClassic-convective_envelope_rsg) | 5E-4 | 19 | 0.0701 |
|
43 |
+
| [gray_scott_reaction_diffusion](https://huggingface.co/polymathic-ai/UNETClassic-gray_scott_reaction_diffusion) | 1E-2 | 44 | 0.5870 |
|
44 |
+
| [helmholtz_staircase](https://huggingface.co/polymathic-ai/UNETClassic-helmholtz_staircase) | 1E-3 | 120 | 0.01655 |
|
45 |
+
| [MHD_64](https://huggingface.co/polymathic-ai/UNETClassic-MHD_64) | 5E-4 | 165 | 0.1988 |
|
46 |
+
| [planetswe](https://huggingface.co/polymathic-ai/UNETClassic-planetswe) | 1E-2 | 49 | 0.3498 |
|
47 |
+
| post_neutron_star_merger | - | - | – |
|
48 |
+
| [rayleigh_benard](https://huggingface.co/polymathic-ai/UNETClassic-rayleigh_benard) | 1E-4 | 29 | 0.8448 |
|
49 |
+
| [rayleigh_taylor_instability](https://huggingface.co/polymathic-ai/UNETClassic-rayleigh_taylor_instability) | 5E-4 | 193 | 0.6140 |
|
50 |
+
| [shear_flow](https://huggingface.co/polymathic-ai/UNETClassic-shear_flow) | 5E-4 | 29 | 0.836 |
|
51 |
+
| [supernova_explosion_64](https://huggingface.co/polymathic-ai/UNETClassic-supernova_explosion_64) | 5E-4 | 46 | 0.3242 |
|
52 |
+
| [turbulence_gravity_cooling](https://huggingface.co/polymathic-ai/UNETClassic-turbulence_gravity_cooling) | 1E-3 | 14 | 0.3152 |
|
53 |
+
| [turbulent_radiative_layer_2D](https://huggingface.co/polymathic-ai/UNETClassic-turbulent_radiative_layer_2D) | 5E-3 | 500 | 0.2394 |
|
54 |
+
| [viscoelastic_instability](https://huggingface.co/polymathic-ai/UNETClassic-viscoelastic_instability) | 5E-4 | 198 | 0.3147 |
|
55 |
|
56 |
|
57 |
## Loading the model from HF中国镜像站
|