Token Classification
Transformers
Safetensors
Hebrew
English
bert
named-entity-recognition
hebrew-manuscripts
marc
role-classification
Instructions to use alexgoldberg/hebrew-manuscript-joint-ner-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexgoldberg/hebrew-manuscript-joint-ner-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alexgoldberg/hebrew-manuscript-joint-ner-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alexgoldberg/hebrew-manuscript-joint-ner-v2") model = AutoModelForTokenClassification.from_pretrained("alexgoldberg/hebrew-manuscript-joint-ner-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
enable HF Serverless Inference (inference: true)
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
- hebrew-manuscripts
|
| 12 |
- marc
|
| 13 |
- role-classification
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Hebrew Manuscript Joint NER v2
|
|
|
|
| 11 |
- hebrew-manuscripts
|
| 12 |
- marc
|
| 13 |
- role-classification
|
| 14 |
+
inference: true
|
| 15 |
---
|
| 16 |
|
| 17 |
# Hebrew Manuscript Joint NER v2
|