Add library_name, correct pretty_name, and improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,24 +1,27 @@
1
  ---
2
- license: mit
 
 
 
3
  language:
4
  - brx
 
5
  metrics:
6
  - f1
7
  - precision
8
  - recall
9
- base_model:
10
- - google/muril-large-cased
11
  pipeline_tag: token-classification
 
12
  tags:
13
  - NER
14
  - Named_Entity_Recognition
15
- pretty_name: APTFiNER Tamil MuRIL
16
- datasets:
17
- - prachuryyaIITG/APTFiNER
18
  ---
19
 
20
  **MuRIL is fine-tuned on Bodo APTFiNER dataset for Fine-grained Named Entity Recognition.**
21
 
 
 
22
  The tagset of [MultiCoNER2](https://huggingface.co/datasets/MultiCoNER/multiconer_v2) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
23
 
24
  * Location (LOC) : Facility, OtherLOC, HumanSettlement, Station
@@ -109,4 +112,4 @@ If you use this model, please cite the following papers:
109
  pages={2027--2051},
110
  year={2023}
111
  }
112
- ```
 
1
  ---
2
+ base_model:
3
+ - google/muril-large-cased
4
+ datasets:
5
+ - prachuryyaIITG/APTFiNER
6
  language:
7
  - brx
8
+ license: mit
9
  metrics:
10
  - f1
11
  - precision
12
  - recall
 
 
13
  pipeline_tag: token-classification
14
+ library_name: transformers
15
  tags:
16
  - NER
17
  - Named_Entity_Recognition
18
+ pretty_name: APTFiNER Bodo MuRIL
 
 
19
  ---
20
 
21
  **MuRIL is fine-tuned on Bodo APTFiNER dataset for Fine-grained Named Entity Recognition.**
22
 
23
+ This model is part of the work presented in [AWED-FiNER: Agents, Web applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers](https://huggingface.co/papers/2601.10161).
24
+
25
  The tagset of [MultiCoNER2](https://huggingface.co/datasets/MultiCoNER/multiconer_v2) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
26
 
27
  * Location (LOC) : Facility, OtherLOC, HumanSettlement, Station
 
112
  pages={2027--2051},
113
  year={2023}
114
  }
115
+ ```