From 09ff9644a525845aa0dad6ca6f2c2912cdce6ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20P=C3=A9rez=20Torres?= Date: Tue, 14 May 2024 16:21:55 +0200 Subject: [PATCH] chore: embed notebook urls in readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f31acb5..5e23a43 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,11 @@ You can easily benchmark different models and datasets against each other. Here export ENCORD_SSH_KEY_PATH= ``` -## CLI Usage +## CLI Quickstart + + + CLI Quickstart In Colab + ### Embeddings Generation @@ -103,6 +107,13 @@ To interactively explore the animation in a temporary session, use the `--intera +> ℹ️ You can also carry out these operations using Python. Explore our Python Quickstart guide for more details. +> +> +> Python Quickstart In Colab +> + + ## Some Example Results One example of where this `tti-eval` is useful is to test different open-source models against different open-source datasets within a specific domain. @@ -185,6 +196,10 @@ The models are evaluated against four different medical datasets. Note, Further ## Datasets + + Datasets Quickstart In Colab + + This repository contains classification datasets sourced from [Hugging Face](https://huggingface.co/datasets) and [Encord](https://app.encord.com/projects). > ⚠️ Currently, only image and image groups datasets are supported, with potential for future expansion to include video datasets. @@ -258,6 +273,10 @@ However, all embeddings previously built on that dataset will remain intact and ## Models + + Models Quickstart In Colab + + This repository contains models sourced from [Hugging Face](https://huggingface.co/models), [OpenCLIP](https://github.com/mlfoundations/open_clip) and local implementations based on OpenCLIP models. _TODO_: Some more prose about what's the difference between implementations.