Instructions to use aimarsg/ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aimarsg/ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="aimarsg/ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("aimarsg/ner") model = AutoModelForTokenClassification.from_pretrained("aimarsg/ner") - 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:09e3fd2069f8514b36783b1395d9b6c014a4af2a68ab868eb2d0f8dcf9413ed8
|
| 3 |
size 496299053
|
runs/Apr25_22-40-25_b801277d8075/events.out.tfevents.1682462433.b801277d8075.671.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:4726937e11414aeff770280eed7feb3f652715ee2f4cbef63d4706d2e5d6347e
|
| 3 |
+
size 18575
|