End of training
Browse files
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: neuropark/sahajBERT
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: shahajbert_nwp_finetuning_def_v1
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# shahajbert_nwp_finetuning_def_v1
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [neuropark/sahajBERT](https://huggingface.co/neuropark/sahajBERT) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.3686
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 50
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
49 |
+
| 3.4643 | 1.0 | 1294 | 3.4986 |
|
50 |
+
| 3.3773 | 2.0 | 2588 | 3.4239 |
|
51 |
+
| 3.3263 | 3.0 | 3882 | 3.4514 |
|
52 |
+
| 3.253 | 4.0 | 5176 | 3.4217 |
|
53 |
+
| 3.1767 | 5.0 | 6470 | 3.3953 |
|
54 |
+
| 3.1382 | 6.0 | 7764 | 3.3723 |
|
55 |
+
| 3.0959 | 7.0 | 9058 | 3.3533 |
|
56 |
+
| 3.0717 | 8.0 | 10352 | 3.3841 |
|
57 |
+
| 3.0472 | 9.0 | 11646 | 3.3747 |
|
58 |
+
| 3.003 | 10.0 | 12940 | 3.4074 |
|
59 |
+
| 2.9259 | 11.0 | 14234 | 3.3752 |
|
60 |
+
| 2.9641 | 12.0 | 15528 | 3.4120 |
|
61 |
+
| 2.9016 | 13.0 | 16822 | 3.3769 |
|
62 |
+
| 2.9102 | 14.0 | 18116 | 3.4494 |
|
63 |
+
| 2.8359 | 15.0 | 19410 | 3.3717 |
|
64 |
+
| 2.8327 | 16.0 | 20704 | 3.3801 |
|
65 |
+
| 2.7914 | 17.0 | 21998 | 3.4244 |
|
66 |
+
| 2.776 | 18.0 | 23292 | 3.3533 |
|
67 |
+
| 2.7258 | 19.0 | 24586 | 3.3669 |
|
68 |
+
| 2.7304 | 20.0 | 25880 | 3.3113 |
|
69 |
+
| 2.6619 | 21.0 | 27174 | 3.3531 |
|
70 |
+
| 2.6721 | 22.0 | 28468 | 3.3728 |
|
71 |
+
| 2.6387 | 23.0 | 29762 | 3.4085 |
|
72 |
+
| 2.6302 | 24.0 | 31056 | 3.3909 |
|
73 |
+
| 2.5952 | 25.0 | 32350 | 3.3288 |
|
74 |
+
| 2.5854 | 26.0 | 33644 | 3.3465 |
|
75 |
+
| 2.5597 | 27.0 | 34938 | 3.3854 |
|
76 |
+
| 2.5667 | 28.0 | 36232 | 3.3977 |
|
77 |
+
| 2.5189 | 29.0 | 37526 | 3.4447 |
|
78 |
+
| 2.5253 | 30.0 | 38820 | 3.4329 |
|
79 |
+
| 2.5013 | 31.0 | 40114 | 3.3689 |
|
80 |
+
| 2.4165 | 32.0 | 41408 | 3.4354 |
|
81 |
+
| 2.4414 | 33.0 | 42702 | 3.4247 |
|
82 |
+
| 2.4435 | 34.0 | 43996 | 3.4555 |
|
83 |
+
| 2.3846 | 35.0 | 45290 | 3.3626 |
|
84 |
+
| 2.3611 | 36.0 | 46584 | 3.4496 |
|
85 |
+
| 2.3753 | 37.0 | 47878 | 3.4788 |
|
86 |
+
| 2.3526 | 38.0 | 49172 | 3.4418 |
|
87 |
+
| 2.3543 | 39.0 | 50466 | 3.4803 |
|
88 |
+
| 2.3279 | 40.0 | 51760 | 3.4240 |
|
89 |
+
| 2.3388 | 41.0 | 53054 | 3.4378 |
|
90 |
+
| 2.3182 | 42.0 | 54348 | 3.4351 |
|
91 |
+
| 2.3118 | 43.0 | 55642 | 3.4245 |
|
92 |
+
| 2.3033 | 44.0 | 56936 | 3.4708 |
|
93 |
+
| 2.2757 | 45.0 | 58230 | 3.4062 |
|
94 |
+
| 2.2733 | 46.0 | 59524 | 3.5356 |
|
95 |
+
| 2.2746 | 47.0 | 60818 | 3.4078 |
|
96 |
+
| 2.2683 | 48.0 | 62112 | 3.4636 |
|
97 |
+
| 2.2498 | 49.0 | 63406 | 3.4752 |
|
98 |
+
| 2.2418 | 50.0 | 64700 | 3.4336 |
|
99 |
+
|
100 |
+
|
101 |
+
### Framework versions
|
102 |
+
|
103 |
+
- Transformers 4.38.1
|
104 |
+
- Pytorch 2.1.0+cu121
|
105 |
+
- Datasets 2.17.1
|
106 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 68218856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc66e59d149dea7e25359ae2b1f18eba09808cadba53882f7c2f80cf6afde6b8
|
3 |
size 68218856
|
runs/Feb24_21-02-42_5aba00dcca21/events.out.tfevents.1708816953.5aba00dcca21.2391.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c5ab27cfcfb89df418d89bafcf4b3e66a9db858b0dca96a58538fcd774242a0
|
3 |
+
size 364
|