amant555 commited on
Commit
df38e94
1 Parent(s): d57d734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -9,16 +9,16 @@ model-index:
9
  - name: en_legal_ner_trf
10
  results:
11
  - task:
12
- type: token-classification # Required. Example: automatic-speech-recognition
13
- name: Named Entity Recognition # Optional. Example: Speech Recognition
14
  dataset:
15
  type: Named Entity Recognition
16
- name: Indian Legal NER
17
- split: Test # Optional. Example: test
18
  metrics:
19
- - type: F1-Score # Required. Example: wer. Use metric id from https://hf.co/metrics
20
- value: 90.709 # Required. Example: 20.90
21
- name: Test F1-Score # Optional. Example: Test WER
22
  ---
23
  Indian Legal Named Entity Recognition: Identifying relevant entities in an Indian legal document
24
 
@@ -30,7 +30,7 @@ Indian Legal Named Entity Recognition: Identifying relevant entities in an India
30
  | **Default Pipeline** | `transformer`, `ner` |
31
  | **Components** | `transformer`, `ner` |
32
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
33
- | **Sources** | [Indian Legal NER Training data](https://storage.googleapis.com/indianlegalbert/OPEN_SOURCED_FILES/NER/NER_TRAIN.zip) [GitHub](https://github.com/Legal-NLP-EkStep/legal_NER)|
34
  | **License** | `MIT` |
35
  | **Author** | [Aman Tiwari](https://www.linkedin.com/in/amant555/) |
36
 
 
9
  - name: en_legal_ner_trf
10
  results:
11
  - task:
12
+ type: token-classification
13
+ name: Named Entity Recognition
14
  dataset:
15
  type: Named Entity Recognition
16
+ name: InLegalNER
17
+ split: Test
18
  metrics:
19
+ - type: F1-Score
20
+ value: 90.709
21
+ name: Test F1-Score
22
  ---
23
  Indian Legal Named Entity Recognition: Identifying relevant entities in an Indian legal document
24
 
 
30
  | **Default Pipeline** | `transformer`, `ner` |
31
  | **Components** | `transformer`, `ner` |
32
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
33
+ | **Sources** | [InLegalNER Train Data](https://storage.googleapis.com/indianlegalbert/OPEN_SOURCED_FILES/NER/NER_TRAIN.zip) [GitHub](https://github.com/Legal-NLP-EkStep/legal_NER)|
34
  | **License** | `MIT` |
35
  | **Author** | [Aman Tiwari](https://www.linkedin.com/in/amant555/) |
36