senthil2002 commited on
Commit
c6414ae
1 Parent(s): f89fd8d

End of training

Browse files
README.md CHANGED
@@ -20,11 +20,11 @@ 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.1058
24
  - Precision: 1.0
25
- - Recall: 0.875
26
- - F1: 0.9333
27
- - Accuracy: 0.9714
28
 
29
  ## Model description
30
 
@@ -43,28 +43,48 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 5e-05
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
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 | 6 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
59
- | No log | 2.0 | 12 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
60
- | No log | 3.0 | 18 | 0.0344 | 1.0 | 0.875 | 0.9333 | 0.9714 |
61
- | No log | 4.0 | 24 | 0.0257 | 1.0 | 0.875 | 0.9333 | 0.9714 |
62
- | No log | 5.0 | 30 | 0.0473 | 1.0 | 0.875 | 0.9333 | 0.9714 |
63
- | No log | 6.0 | 36 | 0.0485 | 1.0 | 0.875 | 0.9333 | 0.9714 |
64
- | No log | 7.0 | 42 | 0.0581 | 1.0 | 0.875 | 0.9333 | 0.9714 |
65
- | No log | 8.0 | 48 | 0.0840 | 1.0 | 0.875 | 0.9333 | 0.9714 |
66
- | No log | 9.0 | 54 | 0.0998 | 1.0 | 0.875 | 0.9333 | 0.9714 |
67
- | No log | 10.0 | 60 | 0.1058 | 1.0 | 0.875 | 0.9333 | 0.9714 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ### 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.0000
24
  - Precision: 1.0
25
+ - Recall: 1.0
26
+ - F1: 1.0
27
+ - Accuracy: 1.0
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 3e-05
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 30
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 6 | 0.0473 | 1.0 | 0.875 | 0.9333 | 0.9714 |
59
+ | No log | 2.0 | 12 | 0.0923 | 1.0 | 0.875 | 0.9333 | 0.9714 |
60
+ | No log | 3.0 | 18 | 0.1280 | 1.0 | 0.875 | 0.9333 | 0.9714 |
61
+ | No log | 4.0 | 24 | 0.0946 | 1.0 | 0.875 | 0.9333 | 0.9714 |
62
+ | No log | 5.0 | 30 | 0.1031 | 1.0 | 0.875 | 0.9333 | 0.9714 |
63
+ | No log | 6.0 | 36 | 0.0932 | 1.0 | 0.875 | 0.9333 | 0.9714 |
64
+ | No log | 7.0 | 42 | 0.1013 | 1.0 | 0.875 | 0.9333 | 0.9714 |
65
+ | No log | 8.0 | 48 | 0.1359 | 1.0 | 0.875 | 0.9333 | 0.9714 |
66
+ | No log | 9.0 | 54 | 0.1694 | 1.0 | 0.875 | 0.9333 | 0.9714 |
67
+ | No log | 10.0 | 60 | 0.1933 | 1.0 | 0.875 | 0.9333 | 0.9714 |
68
+ | No log | 11.0 | 66 | 0.2042 | 1.0 | 0.875 | 0.9333 | 0.9714 |
69
+ | No log | 12.0 | 72 | 0.1764 | 1.0 | 0.875 | 0.9333 | 0.9714 |
70
+ | No log | 13.0 | 78 | 0.1350 | 1.0 | 0.875 | 0.9333 | 0.9714 |
71
+ | No log | 14.0 | 84 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
72
+ | No log | 15.0 | 90 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
73
+ | No log | 16.0 | 96 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
74
+ | No log | 17.0 | 102 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
75
+ | No log | 18.0 | 108 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
76
+ | No log | 19.0 | 114 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
77
+ | No log | 20.0 | 120 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
78
+ | No log | 21.0 | 126 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
79
+ | No log | 22.0 | 132 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
80
+ | No log | 23.0 | 138 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
81
+ | No log | 24.0 | 144 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
82
+ | No log | 25.0 | 150 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
83
+ | No log | 26.0 | 156 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
84
+ | No log | 27.0 | 162 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
85
+ | No log | 28.0 | 168 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
86
+ | No log | 29.0 | 174 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
87
+ | No log | 30.0 | 180 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
88
 
89
 
90
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d235256e8392786afc85522a38878aec7a2f38923a496c5347a6c4a93121f71
3
  size 265473092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d0d0a9d9f3b304ddb116c774aabb4fbb43a0ef96da85cf0f3eca5c671edd33
3
  size 265473092
runs/Mar04_09-56-05_561d3d140928/events.out.tfevents.1709546172.561d3d140928.219.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee6ed32c90ee2edb904971c9986545ebfac3d4066346a2f5a6b7a669bc5d191c
3
+ size 19002
runs/Mar04_09-56-05_561d3d140928/events.out.tfevents.1709546188.561d3d140928.219.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8afc5e15b927d25ee193c08fffe28aa86c768bc4cf156ec7b5eb6a0ab6a3d6e2
3
+ size 560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:535a00229ac7c36be1e2c2eebd5f6cacc3d37eaa8db2273a864bb86547a2df2f
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f5b680921a5f4667f26eacc312f8130a3fe040470e2f8fca62c46ec7d6059e
3
  size 4920