elselse commited on
Commit
92d3d78
·
verified ·
1 Parent(s): 5081c1f

End of training

Browse files
Files changed (2) hide show
  1. README.md +12 -16
  2. metrics.json +6 -6
README.md CHANGED
@@ -4,9 +4,6 @@ license: mit
4
  base_model: roberta-base
5
  tags:
6
  - generated_from_trainer
7
- metrics:
8
- - accuracy
9
- - f1
10
  model-index:
11
  - name: cwe-parent-vulnerability-classification-roberta-base
12
  results: []
@@ -19,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 3.6317
23
- - Accuracy: 0.4111
24
- - F1: 0.0069
25
 
26
  ## Model description
27
 
@@ -41,23 +38,22 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 3e-05
44
- - train_batch_size: 40
45
- - eval_batch_size: 40
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.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
- - label_smoothing_factor: 0.1
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
- | 4.5723 | 1.0 | 20 | 4.0892 | 0.2397 | 0.0022 |
57
- | 4.0579 | 2.0 | 40 | 3.9983 | 0.2397 | 0.0022 |
58
- | 3.9765 | 3.0 | 60 | 3.9314 | 0.2448 | 0.0025 |
59
- | 3.9012 | 4.0 | 80 | 3.7501 | 0.3776 | 0.0064 |
60
- | 3.7555 | 5.0 | 100 | 3.6317 | 0.4111 | 0.0069 |
61
 
62
 
63
  ### Framework versions
 
4
  base_model: roberta-base
5
  tags:
6
  - generated_from_trainer
 
 
 
7
  model-index:
8
  - name: cwe-parent-vulnerability-classification-roberta-base
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0746
20
+ - F1 Macro: 0.0
21
+ - Exact Match: 0.0
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 3e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
  - seed: 42
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
  - num_epochs: 5
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 Macro | Exact Match |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|
52
+ | 0.1439 | 1.0 | 25 | 0.1152 | 0.0 | 0.0 |
53
+ | 0.1108 | 2.0 | 50 | 0.0925 | 0.0 | 0.0 |
54
+ | 0.0936 | 3.0 | 75 | 0.0815 | 0.0 | 0.0 |
55
+ | 0.078 | 4.0 | 100 | 0.0762 | 0.0 | 0.0 |
56
+ | 0.0755 | 5.0 | 125 | 0.0746 | 0.0 | 0.0 |
57
 
58
 
59
  ### Framework versions
metrics.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "eval_loss": 3.6316609382629395,
3
- "eval_accuracy": 0.4110824742268041,
4
- "eval_f1": 0.006900071113956835,
5
- "eval_runtime": 3.6016,
6
- "eval_samples_per_second": 215.462,
7
- "eval_steps_per_second": 5.553,
8
  "epoch": 5.0
9
  }
 
1
  {
2
+ "eval_loss": 0.07459069043397903,
3
+ "eval_f1_macro": 0.0,
4
+ "eval_exact_match": 0.0,
5
+ "eval_runtime": 0.5137,
6
+ "eval_samples_per_second": 167.398,
7
+ "eval_steps_per_second": 5.839,
8
  "epoch": 5.0
9
  }