Instructions to use language-ml-lab/postagger-azb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use language-ml-lab/postagger-azb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="language-ml-lab/postagger-azb")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("language-ml-lab/postagger-azb") model = AutoModelForTokenClassification.from_pretrained("language-ml-lab/postagger-azb") - Notebooks
- Google Colab
- Kaggle
Commit ·
cd0b75e
1
Parent(s): 22a60fa
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
pipeline_tag: token-classification
|
| 3 |
widget:
|
| 4 |
- text: سن نجورسن؟
|
| 5 |
-
example_title:
|
| 6 |
- text: من سنی سویرم.
|
| 7 |
-
example_title:
|
| 8 |
- text: سن شاهین قیزین چوخ سئویرسن.
|
| 9 |
-
example_title:
|
| 10 |
language:
|
| 11 |
- az
|
| 12 |
metrics:
|
|
|
|
| 2 |
pipeline_tag: token-classification
|
| 3 |
widget:
|
| 4 |
- text: سن نجورسن؟
|
| 5 |
+
example_title: Example 1
|
| 6 |
- text: من سنی سویرم.
|
| 7 |
+
example_title: Example 2
|
| 8 |
- text: سن شاهین قیزین چوخ سئویرسن.
|
| 9 |
+
example_title: Example 3
|
| 10 |
language:
|
| 11 |
- az
|
| 12 |
metrics:
|