Instructions to use apwic/nerui-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apwic/nerui-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="apwic/nerui-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("apwic/nerui-base") model = AutoModelForTokenClassification.from_pretrained("apwic/nerui-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 16
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439915340
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e813eecfda9845a0d9f1e0b7c3b5ea6a27c651691ac76524c637cbeec2643d3
|
| 3 |
size 439915340
|
runs/May25_11-45-33_indolem-petl-vm/events.out.tfevents.1716637545.indolem-petl-vm.2150809.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:648cab49403960162729f1643c4278cddb6ad8fefefe2643d2bc1ee90703881a
|
| 3 |
+
size 15957
|