sebastiansarasti commited on
Commit
a7336dc
·
verified ·
1 Parent(s): 097b4b3

updating the readme

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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
- - Precision: 0.83
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