senthil2002 commited on
Commit
ec914aa
1 Parent(s): 75d6859

End of training

Browse files
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0006
24
  - Precision: 1.0
25
  - Recall: 1.0
26
  - F1: 1.0
@@ -49,32 +49,22 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 20
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 17 | 0.3928 | 0.0 | 0.0 | 0.0 | 0.8092 |
59
- | No log | 2.0 | 34 | 0.1697 | 0.6667 | 0.6667 | 0.6667 | 0.9389 |
60
- | No log | 3.0 | 51 | 0.0641 | 0.72 | 0.8571 | 0.7826 | 0.9695 |
61
- | No log | 4.0 | 68 | 0.0356 | 0.8261 | 0.9048 | 0.8636 | 0.9847 |
62
- | No log | 5.0 | 85 | 0.0164 | 1.0 | 1.0 | 1.0 | 1.0 |
63
- | No log | 6.0 | 102 | 0.0067 | 1.0 | 1.0 | 1.0 | 1.0 |
64
- | No log | 7.0 | 119 | 0.0034 | 1.0 | 1.0 | 1.0 | 1.0 |
65
- | No log | 8.0 | 136 | 0.0022 | 1.0 | 1.0 | 1.0 | 1.0 |
66
- | No log | 9.0 | 153 | 0.0015 | 1.0 | 1.0 | 1.0 | 1.0 |
67
- | No log | 10.0 | 170 | 0.0012 | 1.0 | 1.0 | 1.0 | 1.0 |
68
- | No log | 11.0 | 187 | 0.0010 | 1.0 | 1.0 | 1.0 | 1.0 |
69
- | No log | 12.0 | 204 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 |
70
- | No log | 13.0 | 221 | 0.0008 | 1.0 | 1.0 | 1.0 | 1.0 |
71
- | No log | 14.0 | 238 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
72
- | No log | 15.0 | 255 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
73
- | No log | 16.0 | 272 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
74
- | No log | 17.0 | 289 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
75
- | No log | 18.0 | 306 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
76
- | No log | 19.0 | 323 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
77
- | No log | 20.0 | 340 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
78
 
79
 
80
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0052
24
  - Precision: 1.0
25
  - Recall: 1.0
26
  - F1: 1.0
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 18 | 0.0907 | 0.8889 | 1.0 | 0.9412 | 0.9706 |
59
+ | No log | 2.0 | 36 | 0.0119 | 1.0 | 1.0 | 1.0 | 1.0 |
60
+ | No log | 3.0 | 54 | 0.0114 | 1.0 | 1.0 | 1.0 | 1.0 |
61
+ | No log | 4.0 | 72 | 0.0141 | 1.0 | 1.0 | 1.0 | 1.0 |
62
+ | No log | 5.0 | 90 | 0.0055 | 1.0 | 1.0 | 1.0 | 1.0 |
63
+ | No log | 6.0 | 108 | 0.0044 | 1.0 | 1.0 | 1.0 | 1.0 |
64
+ | No log | 7.0 | 126 | 0.0040 | 1.0 | 1.0 | 1.0 | 1.0 |
65
+ | No log | 8.0 | 144 | 0.0043 | 1.0 | 1.0 | 1.0 | 1.0 |
66
+ | No log | 9.0 | 162 | 0.0049 | 1.0 | 1.0 | 1.0 | 1.0 |
67
+ | No log | 10.0 | 180 | 0.0052 | 1.0 | 1.0 | 1.0 | 1.0 |
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:458aa7603e3d5d2348c647bdf29cfa3adda5f61c95333923c5d6439f88e0c094
3
  size 265473092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53be68d766328b8272ae6b6bc962b1ba8a26cfc52c3d3ba821d292d730af865b
3
  size 265473092
runs/Mar05_07-28-35_0a6b86d0d151/events.out.tfevents.1709623730.0a6b86d0d151.503.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b350ff740e9347274a721cd344e4f1c12a734a326a49796679a98de7eb3bfb
3
+ size 33680
runs/Mar05_07-35-22_0a6b86d0d151/events.out.tfevents.1709624135.0a6b86d0d151.503.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5888d72ce2e146cb6f299169ecd992c13c660be276041902f4ce2abaa7e53913
3
+ size 14369
runs/Mar05_07-37-22_0a6b86d0d151/events.out.tfevents.1709624249.0a6b86d0d151.503.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a578205bc5a4fb1afd6af270ff240fca33f71e0780fa6ff5cfc182bf0e76865
3
+ size 8226
runs/Mar05_07-37-22_0a6b86d0d151/events.out.tfevents.1709624255.0a6b86d0d151.503.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568de8cc4305b5541a050741f08ce106fad015a531b7ec3809384a91ce3594e0
3
+ size 551
runs/Mar05_07-37-51_0a6b86d0d151/events.out.tfevents.1709624283.0a6b86d0d151.503.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed0f744beeac89babd7ab79b78f00c13ec58cf29d2ed6cbcb30427984a6dd97
3
+ size 9649
runs/Mar05_07-37-51_0a6b86d0d151/events.out.tfevents.1709624295.0a6b86d0d151.503.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b64cbce3da934baa5b085228d40f673a0b27be5f52b36423b253887c8e4adcb
3
+ size 560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:190eda31c6fdb2e9c7f80c0da76e474a26a66a5fb317e43954db90586e6e7cd2
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a85094d989ffe0388faa511e710de68cd2b1b0078ff97ae5cc8bda367afe12
3
  size 4920