sebastiansarasti
commited on
updating the readme
Browse files
README.md
CHANGED
@@ -20,11 +20,8 @@ tags:
|
|
20 |
|
21 |
## Model
|
22 |
1. Multi-head neural network. One head is used for each feature (description, requirements, and benefits of the job).
|
23 |
-
2. Best metrics achieved:
|
24 |
-
|
25 |
-
- Recall: 0.65
|
26 |
-
- F1-score: 0.71
|
27 |
-
-
|
28 |
### Components:
|
29 |
Text Encoder: distilbert-base-uncased is used to encode the textual input into a dense vector.
|
30 |
|
|
|
20 |
|
21 |
## Model
|
22 |
1. Multi-head neural network. One head is used for each feature (description, requirements, and benefits of the job).
|
23 |
+
2. Best metrics achieved (over validation data-split): Precision: 0.83, Recall: 0.65, F1-score: 0.71
|
24 |
+
|
|
|
|
|
|
|
25 |
### Components:
|
26 |
Text Encoder: distilbert-base-uncased is used to encode the textual input into a dense vector.
|
27 |
|