hunarbatra commited on
Commit
3baa123
1 Parent(s): 66d3664

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -12,6 +12,8 @@ should probably proofread and complete it, then remove this comment. -->
12
  # CoVBERT
13
 
14
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
 
 
15
 
16
  ## Model description
17
 
@@ -38,6 +40,62 @@ The following hyperparameters were used during training:
38
  - lr_scheduler_type: linear
39
  - num_epochs: 1
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ### Framework versions
42
 
43
  - Transformers 4.22.0.dev0
12
  # CoVBERT
13
 
14
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.1343
17
 
18
  ## Model description
19
 
40
  - lr_scheduler_type: linear
41
  - num_epochs: 1
42
 
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | 2.3432 | 0.02 | 100 | 1.4642 |
48
+ | 1.4307 | 0.04 | 200 | 1.2907 |
49
+ | 1.3923 | 0.06 | 300 | 1.2445 |
50
+ | 1.2719 | 0.08 | 400 | 1.1913 |
51
+ | 1.1292 | 0.1 | 500 | 0.9962 |
52
+ | 0.9344 | 0.12 | 600 | 0.7351 |
53
+ | 0.7481 | 0.14 | 700 | 0.6377 |
54
+ | 0.6194 | 0.16 | 800 | 0.4843 |
55
+ | 0.4363 | 0.18 | 900 | 0.4043 |
56
+ | 0.416 | 0.2 | 1000 | 0.3693 |
57
+ | 0.3295 | 0.22 | 1100 | 0.3520 |
58
+ | 0.3416 | 0.24 | 1200 | 0.3343 |
59
+ | 0.3755 | 0.26 | 1300 | 0.3274 |
60
+ | 0.3064 | 0.28 | 1400 | 0.3127 |
61
+ | 0.3295 | 0.3 | 1500 | 0.2998 |
62
+ | 0.2928 | 0.32 | 1600 | 0.2965 |
63
+ | 0.3069 | 0.34 | 1700 | 0.2877 |
64
+ | 0.3048 | 0.36 | 1800 | 0.2850 |
65
+ | 0.2916 | 0.38 | 1900 | 0.2817 |
66
+ | 0.2979 | 0.4 | 2000 | 0.2591 |
67
+ | 0.2846 | 0.42 | 2100 | 0.2540 |
68
+ | 0.2568 | 0.44 | 2200 | 0.3389 |
69
+ | 0.277 | 0.46 | 2300 | 0.2369 |
70
+ | 0.2385 | 0.48 | 2400 | 0.2238 |
71
+ | 0.2477 | 0.5 | 2500 | 0.2160 |
72
+ | 0.2271 | 0.52 | 2600 | 0.2139 |
73
+ | 0.2457 | 0.54 | 2700 | 0.2024 |
74
+ | 0.2037 | 0.56 | 2800 | 0.2085 |
75
+ | 0.1865 | 0.58 | 2900 | 0.1978 |
76
+ | 0.2354 | 0.6 | 3000 | 0.1929 |
77
+ | 0.2001 | 0.62 | 3100 | 0.1865 |
78
+ | 0.2396 | 0.64 | 3200 | 0.1832 |
79
+ | 0.2197 | 0.66 | 3300 | 0.1790 |
80
+ | 0.1813 | 0.68 | 3400 | 0.1767 |
81
+ | 0.2109 | 0.7 | 3500 | 0.1970 |
82
+ | 0.1956 | 0.72 | 3600 | 0.1658 |
83
+ | 0.182 | 0.74 | 3700 | 0.1629 |
84
+ | 0.1916 | 0.76 | 3800 | 0.1610 |
85
+ | 0.1777 | 0.78 | 3900 | 0.1557 |
86
+ | 0.2005 | 0.8 | 4000 | 0.1492 |
87
+ | 0.1553 | 0.82 | 4100 | 0.1530 |
88
+ | 0.1631 | 0.84 | 4200 | 0.1448 |
89
+ | 0.1591 | 0.86 | 4300 | 0.1445 |
90
+ | 0.1499 | 0.88 | 4400 | 0.1427 |
91
+ | 0.1487 | 0.9 | 4500 | 0.1418 |
92
+ | 0.1638 | 0.92 | 4600 | 0.1381 |
93
+ | 0.1745 | 0.94 | 4700 | 0.1390 |
94
+ | 0.1551 | 0.96 | 4800 | 0.1366 |
95
+ | 0.1408 | 0.98 | 4900 | 0.1324 |
96
+ | 0.1254 | 1.0 | 5000 | 0.1356 |
97
+
98
+
99
  ### Framework versions
100
 
101
  - Transformers 4.22.0.dev0