duytu commited on
Commit
d9bfa64
1 Parent(s): 7027394

End of training

Browse files
Files changed (23) hide show
  1. README.md +19 -14
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. runs/Mar14_15-40-27_d3f7685783b3/events.out.tfevents.1710430828.d3f7685783b3.172.0 +3 -0
  5. runs/Mar14_15-44-33_d3f7685783b3/events.out.tfevents.1710431074.d3f7685783b3.172.1 +3 -0
  6. runs/Mar14_15-47-41_d3f7685783b3/events.out.tfevents.1710431262.d3f7685783b3.172.2 +3 -0
  7. runs/Mar14_15-50-46_d3f7685783b3/events.out.tfevents.1710431446.d3f7685783b3.172.3 +3 -0
  8. runs/Mar14_15-52-49_d3f7685783b3/events.out.tfevents.1710431570.d3f7685783b3.172.4 +3 -0
  9. runs/Mar14_15-54-55_d3f7685783b3/events.out.tfevents.1710431696.d3f7685783b3.172.5 +3 -0
  10. runs/Mar14_15-56-03_d3f7685783b3/events.out.tfevents.1710431764.d3f7685783b3.172.6 +3 -0
  11. runs/Mar14_15-59-33_d3f7685783b3/events.out.tfevents.1710431974.d3f7685783b3.172.7 +3 -0
  12. runs/Mar14_16-06-03_d3f7685783b3/events.out.tfevents.1710432364.d3f7685783b3.172.8 +3 -0
  13. runs/Mar14_16-10-54_d3f7685783b3/events.out.tfevents.1710432655.d3f7685783b3.172.9 +3 -0
  14. runs/Mar14_16-13-36_d3f7685783b3/events.out.tfevents.1710432817.d3f7685783b3.172.10 +3 -0
  15. runs/Mar14_16-14-32_d3f7685783b3/events.out.tfevents.1710432873.d3f7685783b3.172.11 +3 -0
  16. runs/Mar14_16-17-35_d3f7685783b3/events.out.tfevents.1710433056.d3f7685783b3.172.12 +3 -0
  17. runs/Mar14_16-19-19_d3f7685783b3/events.out.tfevents.1710433161.d3f7685783b3.172.13 +3 -0
  18. runs/Mar14_16-22-28_d3f7685783b3/events.out.tfevents.1710433349.d3f7685783b3.172.14 +3 -0
  19. runs/Mar14_16-24-38_d3f7685783b3/events.out.tfevents.1710433479.d3f7685783b3.172.15 +3 -0
  20. runs/Mar14_16-26-08_d3f7685783b3/events.out.tfevents.1710433568.d3f7685783b3.172.16 +3 -0
  21. runs/Mar14_16-28-03_d3f7685783b3/events.out.tfevents.1710433684.d3f7685783b3.172.17 +3 -0
  22. runs/Mar14_16-30-48_d3f7685783b3/events.out.tfevents.1710433850.d3f7685783b3.172.18 +3 -0
  23. training_args.bin +2 -2
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [allenai/scibert_scivocab_cased](https://huggingface.co/allenai/scibert_scivocab_cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1491
23
- - Precision: 0.7468
24
- - Recall: 0.8676
25
- - F1: 0.8027
26
- - Accuracy: 0.9747
27
 
28
  ## Model description
29
 
@@ -48,22 +48,27 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 5
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.1769 | 1.0 | 51 | 0.2158 | 0.3981 | 0.6029 | 0.4795 | 0.9489 |
58
- | 0.1079 | 2.0 | 102 | 0.1557 | 0.6506 | 0.7941 | 0.7152 | 0.9693 |
59
- | 0.0276 | 3.0 | 153 | 0.1509 | 0.7037 | 0.8382 | 0.7651 | 0.9723 |
60
- | 0.0569 | 4.0 | 204 | 0.1476 | 0.7407 | 0.8824 | 0.8054 | 0.9741 |
61
- | 0.0119 | 5.0 | 255 | 0.1491 | 0.7468 | 0.8676 | 0.8027 | 0.9747 |
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.37.2
67
- - Pytorch 2.1.0+cu121
68
- - Datasets 2.17.1
69
  - Tokenizers 0.15.2
 
19
 
20
  This model is a fine-tuned version of [allenai/scibert_scivocab_cased](https://huggingface.co/allenai/scibert_scivocab_cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1243
23
+ - Precision: 0.7631
24
+ - Recall: 0.8520
25
+ - F1: 0.8051
26
+ - Accuracy: 0.9722
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.0733 | 1.0 | 120 | 0.1176 | 0.6466 | 0.7713 | 0.7035 | 0.9583 |
58
+ | 0.0069 | 2.0 | 240 | 0.1126 | 0.6757 | 0.7848 | 0.7261 | 0.9654 |
59
+ | 0.0521 | 3.0 | 360 | 0.0949 | 0.7461 | 0.8565 | 0.7975 | 0.9707 |
60
+ | 0.0217 | 4.0 | 480 | 0.0972 | 0.7171 | 0.8296 | 0.7692 | 0.9718 |
61
+ | 0.001 | 5.0 | 600 | 0.1111 | 0.7422 | 0.8520 | 0.7933 | 0.9707 |
62
+ | 0.0044 | 6.0 | 720 | 0.1138 | 0.7664 | 0.8386 | 0.8009 | 0.9715 |
63
+ | 0.0011 | 7.0 | 840 | 0.1155 | 0.7449 | 0.8251 | 0.7830 | 0.9699 |
64
+ | 0.0006 | 8.0 | 960 | 0.1213 | 0.7344 | 0.8430 | 0.7850 | 0.9716 |
65
+ | 0.0289 | 9.0 | 1080 | 0.1238 | 0.7661 | 0.8520 | 0.8068 | 0.9718 |
66
+ | 0.0096 | 10.0 | 1200 | 0.1243 | 0.7631 | 0.8520 | 0.8051 | 0.9722 |
67
 
68
 
69
  ### Framework versions
70
 
71
+ - Transformers 4.38.2
72
+ - Pytorch 2.2.1+cu121
73
+ - Datasets 2.18.0
74
  - Tokenizers 0.15.2
config.json CHANGED
@@ -32,7 +32,7 @@
32
  "pad_token_id": 0,
33
  "position_embedding_type": "absolute",
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.37.2",
36
  "type_vocab_size": 2,
37
  "use_cache": true,
38
  "vocab_size": 31116
 
32
  "pad_token_id": 0,
33
  "position_embedding_type": "absolute",
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.38.2",
36
  "type_vocab_size": 2,
37
  "use_cache": true,
38
  "vocab_size": 31116
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bab87e824b0e5941e5a3f8e0bdcab0afe6151f8fee57a7d6a81a31349aedcaa
3
  size 437430084
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d7eb5d9ba3ac996b5297968f04d509a798bf7d1dcb71da64b8ac8374063ff6
3
  size 437430084
runs/Mar14_15-40-27_d3f7685783b3/events.out.tfevents.1710430828.d3f7685783b3.172.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8faefc73a9678e957230ff12280bf439676633cfb3081707a72c1db2e568b599
3
+ size 277300
runs/Mar14_15-44-33_d3f7685783b3/events.out.tfevents.1710431074.d3f7685783b3.172.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b252975b99825251ab907dd1a95631f8f78da5f555c561ecab7edfe5c9a72be8
3
+ size 262530
runs/Mar14_15-47-41_d3f7685783b3/events.out.tfevents.1710431262.d3f7685783b3.172.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:054bbe9f9543d292811ccec2f08ed15916e98e33c59885e86d76560d83a47d8a
3
+ size 72603
runs/Mar14_15-50-46_d3f7685783b3/events.out.tfevents.1710431446.d3f7685783b3.172.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4d8594734bb425a832f18f7a3ba6e3dc4b2cd6f2f7c0537ef079cdb64c7f8c
3
+ size 40917
runs/Mar14_15-52-49_d3f7685783b3/events.out.tfevents.1710431570.d3f7685783b3.172.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3608f480e1f54d9f403b155bf38c0089a6080ee94c06ace085cfbead688b099
3
+ size 159361
runs/Mar14_15-54-55_d3f7685783b3/events.out.tfevents.1710431696.d3f7685783b3.172.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa0219dfc3bc252f04ba59df803ac8317b0836e3d2712c3a47718227a3d1233
3
+ size 38592
runs/Mar14_15-56-03_d3f7685783b3/events.out.tfevents.1710431764.d3f7685783b3.172.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32c2f0bb55dab151b5cc358fbbec988575f1fe535b21e6d47901dae15671152
3
+ size 133569
runs/Mar14_15-59-33_d3f7685783b3/events.out.tfevents.1710431974.d3f7685783b3.172.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0ced507043dfa891c91483288087afb884d8260ce59922ecd87a63150bbe75
3
+ size 262530
runs/Mar14_16-06-03_d3f7685783b3/events.out.tfevents.1710432364.d3f7685783b3.172.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd2615cb1da24452c306ebe9042bf147d00cdae62787b2b67345358c14f0f09
3
+ size 210945
runs/Mar14_16-10-54_d3f7685783b3/events.out.tfevents.1710432655.d3f7685783b3.172.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c907b7289394a038c46949ef428bfd21cc971c30df13e61e9de731ca468f0e20
3
+ size 4776
runs/Mar14_16-13-36_d3f7685783b3/events.out.tfevents.1710432817.d3f7685783b3.172.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9172849bf39536fd766feee39cfd0b1dc396e31952e9cdbf4c3643b00fc550
3
+ size 4774
runs/Mar14_16-14-32_d3f7685783b3/events.out.tfevents.1710432873.d3f7685783b3.172.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6800182a2fe8734106901e8b7db4be56aaf3ef621cd68d6e2266f7fd812217fd
3
+ size 210945
runs/Mar14_16-17-35_d3f7685783b3/events.out.tfevents.1710433056.d3f7685783b3.172.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b865a57b0d0c6979ffa6a01102727ac4b0c8bd119c52ab3d9ace92f8b70e5d89
3
+ size 33664
runs/Mar14_16-19-19_d3f7685783b3/events.out.tfevents.1710433161.d3f7685783b3.172.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db62e43575d667341f9c5b1a25d8743358b7a0b98a29014cab483c89fbcd52a9
3
+ size 77287
runs/Mar14_16-22-28_d3f7685783b3/events.out.tfevents.1710433349.d3f7685783b3.172.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0317bd45c2d46a41ccd6c6be7ec52cdb61d3305f2da842ab0ea3d17544b4fb07
3
+ size 133569
runs/Mar14_16-24-38_d3f7685783b3/events.out.tfevents.1710433479.d3f7685783b3.172.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c55b6a624ce531ba1b4adccd04adfa9c99d6c630851f96bcc71b73a23492e8
3
+ size 133569
runs/Mar14_16-26-08_d3f7685783b3/events.out.tfevents.1710433568.d3f7685783b3.172.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ae9fd9aed210a84b360103d89cf366e86576e105cced7a5bcce46be3d44ec03
3
+ size 133569
runs/Mar14_16-28-03_d3f7685783b3/events.out.tfevents.1710433684.d3f7685783b3.172.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ed70b31afc42792d54fed9e0f227a33918abe9f3c0819c6acd56b876ea49d1
3
+ size 133569
runs/Mar14_16-30-48_d3f7685783b3/events.out.tfevents.1710433850.d3f7685783b3.172.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7da8b9518a722547ca91f4fc0327cf072581be7065606673b2476f68efb407
3
+ size 262529
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6bdced416d2a0e3850a8e45544f31ed614ecaf4ac4795c164efcf2c8ae87650
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d27daf5178bd801fbfc3c6650cc5a7a4ece2e10a712accf778bd4f76a6bfae
3
+ size 4920