param-bharat commited on
Commit
dfa5feb
·
verified ·
1 Parent(s): 8e5e04a

Model save

Browse files
Files changed (2) hide show
  1. README.md +10 -10
  2. model.safetensors +1 -1
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [huggingface/CodeBERTa-small-v1](https://huggingface.co/huggingface/CodeBERTa-small-v1) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0000
24
- - F1: 1.0
25
- - Accuracy: 1.0
26
- - Precision: 1.0
27
- - Recall: 1.0
28
 
29
  ## Model description
30
 
@@ -44,8 +44,8 @@ More information needed
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 0.0003
47
- - train_batch_size: 128
48
- - eval_batch_size: 128
49
  - seed: 2024
50
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
  - lr_scheduler_type: cosine
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
58
  |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|
59
- | No log | 0 | 0 | 0.7035 | 0.3005 | 0.47 | 0.2209 | 0.47 |
60
- | 0.0018 | 6.25 | 50 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
61
- | 0.0001 | 12.5 | 100 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
62
 
63
 
64
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [huggingface/CodeBERTa-small-v1](https://huggingface.co/huggingface/CodeBERTa-small-v1) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0719
24
+ - F1: 0.9900
25
+ - Accuracy: 0.99
26
+ - Precision: 0.9902
27
+ - Recall: 0.99
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 0.0003
47
+ - train_batch_size: 256
48
+ - eval_batch_size: 256
49
  - seed: 2024
50
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
  - lr_scheduler_type: cosine
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
58
  |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|
59
+ | No log | 0 | 0 | 0.6985 | 0.3223 | 0.49 | 0.2401 | 0.49 |
60
+ | 0.0 | 12.5 | 50 | 0.0716 | 0.9900 | 0.99 | 0.9902 | 0.99 |
61
+ | 0.0 | 25.0 | 100 | 0.0719 | 0.9900 | 0.99 | 0.9902 | 0.99 |
62
 
63
 
64
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:052b4e4e50379a4f4c8d1fe6cf41320e9faf20d895498d444c5488c0e7b6d9b0
3
  size 166917412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9611af1a1d70ba8343dff7d5d24f6e62d126c7f86f61af5b378fbf5b7c5a6fc
3
  size 166917412