OhWayTee commited on
Commit
57f3d34
·
verified ·
1 Parent(s): c5fcf63

OhWayTee/Cybersecurity-News-Model/model1

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0420
22
- - Accuracy: 0.993
23
- - Auc: 1.0
24
 
25
  ## Model description
26
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
53
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
54
- | 0.0232 | 1.0 | 66 | 0.0420 | 0.993 | 1.0 |
55
 
56
 
57
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6361
22
+ - Accuracy: 0.686
23
+ - Auc: 0.53
24
 
25
  ## Model description
26
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
54
+ | 0.6437 | 1.0 | 447 | 0.6361 | 0.686 | 0.53 |
55
 
56
 
57
  ### Framework versions
config.json CHANGED
@@ -10,8 +10,8 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "IsCyber",
14
- "1": "IsNotCyber"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "IsNotCyber",
14
+ "1": "IsCyber"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f32bc6438538a3ddc01d3f8882530fb55a7ab75e8261d11a11a2f8e44638e8dc
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d893a0fc9dff2cd82fd55a096e95201e87046b544f86c1adb9d33acd09f15b
3
  size 437958648
runs/Nov08_06-32-17_e181ffc67936/events.out.tfevents.1731047540.e181ffc67936.763.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f11f0493893f7f385b15fe19059529c67434f2034f56376b4fb13b32c208e0d
3
+ size 5060
runs/Nov08_06-32-17_e181ffc67936/events.out.tfevents.1731047815.e181ffc67936.763.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b19735298d1ada62a2f261d8a941853fc0d654613c343e5f9aea0e616fa68c
3
+ size 5995
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,11 +43,9 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
- "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7959f24ab2f9611eb0eb1bea57a2e25bf0f780c8aff8891ddf976c8ac941d142
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b545be851cf886c8ce2c0525566637c09ea5e091d7431104f5b480e61609fc6
3
  size 5176