Instructions to use Red-8/Gujarati_NER-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Red-8/Gujarati_NER-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Red-8/Gujarati_NER-1")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Red-8/Gujarati_NER-1") model = AutoModelForTokenClassification.from_pretrained("Red-8/Gujarati_NER-1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- model.safetensors +3 -0
- optimizer.pt +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6d2a7aba3ae7a7e69e28518bb8fbfe812437af05789e4db030c9465e94053bd
|
| 3 |
+
size 947907420
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b62624c7fdade125fb01f0f6c3406488d849c9104c5aa62c491f6d314d07180a
|
| 3 |
+
size 1895934522
|