Instructions to use urisoo/distilbert-base-uncased-tokenclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use urisoo/distilbert-base-uncased-tokenclassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="urisoo/distilbert-base-uncased-tokenclassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("urisoo/distilbert-base-uncased-tokenclassification") model = AutoModelForTokenClassification.from_pretrained("urisoo/distilbert-base-uncased-tokenclassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1436204
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0de957d0d4ca3d4cac4014fb8cabb1b177cb8dcec05471ffe5df53198fbd5e9
|
| 3 |
size 1436204
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265503852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:277c556ca3439c251441f6932877914bf154f47a28d7b46887d3eb3cb392ecfc
|
| 3 |
size 265503852
|
runs/Jan17_15-53-03_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705474384.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.11792.4
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:2e3dd776c07889c14ab17a90cb4429a4fc28702127ccda30a82bf9ce85cd67ea
|
| 3 |
+
size 6211
|