Skip to content

Commit 3375805

Browse files
authored
Merge pull request #125 from georgian-io/readme-fix-image-link
README Image to use full link
2 parents 0706e59 + a54c800 commit 3375805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# LLM Finetuning Toolkit
22

33
<p align="center">
4-
<img src="assets/toolkit-animation.gif" width="900" />
4+
<img src="https://github.com/georgian-io/LLM-Finetuning-Toolkit/blob/main/assets/toolkit-animation.gif" width="900" />
55
</p>
66

77
## Overview
88

99
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**.
1010

1111
<p align="center">
12-
<img src="assets/overview_diagram.png" width="900" />
12+
<img src="https://github.com/georgian-io/LLM-Finetuning-Toolkit/blob/main/assets/overview_diagram.png" width="900" />
1313
</p>
1414

1515
## Installation

0 commit comments

Comments
 (0)