jhonparra18
commited on
Commit
•
561d291
1
Parent(s):
66f4a3c
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: bert-cvs-estimation-years-experience
|
7 |
results: []
|
@@ -14,8 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [jhonparra18/bert-base-cased-cv-studio_name-medium](https://huggingface.co/jhonparra18/bert-base-cased-cv-studio_name-medium) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
-
-
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -45,12 +50,12 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
-
|
50 |
-
| No log | 10.34 | 300 |
|
51 |
-
| 3.
|
52 |
-
| 3.
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: bert-cvs-estimation-years-experience
|
9 |
results: []
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [jhonparra18/bert-base-cased-cv-studio_name-medium](https://huggingface.co/jhonparra18/bert-base-cased-cv-studio_name-medium) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 9.4494
|
20 |
+
- Mse: 9.4494
|
21 |
+
- Mae: 2.0686
|
22 |
+
- R2: 0.4131
|
23 |
+
- Accuracy: 0.2586
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:--------:|
|
55 |
+
| No log | 10.34 | 300 | 10.5131 | 10.5131 | 2.2140 | 0.3470 | 0.2759 |
|
56 |
+
| 3.3802 | 20.69 | 600 | 9.1915 | 9.1915 | 2.0780 | 0.4291 | 0.2759 |
|
57 |
+
| 3.3802 | 31.03 | 900 | 8.8261 | 8.8261 | 1.9359 | 0.4518 | 0.2931 |
|
58 |
+
| 0.1613 | 41.38 | 1200 | 9.4494 | 9.4494 | 2.0686 | 0.4131 | 0.2586 |
|
59 |
|
60 |
|
61 |
### Framework versions
|