Model save
Browse files- README.md +10 -6
- config.json +1 -1
- model.safetensors +1 -1
- runs/Apr13_00-41-01_5e574a87c482/events.out.tfevents.1712968862.5e574a87c482.4095.3 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# codebert_4
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,15 +39,19 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 0.
|
50 |
-
| 0.
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: microsoft/codebert-base-mlm
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
|
|
12 |
|
13 |
# codebert_4
|
14 |
|
15 |
+
This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.6085
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 6
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.7798 | 1.0 | 524 | 0.6483 |
|
50 |
+
| 0.6994 | 2.0 | 1048 | 0.6122 |
|
51 |
+
| 0.6585 | 3.0 | 1572 | 0.5789 |
|
52 |
+
| 0.6499 | 4.0 | 2096 | 0.5766 |
|
53 |
+
| 0.6222 | 5.0 | 2620 | 0.5661 |
|
54 |
+
| 0.6106 | 6.0 | 3144 | 0.6085 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForMaskedLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/codebert-base-mlm",
|
3 |
"architectures": [
|
4 |
"RobertaForMaskedLM"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498813948
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5a4faa4f1817fe08ea660159a06457a9394e615aa4ecee3fd4d98e276528b63
|
3 |
size 498813948
|
runs/Apr13_00-41-01_5e574a87c482/events.out.tfevents.1712968862.5e574a87c482.4095.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5999549953e1fcdfb7f389c1ed743f661842f3705e4c0d1feffb7cdf51d03759
|
3 |
+
size 7834
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ee6047430c4ad4a25f0ba618bd1c2149b43bd4026152068e84e5705ee2c04b1
|
3 |
size 4920
|