Instructions to use themohal/ner_urdu_roberta_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use themohal/ner_urdu_roberta_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="themohal/ner_urdu_roberta_base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("themohal/ner_urdu_roberta_base") model = AutoModelForTokenClassification.from_pretrained("themohal/ner_urdu_roberta_base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496314413
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96dc1c231f92dff2839bbeef5670a85ee6bcfc8c34971e1b5ec2381d8b15a2e5
|
| 3 |
size 496314413
|