From 82db7bb861be7069b4833cb24e1d702a74112309 Mon Sep 17 00:00:00 2001 From: Furkan Akkurt Date: Thu, 1 Feb 2024 15:12:25 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d5b885..53b0016 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ The repository contains scripts and instructions for training TURNA, a Turkish Encoder-Decoder Language Model using the `t5x` framework on the Google Cloud Platform. The repository is organized as follows: -- `dataset_preparation`: Scripts and instructions for preparing the datasets used in the project. -- `training`: Scripts and instructions for training. -- `t5x_to_hf_conversion`: Scripts and instructions for converting a `t5x` model to a Hugging Face model. +- `dataset_preparation/`: Scripts and instructions for preparing the datasets used in the project. +- `training/`: Scripts and instructions for training. +- `t5x_to_hf_conversion/`: Scripts and instructions for converting a `t5x` model to a Hugging Face model. Each directory contains a `README.md` file with detailed instructions.