eliot-hub commited on
Commit
aed9ad2
1 Parent(s): 9ff37ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -21,6 +21,17 @@ model-index:
21
  type: f_score
22
  value: 0.9131391586
23
  ---
 
 
 
 
 
 
 
 
 
 
 
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `en_pipeline` |
@@ -52,5 +63,3 @@ model-index:
52
  | `ENTS_F` | 91.31 |
53
  | `ENTS_P` | 91.75 |
54
  | `ENTS_R` | 90.88 |
55
- | `TRANSFORMER_LOSS` | 1654314.83 |
56
- | `NER_LOSS` | 2063553.28 |
 
21
  type: f_score
22
  value: 0.9131391586
23
  ---
24
+
25
+ This model was trained with spaCy (distilbert-base-uncased transformer) to perform NER on resmumes.
26
+
27
+ Entities :
28
+ | **tag** | **meaning** |
29
+ |---------------------------------|-----------|
30
+ | JOB_TITLE | Job title |
31
+ | COMPANY | Companies |
32
+ | SKILL | Skills |
33
+ | DIPLOMA | Education |
34
+
35
  | Feature | Description |
36
  | --- | --- |
37
  | **Name** | `en_pipeline` |
 
63
  | `ENTS_F` | 91.31 |
64
  | `ENTS_P` | 91.75 |
65
  | `ENTS_R` | 90.88 |