ahmed792002 commited on
Commit
ea702ec
·
verified ·
1 Parent(s): f00ab3b

ahmed792002/Finetuning_Bert_ClinicalNotes_Diagnosis_Classification

Browse files
README.md CHANGED
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
44
  - train_batch_size: 8
45
  - eval_batch_size: 8
46
  - seed: 42
47
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
  - num_epochs: 5
50
 
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
55
- | No log | 1.0 | 438 | 0.0222 | 1.0 | 1.0 |
56
- | 0.6526 | 2.0 | 876 | 0.0068 | 1.0 | 1.0 |
57
- | 0.0132 | 3.0 | 1314 | 0.0040 | 1.0 | 1.0 |
58
- | 0.0061 | 4.0 | 1752 | 0.0030 | 1.0 | 1.0 |
59
- | 0.0043 | 5.0 | 2190 | 0.0028 | 1.0 | 1.0 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.46.3
65
- - Pytorch 2.4.0
66
- - Datasets 3.1.0
67
- - Tokenizers 0.20.3
 
44
  - train_batch_size: 8
45
  - eval_batch_size: 8
46
  - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - num_epochs: 5
50
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
55
+ | No log | 1.0 | 438 | 0.0226 | 1.0 | 1.0 |
56
+ | 0.6724 | 2.0 | 876 | 0.0069 | 1.0 | 1.0 |
57
+ | 0.0134 | 3.0 | 1314 | 0.0041 | 1.0 | 1.0 |
58
+ | 0.0062 | 4.0 | 1752 | 0.0031 | 1.0 | 1.0 |
59
+ | 0.0044 | 5.0 | 2190 | 0.0028 | 1.0 | 1.0 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.44.2
65
+ - Pytorch 2.4.1+cu121
66
+ - Datasets 3.2.0
67
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -64,7 +64,7 @@
64
  "position_embedding_type": "absolute",
65
  "problem_type": "single_label_classification",
66
  "torch_dtype": "float32",
67
- "transformers_version": "4.46.3",
68
  "type_vocab_size": 2,
69
  "use_cache": true,
70
  "vocab_size": 30522
 
64
  "position_embedding_type": "absolute",
65
  "problem_type": "single_label_classification",
66
  "torch_dtype": "float32",
67
+ "transformers_version": "4.44.2",
68
  "type_vocab_size": 2,
69
  "use_cache": true,
70
  "vocab_size": 30522
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39711be640cb36173bd8b05ff471eb160959519a5e76ff0f09fa6ff7382de56c
3
  size 438014016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761946f78d20632942dd24d0927a6150a76a35f631e5d539dad1780106c66924
3
  size 438014016
runs/Jan04_22-48-12_7334ccb189ca/events.out.tfevents.1736030894.7334ccb189ca.21.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70daeeae1cbe4e6ca2ccff0cd04294e0c4a06bd03ee663c001747aff2701d51d
3
+ size 8912
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d260d0803e06102e66a0a9a49f5695882af5cb696342839956b895799e925ee
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18052524afe41dcc3f76d9e59f22cc5a36984c4ffa341282905a6180f2d2d0c0
3
+ size 5304