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 ·
6a482fa
1
Parent(s): 4fcf02f
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: token-classification
|
| 3 |
-
---
|
| 4 |
widget:
|
| 5 |
- text: سن نجورسن؟
|
| 6 |
example_title: سن نجورسن؟
|
| 7 |
- text: من سنی سویرم.
|
| 8 |
-
example_title: من سنی سویرم.
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: token-classification
|
|
|
|
| 3 |
widget:
|
| 4 |
- text: سن نجورسن؟
|
| 5 |
example_title: سن نجورسن؟
|
| 6 |
- text: من سنی سویرم.
|
| 7 |
+
example_title: من سنی سویرم.
|
| 8 |
+
---
|