bif02 commited on
Commit
d1e44ce
·
verified ·
1 Parent(s): b5184a9

bif02/pair_classifier

Browse files
README.md CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [FacebookAI/roberta-large-mnli](https://huggingface.co/FacebookAI/roberta-large-mnli) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6876
24
- - Accuracy: 0.5608
25
- - Precision: 0.0
26
- - Recall: 0.0
27
 
28
  ## Model description
29
 
@@ -48,20 +48,44 @@ The following hyperparameters were used during training:
48
  - seed: 0
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: polynomial
51
- - num_epochs: 8
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall |
56
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|
57
- | No log | 1.0 | 358 | 0.9513 | 0.4392 | 0.4392 | 1.0 |
58
- | 0.7615 | 2.0 | 716 | 0.9091 | 0.4392 | 0.4392 | 1.0 |
59
- | 0.739 | 3.0 | 1074 | 0.6890 | 0.5608 | 0.0 | 0.0 |
60
- | 0.739 | 4.0 | 1432 | 0.7166 | 0.5608 | 0.0 | 0.0 |
61
- | 0.732 | 5.0 | 1790 | 0.7337 | 0.5608 | 0.0 | 0.0 |
62
- | 0.7227 | 6.0 | 2148 | 0.7022 | 0.4392 | 0.4392 | 1.0 |
63
- | 0.7097 | 7.0 | 2506 | 0.6982 | 0.4392 | 0.4392 | 1.0 |
64
- | 0.7097 | 8.0 | 2864 | 0.6876 | 0.5608 | 0.0 | 0.0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [FacebookAI/roberta-large-mnli](https://huggingface.co/FacebookAI/roberta-large-mnli) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.6933
24
+ - Accuracy: 0.4392
25
+ - Precision: 0.4392
26
+ - Recall: 1.0
27
 
28
  ## Model description
29
 
 
48
  - seed: 0
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: polynomial
51
+ - num_epochs: 32
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|
57
+ | No log | 1.0 | 358 | 0.8518 | 0.4392 | 0.4392 | 1.0 |
58
+ | 0.7654 | 2.0 | 716 | 0.7826 | 0.4392 | 0.4392 | 1.0 |
59
+ | 0.7448 | 3.0 | 1074 | 0.8327 | 0.4392 | 0.4392 | 1.0 |
60
+ | 0.7448 | 4.0 | 1432 | 0.7101 | 0.5608 | 0.0 | 0.0 |
61
+ | 0.7469 | 5.0 | 1790 | 0.6857 | 0.5608 | 0.0 | 0.0 |
62
+ | 0.758 | 6.0 | 2148 | 0.6858 | 0.5608 | 0.0 | 0.0 |
63
+ | 0.7646 | 7.0 | 2506 | 0.7054 | 0.4392 | 0.4392 | 1.0 |
64
+ | 0.7646 | 8.0 | 2864 | 0.7196 | 0.4392 | 0.4392 | 1.0 |
65
+ | 0.7329 | 9.0 | 3222 | 0.6947 | 0.4392 | 0.4392 | 1.0 |
66
+ | 0.747 | 10.0 | 3580 | 0.7143 | 0.4392 | 0.4392 | 1.0 |
67
+ | 0.747 | 11.0 | 3938 | 0.6863 | 0.5608 | 0.0 | 0.0 |
68
+ | 0.7343 | 12.0 | 4296 | 0.6857 | 0.5608 | 0.0 | 0.0 |
69
+ | 0.7461 | 13.0 | 4654 | 0.7057 | 0.4392 | 0.4392 | 1.0 |
70
+ | 0.7279 | 14.0 | 5012 | 0.6893 | 0.5608 | 0.0 | 0.0 |
71
+ | 0.7279 | 15.0 | 5370 | 0.7015 | 0.4392 | 0.4392 | 1.0 |
72
+ | 0.735 | 16.0 | 5728 | 0.7138 | 0.4392 | 0.4392 | 1.0 |
73
+ | 0.73 | 17.0 | 6086 | 0.7042 | 0.5608 | 0.0 | 0.0 |
74
+ | 0.73 | 18.0 | 6444 | 0.7084 | 0.4392 | 0.4392 | 1.0 |
75
+ | 0.7299 | 19.0 | 6802 | 0.6978 | 0.4392 | 0.4392 | 1.0 |
76
+ | 0.7216 | 20.0 | 7160 | 0.6924 | 0.5608 | 0.0 | 0.0 |
77
+ | 0.7246 | 21.0 | 7518 | 0.7701 | 0.4392 | 0.4392 | 1.0 |
78
+ | 0.7246 | 22.0 | 7876 | 0.9114 | 0.4392 | 0.4392 | 1.0 |
79
+ | 0.7183 | 23.0 | 8234 | 0.8309 | 0.4392 | 0.4392 | 1.0 |
80
+ | 0.7158 | 24.0 | 8592 | 0.6875 | 0.5608 | 0.0 | 0.0 |
81
+ | 0.7158 | 25.0 | 8950 | 0.6875 | 0.5608 | 0.0 | 0.0 |
82
+ | 0.7112 | 26.0 | 9308 | 0.6857 | 0.5608 | 0.0 | 0.0 |
83
+ | 0.7097 | 27.0 | 9666 | 0.6913 | 0.5608 | 0.0 | 0.0 |
84
+ | 0.7076 | 28.0 | 10024 | 0.6996 | 0.4392 | 0.4392 | 1.0 |
85
+ | 0.7076 | 29.0 | 10382 | 0.7932 | 0.4392 | 0.4392 | 1.0 |
86
+ | 0.704 | 30.0 | 10740 | 0.6858 | 0.5608 | 0.0 | 0.0 |
87
+ | 0.7007 | 31.0 | 11098 | 0.6975 | 0.4392 | 0.4392 | 1.0 |
88
+ | 0.7007 | 32.0 | 11456 | 0.6933 | 0.4392 | 0.4392 | 1.0 |
89
 
90
 
91
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a982be8803c27a18c3a1f77f90cf979e23a2f7751228c3a9beba390e6c1ff73
3
  size 1421499516
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67070feb56dffd065a8d3b3ef6fb2ca6db1f3abb3a4e49b9ab4b546c186617a3
3
  size 1421499516
runs/Nov02_23-19-13_1db9ed44b2cb/events.out.tfevents.1730589553.1db9ed44b2cb.15291.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897a5ac79dd1c5897327471ecb6196e6383f108443f6a6a47fae77ccaf3f2414
3
+ size 23860
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba46d5d4b17198c09c4a337b9575a1987496b86420d9aa07f80b835dc7dff462
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153f0b4321db8a9739fefe0f3a499c5b8354aac1696ee550789fc169fbbaf1c5
3
  size 5240