aisuko commited on
Commit
0f38a78
1 Parent(s): 6798193

End of training

Browse files
Files changed (4) hide show
  1. README.md +9 -9
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
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-uncased](https://huggingface.co/bert-base-uncased) on the https://www.kaggle.com/datasets/skywardai/network-vulnerability dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.2520
20
 
21
  ## Model description
22
 
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 16
40
  - eval_batch_size: 16
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
45
 
@@ -47,14 +47,14 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 0.2417 | 1.0 | 63 | 0.2539 |
51
- | 0.1808 | 2.0 | 126 | 0.2488 |
52
- | 0.1045 | 3.0 | 189 | 0.2520 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.45.1
58
- - Pytorch 2.4.0
59
- - Datasets 3.0.1
60
- - Tokenizers 0.20.0
 
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the https://www.kaggle.com/datasets/skywardai/network-vulnerability dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1812
20
 
21
  ## Model description
22
 
 
39
  - train_batch_size: 16
40
  - eval_batch_size: 16
41
  - seed: 42
42
+ - optimizer: Use 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
45
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.1845 | 1.0 | 63 | 0.1808 |
51
+ | 0.1793 | 2.0 | 126 | 0.1811 |
52
+ | 0.2158 | 3.0 | 189 | 0.1812 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.46.1
58
+ - Pytorch 2.2.2
59
+ - Datasets 3.1.0
60
+ - Tokenizers 0.20.1
config.json CHANGED
@@ -20,7 +20,7 @@
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.45.1",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
 
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.46.1",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e84089372be791912ba781d7b0f22a61d52260d1e9a21d40c27140579bcbf8db
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8bd3d3aac6c785b385cc9329fe46a80a87330e67e5706a6b35ab961308d81d7
3
  size 437958648
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:640ee8ba7cbe4f75950f1fbcd6b4538d298a1f332239cecdd0f0b40747686c18
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3019045d8ca038d50d383ef7e0f0647a7e48b0889da2f3276f954da053279565
3
  size 5240