From 2346bf3b6230a0dc952ee7f30f7eb874047d2a10 Mon Sep 17 00:00:00 2001 From: abhishekkrthakur Date: Fri, 1 Nov 2024 13:52:35 +0100 Subject: [PATCH] fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e1e2ca576..1dda7288d2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ NOTE: AutoTrain is free! You only pay for the resources you use in case you deci ## Supported Tasks | Task | Status | Python Notebook | -| --- | --- | +| --- | --- | --- | | LLM SFT Finetuning | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/notebooks/llm_finetuning.ipynb) | | LLM ORPO Finetuning | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/notebooks/llm_finetuning.ipynb) | | LLM DPO Finetuning | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/notebooks/llm_finetuning.ipynb) |