mahsaamani commited on
Commit
a80586a
1 Parent(s): 735fa23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,14 +1,19 @@
1
  ---
2
  pipeline_tag: token-classification
3
  widget:
4
- - text: سن نجورسن؟
5
- example_title: سن نجورسن؟
6
- - text: من سنی سویرم.
7
- example_title: من سنی سویرم.
 
 
 
 
 
8
  ---
9
  # POS Tagger
10
- Type: Fine-tuned BERT-based Part-of-Speech (POS) tagging model
11
- Description: This model has been fine-tuned using [AzerBERT](https://huggingface.co/language-ml-lab/AzerBert) for part-of-speech tagging tasks in Iranian Azerbaijani text. It can be used to annotate text with 11 POS tags, which is essential for various downstream NLP applications.
12
 
13
  ## How to use
14
  ```python
 
1
  ---
2
  pipeline_tag: token-classification
3
  widget:
4
+ - text: سن نجورسن؟
5
+ example_title: سن نجورسن؟
6
+ - text: من سنی سویرم.
7
+ example_title: من سنی سویرم.
8
+ language:
9
+ - az
10
+ metrics:
11
+ - accuracy
12
+ - f1
13
  ---
14
  # POS Tagger
15
+ - Type: Fine-tuned BERT-based Part-of-Speech (POS) tagging model
16
+ - Description: This model has been fine-tuned using [AzerBERT](https://huggingface.co/language-ml-lab/AzerBert) for part-of-speech tagging tasks in Iranian Azerbaijani text. It can be used to annotate text with 11 POS tags, which is essential for various downstream NLP applications.
17
 
18
  ## How to use
19
  ```python