From 07f42e9732abc632b1c09734c9a389fb512c7e92 Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Wed, 27 Sep 2023 09:50:01 +0200 Subject: [PATCH] Update project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a3f9605c..49ac38e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "fondant" version = "0.1.dev0" -description = "Fondant - Sweet data-centric foundation model fine-tuning" +description = "Fondant - Large-scale data processing made easy and reusable" readme = "README.md" keywords = ["data", "machine learning", "fine-tuning", "foundation models"] license = "Apache-2.0"