m7mdal7aj commited on
Commit
0824054
1 Parent(s): db5a87e

Update my_model/fine_tuner/fine_tuner.py

Browse files
Files changed (1) hide show
  1. my_model/fine_tuner/fine_tuner.py +2 -2
my_model/fine_tuner/fine_tuner.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
- # Main Fine-Tuning Script for meta-llama/Llama-2-7b-chat-hf
3
 
4
- # This script is the central executable for fine-tuning large language models, specifically designed for the LLAMA2
5
  # model.
6
  # It encompasses the entire process of fine-tuning, starting from data preparation to the final model training.
7
  # The script leverages the 'FinetuningDataHandler' class for data loading, inspection, preparation, and splitting.
 
1
 
2
+ # Main Fine-Tuning Script for LLaMA-2-chat
3
 
4
+ # This script is the central executable for fine-tuning large language models, specifically designed for the LLaMA2 Chat
5
  # model.
6
  # It encompasses the entire process of fine-tuning, starting from data preparation to the final model training.
7
  # The script leverages the 'FinetuningDataHandler' class for data loading, inspection, preparation, and splitting.