vibhorag101 commited on
Commit
0fe5a48
1 Parent(s): 9c8f1cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ pipeline_tag: text-generation
20
  - 48 Core Intel Xeon
21
  - 128GB Ram.
22
  ### Model Hyperparameters
23
- - This [training script](https://github.com/vibhorag101/phr-chat/blob/main/Finetune/finetune.ipynb) was used to do the finetuning.
24
- - The shareGPT format dataset was converted to llama-2 training format using this [script](https://github.com/vibhorag101/phr-chat/blob/main/Finetune/data_transform.ipynb).
25
  - num_train_epochs = 2
26
  - per_device_train_batch_size = 2
27
  - per_device_eval_batch_size = 2
 
20
  - 48 Core Intel Xeon
21
  - 128GB Ram.
22
  ### Model Hyperparameters
23
+ - This [training script](https://github.com/vibhorag101/llama2-mental-therapy/blob/main/finetuneModel/finetuneScript.ipynb) was used to do the finetuning.
24
+ - The shareGPT format dataset was converted to llama-2 training format using this [script](https://github.com/vibhorag101/llama2-mental-therapy/blob/main/finetuneModel/llamaDataMaker.ipynb).
25
  - num_train_epochs = 2
26
  - per_device_train_batch_size = 2
27
  - per_device_eval_batch_size = 2