Instructions to use onionLad/ner-tutorial-2024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use onionLad/ner-tutorial-2024 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="onionLad/ner-tutorial-2024")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("onionLad/ner-tutorial-2024") model = AutoModelForTokenClassification.from_pretrained("onionLad/ner-tutorial-2024") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 735378268
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e30cfd1c683b1586dc7c4fcdc82a0a714d2b8d8639a28050a699235689d9964b
|
| 3 |
size 735378268
|
runs/May16_15-15-08_e15b2d24533e/events.out.tfevents.1715872509.e15b2d24533e.11130.0
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:2fcabae137d1d776eb25e29df769195a994f33c78ab6b231a3f32d1d77e4f5e8
|
| 3 |
+
size 7576
|