laurentiubp commited on
Commit
352b05a
1 Parent(s): 05fc736

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -32,7 +32,9 @@ The model shows improved proficiency with the Catalan language.
32
 
33
  The model achieves a loss rate of 0.8528 on the validation dataset after two epochs.
34
 
35
- **NOTE:** The model was trained for one epoch, then the `train` split of dataset was shuffled and the model was trained for another epoch
 
 
36
 
37
 
38
  **Model developers** [Laurentiu Petrea](https://www.linkedin.com/in/laurentiupetrea/) based on Llama-3 from Meta.
 
32
 
33
  The model achieves a loss rate of 0.8528 on the validation dataset after two epochs.
34
 
35
+ **NOTE:** The model was trained for one epoch on the `train` split of dataset and after manual evaluation, I decided to go for another epoch.
36
+ The first epoch logs every 100 steps while the second epoch logs every 200 steps, but I am pasting the train and eval losses for both epochs bellow.
37
+ *The `train` split of the dataset was shuffled before the second epoch. The `test` split dataset is identical in both epochs without shuffling*
38
 
39
 
40
  **Model developers** [Laurentiu Petrea](https://www.linkedin.com/in/laurentiupetrea/) based on Llama-3 from Meta.