Update README.md
Browse files
README.md
CHANGED
@@ -89,8 +89,8 @@ This model is designed for information extraction from resumes/CVs written in En
|
|
89 |
| `Spacy Components` | Transformer, Named Entity Recognition (NER) |
|
90 |
| `Author` | [Youssef Chafiqui](https://huggingface.co/ychafiqui) |
|
91 |
|
92 |
-
###
|
93 |
-
The model recognizes various
|
94 |
| Label | Description |
|
95 |
| --- | --- |
|
96 |
| 'FNAME' | First name |
|
|
|
89 |
| `Spacy Components` | Transformer, Named Entity Recognition (NER) |
|
90 |
| `Author` | [Youssef Chafiqui](https://huggingface.co/ychafiqui) |
|
91 |
|
92 |
+
### NER Entities
|
93 |
+
The model recognizes various entities corresponding to different sections of a resume. Below are the entities used by the model:
|
94 |
| Label | Description |
|
95 |
| --- | --- |
|
96 |
| 'FNAME' | First name |
|