English
Eval Results
amant555 commited on
Commit
56a59d6
·
1 Parent(s): aeb79cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -32,6 +32,16 @@ model-index:
32
  ---
33
  Indian Legal Named Entity Recognition: Identifying relevant entities in an Indian legal document
34
 
 
 
 
 
 
 
 
 
 
 
35
  | Feature | Description |
36
  | --- | --- |
37
  | **Name** | `en_legal_ner_sm` |
@@ -98,14 +108,6 @@ for ent in doc.ents:
98
 
99
  </details>
100
 
101
- ### Accuracy
102
-
103
- | Type | Score |
104
- | --- | --- |
105
- | **F1-Score** | **75.027** |
106
- | `Precision` | 77.849 |
107
- | `Recall` | 72.371 |
108
-
109
 
110
  ## Author - Publication
111
 
 
32
  ---
33
  Indian Legal Named Entity Recognition: Identifying relevant entities in an Indian legal document
34
 
35
+ This is the legal NER model for Indian legal judgements that ships with [spacy](https://github.com/explosion/spaCy).
36
+
37
+ ### Scores
38
+ | Type | Score |
39
+ | --- | --- |
40
+ | **F1-Score** | **75.027** |
41
+ | `Precision` | 77.849 |
42
+ | `Recall` | 72.371 |
43
+
44
+
45
  | Feature | Description |
46
  | --- | --- |
47
  | **Name** | `en_legal_ner_sm` |
 
108
 
109
  </details>
110
 
 
 
 
 
 
 
 
 
111
 
112
  ## Author - Publication
113