Instructions to use allenai/SamudrACE-E3SMv3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Full Model Emulation
How to use allenai/SamudrACE-E3SMv3 with Full Model Emulation:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update inference-config.yaml
Browse files- inference-config.yaml +5 -5
inference-config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
experiment_dir: /results
|
| 2 |
n_coupled_steps: 2920 # 40 years
|
| 3 |
coupled_steps_in_memory: 5
|
| 4 |
-
checkpoint_path: best_inference_ckpt.tar
|
| 5 |
data_writer:
|
| 6 |
ocean:
|
| 7 |
save_prediction_files: false
|
|
@@ -18,20 +18,20 @@ logging:
|
|
| 18 |
forcing_loader:
|
| 19 |
atmosphere:
|
| 20 |
dataset:
|
| 21 |
-
data_path: forcing_data
|
| 22 |
file_pattern: atmosphere-forcing-1yr.nc
|
| 23 |
n_repeats: 43
|
| 24 |
ocean:
|
| 25 |
dataset:
|
| 26 |
-
data_path: forcing_data
|
| 27 |
file_pattern: ocean-forcing-1yr.nc
|
| 28 |
n_repeats: 43
|
| 29 |
num_data_workers: 1
|
| 30 |
initial_condition:
|
| 31 |
ocean:
|
| 32 |
-
path: initial_conditions/SamudrACE-E3SMv3-ICx3-train_ocean_ic.nc
|
| 33 |
atmosphere:
|
| 34 |
-
path: initial_conditions/SamudrACE-E3SMv3-ICx3-train_atmosphere_ic.nc
|
| 35 |
start_indices:
|
| 36 |
first: 0
|
| 37 |
n_initial_conditions: 3
|
|
|
|
| 1 |
experiment_dir: /results
|
| 2 |
n_coupled_steps: 2920 # 40 years
|
| 3 |
coupled_steps_in_memory: 5
|
| 4 |
+
checkpoint_path: /best_inference_ckpt.tar
|
| 5 |
data_writer:
|
| 6 |
ocean:
|
| 7 |
save_prediction_files: false
|
|
|
|
| 18 |
forcing_loader:
|
| 19 |
atmosphere:
|
| 20 |
dataset:
|
| 21 |
+
data_path: /forcing_data
|
| 22 |
file_pattern: atmosphere-forcing-1yr.nc
|
| 23 |
n_repeats: 43
|
| 24 |
ocean:
|
| 25 |
dataset:
|
| 26 |
+
data_path: /forcing_data
|
| 27 |
file_pattern: ocean-forcing-1yr.nc
|
| 28 |
n_repeats: 43
|
| 29 |
num_data_workers: 1
|
| 30 |
initial_condition:
|
| 31 |
ocean:
|
| 32 |
+
path: /initial_conditions/SamudrACE-E3SMv3-ICx3-train_ocean_ic.nc
|
| 33 |
atmosphere:
|
| 34 |
+
path: /initial_conditions/SamudrACE-E3SMv3-ICx3-train_atmosphere_ic.nc
|
| 35 |
start_indices:
|
| 36 |
first: 0
|
| 37 |
n_initial_conditions: 3
|