krytonguard commited on
Commit
8b9af8b
·
verified ·
1 Parent(s): e9f6313

End of training

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 4.5621
20
 
21
  ## Model description
22
 
@@ -39,17 +39,22 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - num_epochs: 3.0
45
 
46
  ### Training results
47
 
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
51
 
52
- - Transformers 4.46.2
53
- - Pytorch 2.5.1
54
  - Datasets 3.1.0
55
- - Tokenizers 0.20.3
 
16
 
17
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 6.8803
20
 
21
  ## Model description
22
 
 
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - num_epochs: 3.0
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 7.5607 | 1.0 | 584 | 7.0272 |
51
+ | 6.9412 | 2.0 | 1168 | 6.8951 |
52
+ | 6.8829 | 3.0 | 1752 | 6.8661 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.44.2
58
+ - Pytorch 2.5.0+cu121
59
  - Datasets 3.1.0
60
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
- "BertLMHeadModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
@@ -19,7 +19,7 @@
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.46.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 28996
 
1
  {
2
  "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
+ "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.44.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 28996
generation_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "_from_model_config": true,
3
  "pad_token_id": 0,
4
- "transformers_version": "4.46.2"
5
  }
 
1
  {
2
  "_from_model_config": true,
3
  "pad_token_id": 0,
4
+ "transformers_version": "4.44.2"
5
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2be65c15ae15fa7b2e0eff4119315c81c859b4b29707cc4183c1d96e1e8b392e
3
  size 433386912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679539594431ee218f471e09e2d85971c4d74012ce5a504a4c2f333e15dff818
3
  size 433386912
runs/Nov08_07-16-57_ae7ae834c67d/events.out.tfevents.1731050227.ae7ae834c67d.3578.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3baaf7e104182e349a941f642482d982b7822c37fc67432410b160a8b7f691
3
+ size 6740
runs/Nov08_07-16-57_ae7ae834c67d/events.out.tfevents.1731050641.ae7ae834c67d.3578.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c599dd1e2fbaa1d2ac9f2dd592cac3ebe9df70bf85a042b80841a071451a8ba5
3
+ size 359
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88d6c7e1bc173f76f823993fc7fc3b2a6ffe4af73f0888fe6f35844a1dc757e3
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a160eacdbfec3ce50183c89273b093e83fa336984bdfc2de0962a5bd3e3fe45
3
+ size 5304