IsmatS commited on
Commit
18aa0e9
·
1 Parent(s): a6e46fc

docs: fix YAML, broken image links, add library_name for inference

Browse files
Files changed (1) hide show
  1. README.md +21 -17
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- language:
3
  - az
4
- tags:
5
  - token-classification
6
  - ner
7
  - bert
8
  - multilingual
 
9
  license: mit
10
  datasets:
11
  - LocalDoc/azerbaijani-ner-dataset
@@ -14,28 +15,31 @@ metrics:
14
  - recall
15
  - f1
16
  - accuracy
 
 
 
17
  model-index:
18
- - name: mBERT Azerbaijani NER Model
19
  results:
20
  - task:
21
- name: Named Entity Recognition
22
  type: token-classification
 
23
  dataset:
24
- name: Azerbaijani NER Dataset
25
  type: LocalDoc/azerbaijani-ner-dataset
 
26
  metrics:
27
- - name: Precision
28
- type: precision
29
- value: 0.704872
30
- - name: Recall
31
- type: recall
32
- value: 0.650684
33
- - name: F1
34
- type: f1
35
- value: 0.676695
36
- - name: Accuracy
37
- type: accuracy
38
- value: 0.920898
39
  ---
40
  # mBERT Azerbaijani NER Model
41
  [![Hugging Face Model](https://img.shields.io/badge/Hugging%20Face-Model-blue)](https://huggingface.co/IsmatS/mbert-az-ner)
 
1
  ---
2
+ language:
3
  - az
4
+ tags:
5
  - token-classification
6
  - ner
7
  - bert
8
  - multilingual
9
+ - azerbaijani
10
  license: mit
11
  datasets:
12
  - LocalDoc/azerbaijani-ner-dataset
 
15
  - recall
16
  - f1
17
  - accuracy
18
+ pipeline_tag: token-classification
19
+ base_model: bert-base-multilingual-cased
20
+ library_name: transformers
21
  model-index:
22
+ - name: mBERT Azerbaijani NER
23
  results:
24
  - task:
 
25
  type: token-classification
26
+ name: Named Entity Recognition
27
  dataset:
 
28
  type: LocalDoc/azerbaijani-ner-dataset
29
+ name: Azerbaijani NER Dataset
30
  metrics:
31
+ - type: precision
32
+ name: Precision
33
+ value: 0.704872
34
+ - type: recall
35
+ name: Recall
36
+ value: 0.650684
37
+ - type: f1
38
+ name: F1
39
+ value: 0.676695
40
+ - type: accuracy
41
+ name: Accuracy
42
+ value: 0.920898
43
  ---
44
  # mBERT Azerbaijani NER Model
45
  [![Hugging Face Model](https://img.shields.io/badge/Hugging%20Face-Model-blue)](https://huggingface.co/IsmatS/mbert-az-ner)