Waster3012
commited on
Commit
·
3d50260
1
Parent(s):
0e541db
update model card README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,95 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: claim-judge
|
9 |
+
results: []
|
10 |
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# claim-judge
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Accuracy: 0.7623
|
20 |
+
- Loss: 1.5465
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 2e-05
|
40 |
+
- train_batch_size: 160
|
41 |
+
- eval_batch_size: 160
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 36
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:-----:|:--------:|:---------------:|
|
51 |
+
| 0.4968 | 1.0 | 1041 | 0.7587 | 0.6138 |
|
52 |
+
| 0.4174 | 2.0 | 2082 | 0.7695 | 0.6211 |
|
53 |
+
| 0.4036 | 3.0 | 3123 | 0.7733 | 0.6181 |
|
54 |
+
| 0.3415 | 4.0 | 4164 | 0.7772 | 0.6450 |
|
55 |
+
| 0.2868 | 5.0 | 5205 | 0.7738 | 0.6896 |
|
56 |
+
| 0.2453 | 6.0 | 6246 | 0.7763 | 0.7119 |
|
57 |
+
| 0.2003 | 7.0 | 7287 | 0.7728 | 0.8254 |
|
58 |
+
| 0.1683 | 8.0 | 8328 | 0.7712 | 0.9288 |
|
59 |
+
| 0.1439 | 9.0 | 9369 | 0.7764 | 0.8993 |
|
60 |
+
| 0.1197 | 10.0 | 10410 | 0.7729 | 0.9819 |
|
61 |
+
| 0.102 | 11.0 | 11451 | 0.7709 | 1.0478 |
|
62 |
+
| 0.088 | 12.0 | 12492 | 0.7692 | 1.1574 |
|
63 |
+
| 0.087 | 13.0 | 13533 | 0.7709 | 1.0969 |
|
64 |
+
| 0.0779 | 14.0 | 14574 | 0.7661 | 1.2575 |
|
65 |
+
| 0.0695 | 15.0 | 15615 | 0.7658 | 1.3540 |
|
66 |
+
| 0.0664 | 16.0 | 16656 | 0.7719 | 1.2155 |
|
67 |
+
| 0.058 | 17.0 | 17697 | 0.7654 | 1.3065 |
|
68 |
+
| 0.0533 | 18.0 | 18738 | 0.7674 | 1.3535 |
|
69 |
+
| 0.0496 | 19.0 | 19779 | 0.7663 | 1.3327 |
|
70 |
+
| 0.0459 | 20.0 | 20820 | 0.7686 | 1.3893 |
|
71 |
+
| 0.0432 | 21.0 | 21861 | 0.7691 | 1.4211 |
|
72 |
+
| 0.0396 | 22.0 | 22902 | 0.7682 | 1.4810 |
|
73 |
+
| 0.0371 | 23.0 | 23943 | 0.7705 | 1.4926 |
|
74 |
+
| 0.0338 | 24.0 | 24984 | 0.7633 | 1.5058 |
|
75 |
+
| 0.037 | 25.0 | 26025 | 0.7604 | 1.4986 |
|
76 |
+
| 0.034 | 26.0 | 27066 | 0.7611 | 1.5314 |
|
77 |
+
| 0.0317 | 27.0 | 28107 | 0.7659 | 1.4636 |
|
78 |
+
| 0.0312 | 28.0 | 29148 | 0.7658 | 1.5006 |
|
79 |
+
| 0.0282 | 29.0 | 30189 | 0.7672 | 1.4250 |
|
80 |
+
| 0.0282 | 30.0 | 31230 | 0.7662 | 1.4904 |
|
81 |
+
| 0.0264 | 31.0 | 32271 | 0.7669 | 1.5415 |
|
82 |
+
| 0.0253 | 32.0 | 33312 | 0.7679 | 1.6110 |
|
83 |
+
| 0.0257 | 33.0 | 34353 | 0.7645 | 1.6097 |
|
84 |
+
| 0.0233 | 34.0 | 35394 | 0.7614 | 1.6646 |
|
85 |
+
| 0.0251 | 35.0 | 36435 | 0.7651 | 1.6080 |
|
86 |
+
| 0.0236 | 36.0 | 37476 | 0.7699 | 1.5824 |
|
87 |
+
| 0.025 | 37.0 | 38517 | 0.7623 | 1.5465 |
|
88 |
+
|
89 |
+
|
90 |
+
### Framework versions
|
91 |
+
|
92 |
+
- Transformers 4.29.2
|
93 |
+
- Pytorch 2.0.1
|
94 |
+
- Datasets 2.12.0
|
95 |
+
- Tokenizers 0.13.3
|