Instructions to use aimarsg/ner-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aimarsg/ner-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="aimarsg/ner-2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("aimarsg/ner-2") model = AutoModelForTokenClassification.from_pretrained("aimarsg/ner-2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 30
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496299053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a0170be7805c2874d9f7028459d242ff03279e5e02d5d9f150a6cd18f16f6c6
|
| 3 |
size 496299053
|
runs/Apr28_10-18-46_38fa96705a16/events.out.tfevents.1682677133.38fa96705a16.1081.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f50f4feef8d3664a5ad24aad78ae6b8c5b531ea30060eb5d90e4a699009c1972
|
| 3 |
+
size 18580
|