nielsr HF Staff commited on
Commit
6d38d3e
·
verified ·
1 Parent(s): e23d72e

Add library_name and correct pretty_name

Browse files

Hi! I'm Niels from the Hugging Face community team.

I've opened this PR to improve the model card metadata and clarity:
- Added `library_name: transformers` to enable the "Use in Transformers" feature on the model page.
- Corrected the `pretty_name` from "Tamil" to "Nepali" to align with the language tag (`ne`) and the dataset description provided in the model card.
- Maintained the existing citations and links to the [AWED-FiNER paper](https://huggingface.co/papers/2601.10161) and GitHub repository.

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,20 +1,21 @@
1
  ---
2
- license: mit
 
 
 
3
  language:
4
  - ne
 
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 Nepali APTFiNER dataset for Fine-grained Named Entity Recognition.**
@@ -110,4 +111,4 @@ If you use this model, please cite the following papers:
110
  pages={2027--2051},
111
  year={2023}
112
  }
113
- ```
 
1
  ---
2
+ base_model:
3
+ - google/muril-large-cased
4
+ datasets:
5
+ - prachuryyaIITG/APTFiNER
6
  language:
7
  - ne
8
+ license: mit
9
  metrics:
10
  - f1
11
  - precision
12
  - recall
 
 
13
  pipeline_tag: token-classification
14
  tags:
15
  - NER
16
  - Named_Entity_Recognition
17
+ pretty_name: APTFiNER Nepali MuRIL
18
+ library_name: transformers
 
19
  ---
20
 
21
  **MuRIL is fine-tuned on Nepali APTFiNER dataset for Fine-grained Named Entity Recognition.**
 
111
  pages={2027--2051},
112
  year={2023}
113
  }
114
+ ```