From 4db453fef2a1025f94141d5cb5a0bd24c004252a Mon Sep 17 00:00:00 2001 From: Dawith Lim Date: Tue, 28 Oct 2025 17:05:59 -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 12f515c..304d462 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Geonosis -Geonosis is a transformer-based autoencoder built to perform both classification (without the encoder only), synthetic data generation (with decoder only), or noise reduction (encoder-decoder paired). It is named after [Geonosis](https://starwars.fandom.com/wiki/Geonosis), a planet in Star Wars franchise where the droids were manufactured. +Geonosis is a transformer-based autoencoder built to perform both classification (with encoder only), synthetic data generation (with decoder only), or noise reduction (encoder-decoder paired). It is named after [Geonosis](https://starwars.fandom.com/wiki/Geonosis), a planet in Star Wars franchise where the droids were manufactured. ## Setting up