lxe commited on
Commit
4ce99b8
1 Parent(s): 66802fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple LLaMa FineTuner
2
 
3
- Simple LLaMa FineTuner is a user-friendly interface designed to facilitate fine-tuning the LLaMa-7B language model using peft/LoRA method. With this intuitive UI, you can easily manage your dataset, customize parameters, train, and evaluate the model's inference capabilities.
4
 
5
  ## Acknowledgements
6
 
@@ -11,7 +11,7 @@ Simple LLaMa FineTuner is a user-friendly interface designed to facilitate fine-
11
 
12
  ## Features
13
 
14
- - Fine-tuning LLaMa-7B on NVIDIA GTX 3090 (or similar hardware)
15
  - Simply paste datasets in the UI, separated by double blank lines
16
  - Adjustable parameters for fine-tuning and inference
17
  - Begner-friendly UI with explanations for each parameter
 
1
+ # Simple LLaMA FineTuner
2
 
3
+ Simple LLaMA FineTuner is a user-friendly interface designed to facilitate fine-tuning the LLaMA-7B language model using peft/LoRA method. With this intuitive UI, you can easily manage your dataset, customize parameters, train, and evaluate the model's inference capabilities.
4
 
5
  ## Acknowledgements
6
 
 
11
 
12
  ## Features
13
 
14
+ - Fine-tuning LLaMA-7B on NVIDIA GTX 3090 (or similar hardware)
15
  - Simply paste datasets in the UI, separated by double blank lines
16
  - Adjustable parameters for fine-tuning and inference
17
  - Begner-friendly UI with explanations for each parameter