Carlos Gomes commited on
Commit
32a02e8
1 Parent(s): d3758e2

add colab notebook link

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -34,7 +34,9 @@ model = LightningInferenceModel.from_config(config_path, ckpt_path)
34
  inference_results, input_file_names = model.inference_on_dir(<input_directory>)
35
  ```
36
 
37
- For more details, check out the [Getting Started Notebook](https://github.com/ibm-granite/granite-geospatial-biomass/blob/main/notebooks/agb_getting_started.ipynb) which guides the user through three experiments:
 
 
38
 
39
  1. Zero-shot for all biomes
40
  2. Zero-shot for a single biome
@@ -114,4 +116,4 @@ All content in this repository including code has been provided by IBM under the
114
  open source software license and IBM is under no obligation to provide enhancements,
115
  updates, or support. IBM developers produced this code as an
116
  open source project (not as an IBM product), and IBM makes no assertions as to
117
- the level of quality nor security, and will not be maintaining this code going forward.
 
34
  inference_results, input_file_names = model.inference_on_dir(<input_directory>)
35
  ```
36
 
37
+ For more details, check out the [Getting Started Notebook](https://github.com/ibm-granite/granite-geospatial-biomass/blob/main/notebooks/agb_getting_started.ipynb) or [Getting Started Google Colab Notebook](https://githubtocolab.com/ibm-granite/granite-geospatial-biomass/blob/main/notebooks/agb_getting_started.ipynb). To run the Colab Notebook beyond the initial example inferences, a high RAM instance may be required.
38
+
39
+ These notebooks guide the user through three experiments:
40
 
41
  1. Zero-shot for all biomes
42
  2. Zero-shot for a single biome
 
116
  open source software license and IBM is under no obligation to provide enhancements,
117
  updates, or support. IBM developers produced this code as an
118
  open source project (not as an IBM product), and IBM makes no assertions as to
119
+ the level of quality nor security, and will not be maintaining this code going forward.