Aardiiiiy commited on
Commit
34c6068
1 Parent(s): b0aa8ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -19,6 +19,7 @@ This model is developed using the [NusaBERT-base](https://huggingface.co/Lazarus
19
  Keep in mind that this model is trained using certain data which may cause bias in the emotion classification process. Therefore, it is important to consider and account for such biases when using this model.
20
 
21
  ### Evaluation Results
 
22
 
23
  * Average loss from Cross-Validation 0.11578517705202103
24
 
 
19
  Keep in mind that this model is trained using certain data which may cause bias in the emotion classification process. Therefore, it is important to consider and account for such biases when using this model.
20
 
21
  ### Evaluation Results
22
+ The training was conducted using a 5-fold cross-validation k-fold technique. The data is divided into five equal parts in this process, and the model is trained and tested repeatedly. Each time, four parts are used for training, and one part is used for testing.
23
 
24
  * Average loss from Cross-Validation 0.11578517705202103
25