mcanoglu commited on
Commit
6a13fe8
1 Parent(s): 0df9d77

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5639
20
- - Accuracy: 0.6744
21
 
22
  ## Model description
23
 
@@ -42,13 +42,15 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 1.0
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 0.6214 | 1.0 | 997 | 0.5639 | 0.6744 |
 
 
52
 
53
 
54
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5346
20
+ - Accuracy: 0.7093
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 3.0
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.6157 | 1.0 | 997 | 0.5484 | 0.6883 |
52
+ | 0.5023 | 2.0 | 1994 | 0.5381 | 0.7061 |
53
+ | 0.4403 | 3.0 | 2991 | 0.5346 | 0.7093 |
54
 
55
 
56
  ### Framework versions