Instructions to use JoaMarie/harvey-ner-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoaMarie/harvey-ner-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JoaMarie/harvey-ner-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JoaMarie/harvey-ner-v2") model = AutoModelForTokenClassification.from_pretrained("JoaMarie/harvey-ner-v2") - Notebooks
- Google Colab
- Kaggle
Upload training_args.bin with huggingface_hub
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f9591d075709c960e47a68b2bc5c145c2dc67fb9b28eb1112acef0ce7c56655
|
| 3 |
size 5201
|