schnapp commited on
Commit
5ab7e41
1 Parent(s): ea66ef4

End of training

Browse files
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: microsoft/codebert-base-mlm
6
+ model-index:
7
+ - name: malicious-package-classifier-bert-weighted-balanced
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # malicious-package-classifier-bert-weighted-balanced
15
+
16
+ This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0408
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 140
39
+ - eval_batch_size: 140
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 15
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:------:|:---------------:|
49
+ | 0.0203 | 1.0 | 24728 | 0.0412 |
50
+ | 0.0302 | 2.0 | 49456 | 0.0285 |
51
+ | 0.0197 | 3.0 | 74184 | 0.0290 |
52
+ | 0.012 | 4.0 | 98912 | 0.0345 |
53
+ | 0.0147 | 5.0 | 123640 | 0.0408 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.10.0
59
+ - Transformers 4.39.3
60
+ - Pytorch 2.2.2+cu121
61
+ - Datasets 2.18.0
62
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9eec8022c3e31f6c7701722d4a32b266d9320779afd982cecfd470ce3e844415
3
  size 3555504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b335a3fdb16e29ae2543341aa59572cb4a1b861582b5bc00dbb8c30caf351e
3
  size 3555504
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/codebert-base-mlm",
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "benign",
15
+ "1": "malicious"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "layer_norm_eps": 1e-05,
20
+ "max_position_embeddings": 514,
21
+ "model_type": "roberta",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "output_past": true,
25
+ "pad_token_id": 1,
26
+ "position_embedding_type": "absolute",
27
+ "transformers_version": "4.39.3",
28
+ "type_vocab_size": 1,
29
+ "use_cache": true,
30
+ "vocab_size": 50265
31
+ }
logs/events.out.tfevents.1716820388.llms-a100.188483.24 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86d90db2d68a9c941dd2b13356e3539d15f3d1730a7c381a75635434d303bfae
3
- size 48191
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ac6c2a7cabc3b86c517e6071eef2f9b17145c75907d812e2b3632382089d93
3
+ size 59577