Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# results
|
20 |
|
21 |
-
This model is a fine-tuned version of [jjzha/jobbert-base-cased](https://huggingface.co/jjzha/jobbert-base-cased)
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.1244
|
24 |
- Accuracy: 0.9701
|
@@ -28,7 +28,7 @@ It achieves the following results on the evaluation set:
|
|
28 |
|
29 |
## Model description
|
30 |
|
31 |
-
The base model (`jjzha/jobbert-base-cased`) is a BERT transformer model, pretrained on a corpus of ~3.2 million sentences from job adverts for the objective of Masked Language Modelling (MLM). A token classification head is added to the top of the model to predict a label for every token in a given
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
|
|
18 |
|
19 |
# results
|
20 |
|
21 |
+
This model is a fine-tuned version of [jjzha/jobbert-base-cased](https://huggingface.co/jjzha/jobbert-base-cased) for the task of token classification.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.1244
|
24 |
- Accuracy: 0.9701
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
31 |
+
The base model (`jjzha/jobbert-base-cased`) is a BERT transformer model, pretrained on a corpus of ~3.2 million sentences from job adverts for the objective of Masked Language Modelling (MLM). A token classification head is added to the top of the model to predict a label for every token in a given sequence. In this instance, it is predicting a label for every token in a job description, where the label is either a 'B-SKILL', 'I-SKILL' or 'O' (not a skill).
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|