From 217c50f2f54c8ffef0c623c6d1a1faf5486d8eae Mon Sep 17 00:00:00 2001 From: Cindy Qi Li Date: Wed, 17 Apr 2024 11:40:45 -0400 Subject: [PATCH] fix: remove duplicates --- docs/Llama2FineTuning.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Llama2FineTuning.md b/docs/Llama2FineTuning.md index 85b693d..40b6766 100644 --- a/docs/Llama2FineTuning.md +++ b/docs/Llama2FineTuning.md @@ -145,8 +145,6 @@ sbatch job_eval_generated_sentence.sh ## Future Improvements -## Future Improvements - 1. **Diversified Dataset Expansion**: Currently, the `bliss.json` dataset consists of 967 pairs of conversions between English and Bliss, focusing on specific ordering and sentence structures. To enhance the model's versatility, a key improvement is to enrich the dataset with a wider variety of sentence types and structures.