From 4dbea058d3241d6c63136edfd6d14c421705d74e Mon Sep 17 00:00:00 2001 From: Elena Ranguelova Date: Fri, 15 Dec 2023 11:58:54 +0100 Subject: [PATCH] Update README.md --- tutorials/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/README.md b/tutorials/README.md index 59ec93dc..0e55a060 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -23,6 +23,8 @@ Run the tutorials directly in Google Colab by clicking on the Colab buttons belo |*Text* |[nlp-logo_half_size](rise_text.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/rise_text.ipynb) |[nlp-logo_half_size](lime_text.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_text.ipynb) |[]()| | *Time series*| [Weather Logo](rise_timeseries_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/rise_timeseries_weather.ipynb)| [Weather Logo](lime_timeseries_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_timeseries_weather.ipynb)| | | | | [Coffe Logo](lime_timeseries_coffee.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_timeseries_coffee.ipynb) | | +| *Tabular* | | | | +| | | [Weather Logo](lime_tabular_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_tabular_weather.ipynb)| | The datasets used in the tutorials are represented with their respective logos: |Data modality|Dataset|Logo| @@ -34,6 +36,8 @@ The datasets used in the tutorials are represented with their respective logos: |*Text*| [Stanford sentiment treebank](https://nlp.stanford.edu/sentiment/index.html) | nlp-logo_half_size| |*Timeseries* | [Coffee dataset](https://timeseriesclassification.com/description.php?Dataset=Coffee) | Coffe Logo| | | [Weather dataset](https://zenodo.org/record/7525955) | Weather Logo| +|*Tabular*| | | +| | [Weather dataset](https://zenodo.org/record/7525955) | Weather Logo| The ONNX models used in the tutorials are available at [tutorials/models](https://github.com/dianna-ai/dianna/tree/main/tutorials/models).