From eefbd2b6b13dc4f1696a6ffee02f089553400b24 Mon Sep 17 00:00:00 2001 From: "Mark S. Veillette" Date: Tue, 9 Jul 2024 11:52:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bb391..5c389ee 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Software to work with the TorNet dataset as described in the paper [*A Benchmark * The code and pretrained models are now compatible with `keras` 3.0. Users can now select their deep learning backend from `tensorflow`, `torch`, or `jax`. Backend-agnostic data loaders are also provided. Read more about this library at [keras's website](https://keras.io/). Users of `tf.keras` should use the `tf_keras` branch of this repo. -* The pretrained CNN model is now avaialbe on [huggingface](https://huggingface.co/tornet-ml/tornado_detector_baseline_v1). Instructions for downloading and using the pre-trained model can be found in `models/README.md` and in the `VisualizeSamples.ipynb` notebook. +* The pretrained CNN model is now available on [huggingface (tornet-ml/tornado_detector_baseline_v1)](https://huggingface.co/tornet-ml/tornado_detector_baseline_v1). Instructions for downloading and using the pre-trained model can be found in `models/README.md` and in the `VisualizeSamples.ipynb` notebook. ![Alt text](tornet_image.png?raw=true "sample")