ranjan56cse commited on
Commit
db6fedf
·
verified ·
1 Parent(s): 7e50a47

Model save

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: microsoft/codebert-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: gpad-v1-entropy-taskA
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # gpad-v1-entropy-taskA
17
+
18
+ This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0423
21
+ - Accuracy: 0.9908
22
+ - F1 Macro: 0.9912
23
+ - F1 Weighted: 0.9908
24
+ - Precision Macro: 0.9921
25
+ - Recall Macro: 0.9903
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 500
51
+ - num_epochs: 3
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted | Precision Macro | Recall Macro |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------:|:---------------:|:------------:|
57
+ | 0.0643 | 1.0 | 7813 | 0.0518 | 0.9881 | 0.9885 | 0.9881 | 0.9920 | 0.9851 |
58
+ | 0.0261 | 2.0 | 15626 | 0.0409 | 0.9902 | 0.9906 | 0.9902 | 0.9914 | 0.9897 |
59
+ | 0.044 | 3.0 | 23439 | 0.0423 | 0.9908 | 0.9912 | 0.9908 | 0.9921 | 0.9903 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.53.3
65
+ - Pytorch 2.6.0+cu124
66
+ - Datasets 4.0.0
67
+ - Tokenizers 0.21.2