--- tags: - generated_from_trainer metrics: - spearmanr model-index: - name: koelectra-sts-v0.6 results: - task: name: Text Classification type: text-classification metrics: - name: Spearmanr type: spearmanr value: 0.8728969637834377 --- # koelectra-sts-v0.6 This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.0008 - Pearson: 0.9999 - Spearmanr: 0.8729 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | |:-------------:|:-----:|:------:|:---------------:|:-------:|:---------:| | 0.0285 | 1.0 | 25000 | 0.0040 | 0.9992 | 0.8727 | | 0.0193 | 2.0 | 50000 | 0.0119 | 0.9976 | 0.8722 | | 0.0069 | 3.0 | 75000 | 0.0036 | 0.9993 | 0.8727 | | 0.006 | 4.0 | 100000 | 0.0012 | 0.9998 | 0.8729 | | 0.0034 | 5.0 | 125000 | 0.0008 | 0.9999 | 0.8729 | ### Framework versions - Transformers 4.10.0 - Pytorch 1.10.1+cu113 - Datasets 1.17.0 - Tokenizers 0.10.3