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 20
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:99c2333a8dcd5e76b40b92b3829b1cabb9e0b2a27126e174fb77863c59723c13
|
| 3 |
size 496299053
|
runs/Apr26_20-03-03_34d76397237c/events.out.tfevents.1682539388.34d76397237c.289.9
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:91b18a3297a1b275ae49fdf50c79aa8ba1b7fb8203787455d0d5bc37ebc35bf0
|
| 3 |
+
size 13860
|