Add library_name and correct pretty_name

#1
by nielsr HF Staff - opened
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
+ ```