Instructions to use onionLad/tokenClassifier-bert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use onionLad/tokenClassifier-bert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="onionLad/tokenClassifier-bert-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("onionLad/tokenClassifier-bert-large") model = AutoModelForTokenClassification.from_pretrained("onionLad/tokenClassifier-bert-large") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1330210572
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5e80426d44bc20e5acb1625bf8cc5c273a91b86def80fbe169e51ee877af3e3
|
| 3 |
size 1330210572
|
runs/Jul31_10-41-21_cn2379/events.out.tfevents.1722436889.cn2379.233279.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:0df991d11a18e88e6935e60feb1bf3c2a432420dd72869a64db8b54e427c7e92
|
| 3 |
+
size 7144
|