Autsadin commited on
Commit
14839b6
·
verified ·
1 Parent(s): 573d9ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -73,7 +73,12 @@ This dataset includes a wide range of instruction-based prompts and responses,
73
  providing a robust foundation for the model's training.
74
 
75
  #Training Procedure
76
- The fine-tuning process was carried out with the following hyperparameters: Learning Rate: 2e-5 Batch Size (Train): 4 Batch Size (Eval): 4 Number of Epochs: 1 Weight Decay: 0.01
 
 
 
 
 
77
 
78
  #Training Environment
79
  The model was trained using PyTorch and the Hugging Face transformers library. The training was performed on a GPU-enabled environment to accelerate the fine-tuning process.The training script ensures reproducibility by setting a consistent random seed across different components.
 
73
  providing a robust foundation for the model's training.
74
 
75
  #Training Procedure
76
+ The fine-tuning process was carried out with the following hyperparameters:
77
+ Learning Rate: 2e-5
78
+ Batch Size (Train): 4
79
+ Batch Size (Eval): 4
80
+ Number of Epochs: 1
81
+ Weight Decay: 0.01
82
 
83
  #Training Environment
84
  The model was trained using PyTorch and the Hugging Face transformers library. The training was performed on a GPU-enabled environment to accelerate the fine-tuning process.The training script ensures reproducibility by setting a consistent random seed across different components.