Commit 
							
							·
						
						66c0717
	
1
								Parent(s):
							
							5b18cb2
								
update model card README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. --> | |
| 18 |  | 
| 19 | 
             
            This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
         | 
| 20 | 
             
            It achieves the following results on the evaluation set:
         | 
| 21 | 
            -
            - Loss: 0. | 
| 22 | 
            -
            - Precision: 0. | 
| 23 | 
            -
            - Recall: 0. | 
| 24 | 
            -
            - F1: 0. | 
| 25 | 
            -
            - Accuracy: 0. | 
| 26 |  | 
| 27 | 
             
            ## Model description
         | 
| 28 |  | 
| @@ -48,7 +48,7 @@ The following hyperparameters were used during training: | |
| 48 | 
             
            - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
         | 
| 49 | 
             
            - lr_scheduler_type: linear
         | 
| 50 | 
             
            - lr_scheduler_warmup_steps: 500
         | 
| 51 | 
            -
            - num_epochs:  | 
| 52 |  | 
| 53 | 
             
            ### Training results
         | 
| 54 |  | 
|  | |
| 18 |  | 
| 19 | 
             
            This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
         | 
| 20 | 
             
            It achieves the following results on the evaluation set:
         | 
| 21 | 
            +
            - Loss: 0.2883
         | 
| 22 | 
            +
            - Precision: 0.9104
         | 
| 23 | 
            +
            - Recall: 0.9661
         | 
| 24 | 
            +
            - F1: 0.9374
         | 
| 25 | 
            +
            - Accuracy: 0.8880
         | 
| 26 |  | 
| 27 | 
             
            ## Model description
         | 
| 28 |  | 
|  | |
| 48 | 
             
            - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
         | 
| 49 | 
             
            - lr_scheduler_type: linear
         | 
| 50 | 
             
            - lr_scheduler_warmup_steps: 500
         | 
| 51 | 
            +
            - num_epochs: 5
         | 
| 52 |  | 
| 53 | 
             
            ### Training results
         | 
| 54 |  |