Ketzu commited on
Commit
a6fa478
1 Parent(s): 7a58290
README.md CHANGED
@@ -12,7 +12,7 @@ model-index:
12
  metrics:
13
  - name: Spearmanr
14
  type: spearmanr
15
- value: 0.8728969637834377
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -22,9 +22,9 @@ should probably proofread and complete it, then remove this comment. -->
22
 
23
  This model was trained from scratch on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 0.0008
26
- - Pearson: 0.9999
27
- - Spearmanr: 0.8729
28
 
29
  ## Model description
30
 
@@ -53,13 +53,13 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
57
- |:-------------:|:-----:|:------:|:---------------:|:-------:|:---------:|
58
- | 0.0285 | 1.0 | 25000 | 0.0040 | 0.9992 | 0.8727 |
59
- | 0.0193 | 2.0 | 50000 | 0.0119 | 0.9976 | 0.8722 |
60
- | 0.0069 | 3.0 | 75000 | 0.0036 | 0.9993 | 0.8727 |
61
- | 0.006 | 4.0 | 100000 | 0.0012 | 0.9998 | 0.8729 |
62
- | 0.0034 | 5.0 | 125000 | 0.0008 | 0.9999 | 0.8729 |
63
 
64
 
65
  ### Framework versions
 
12
  metrics:
13
  - name: Spearmanr
14
  type: spearmanr
15
+ value: 0.8698381401893762
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
22
 
23
  This model was trained from scratch on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
+ - Loss: 0.0059
26
+ - Pearson: 0.9988
27
+ - Spearmanr: 0.8698
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:---------:|
58
+ | 0.0036 | 1.0 | 6250 | 0.0082 | 0.9983 | 0.8698 |
59
+ | 0.0038 | 2.0 | 12500 | 0.0065 | 0.9986 | 0.8697 |
60
+ | 0.0105 | 3.0 | 18750 | 0.0071 | 0.9985 | 0.8698 |
61
+ | 0.0008 | 4.0 | 25000 | 0.0059 | 0.9988 | 0.8698 |
62
+ | 0.0008 | 5.0 | 31250 | 0.0059 | 0.9988 | 0.8698 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./koelectra-sts-v0.6/checkpoint-62500",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "./koelectra-sts-v0.6/checkpoint-125000",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c510e072c3a26c12eef63832e018424616abea4afce9167f135577dfefba5b9
3
  size 451773805
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4425fd66d262ddfb0b72edbebb2284d72d450c69941e331f246c3db07220de4f
3
  size 451773805
runs/Mar22_11-18-44_DESKTOP-QEJTC97/1647944335.6131284/events.out.tfevents.1647944335.DESKTOP-QEJTC97.14156.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c40cb839d24cc12625c1ebbaba470e059a015ed77ce520c2397d5c589818b2
3
+ size 4218
runs/Mar22_11-18-44_DESKTOP-QEJTC97/events.out.tfevents.1647944335.DESKTOP-QEJTC97.14156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93286c5bd0e3b9b58628af2a4aa639c0bcb47869fc8279fd8bb8cbc9475dcbcb
3
+ size 15325
runs/Mar22_11-18-44_DESKTOP-QEJTC97/events.out.tfevents.1647955075.DESKTOP-QEJTC97.14156.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ddeb8a07de804c640abac676600720be45c35fcaca136d427047cbd724e83bb
3
+ size 422
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "./koelectra-sts-v0.6/checkpoint-62500", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "./koelectra-sts-v0.6/checkpoint-125000", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6986538d575a407dfb9ab4372c8c945548390a3c8eb506986475562c6152103
3
  size 2671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a03b2b77356ef9c0bd1e3fea2c75e8bf769ebdc0b2e08aa4943b32adcbcebc
3
  size 2671