update model card README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
-
metrics:
|
5 |
-
- accuracy
|
6 |
model-index:
|
7 |
- name: CommitPredictor
|
8 |
results: []
|
@@ -14,9 +12,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# CommitPredictor
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on the None dataset.
|
17 |
-
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.6364
|
19 |
-
- Accuracy: 0.8704
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,15 +38,6 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 3
|
45 |
|
46 |
-
### Training results
|
47 |
-
|
48 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| 0.8433 | 1.0 | 1373 | 0.6867 | 0.8584 |
|
51 |
-
| 0.7062 | 2.0 | 2746 | 0.6487 | 0.8670 |
|
52 |
-
| 0.6778 | 3.0 | 4119 | 0.6364 | 0.8704 |
|
53 |
-
|
54 |
-
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.25.1
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
- name: CommitPredictor
|
6 |
results: []
|
|
|
12 |
# CommitPredictor
|
13 |
|
14 |
This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on the None dataset.
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
38 |
- lr_scheduler_type: linear
|
39 |
- num_epochs: 3
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
### Framework versions
|
42 |
|
43 |
- Transformers 4.25.1
|