diff --git a/README.md b/README.md
index 03fd560..a9fef96 100644
--- a/README.md
+++ b/README.md
@@ -1,268 +1,257 @@
-
+# LLM Finetuning Toolkit
-
+
+
+
-# LLM Finetuning Hub
+## Overview
-
![](assets/repo-main.png)
+LLM Finetuning toolkit is a config-based CLI tool for launching a series of LLM finetuning experiments on your data and gathering their results. From one single `yaml` config file, control all elements of a typical experimentation pipeline - **prompts**, **open-source LLMs**, **optimization strategy** and **LLM testing**.
-LLM Finetuning Hub contains code and insights to finetune various large language models for your use-case.
+
+
+
-We stress-test both open-source and close-source LLMs through our Evaluation Framework to check their applicability for real-life business use-cases. Finetuning LLMs has never been easier.
-[Evaluation Framework](#evaluation-framework) •
-[Getting Started](#getting-started) •
-[LLM Roadmap](#llm-roadmap) •
-[Benchmarks](#benchmarks) •
-[Contributing](#contributing)
-
+## Installation
-## Evaluation Framework
+### Clone Repository
-For a holistic evaluation, we will make use of the __Evaluation Framework__ that contains __4 pillars__:
+```shell
+ git clone https://github.com/georgian-io/LLM-Finetuning-Hub.git
+ cd LLM-Finetuning-Hub/
+```
--