From 9e2cfcb236abea6e1e8e5b924d6650cb297f6cbf Mon Sep 17 00:00:00 2001 From: Furkan Akkurt Date: Thu, 1 Feb 2024 15:03:48 +0300 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27debc1..1d5b885 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ The repository contains scripts and instructions for training TURNA, a Turkish E 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 HuggingFace model. +- `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.