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 97916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:466df54b11ca25ae3078785da15ac1d6803410ce563c91a567dd1f679c68c8d8
|
| 3 |
size 97916
|
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:ea93d087351a7eb5db0a397a7530f8c091191fea6c6e33f04b2bbe82d0ba4f92
|
| 3 |
size 265503852
|
runs/Jan17_16-01-27_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705474888.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.12086.1
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:6329efffa898e822a197022916db1057bdb6b3e09b103d3d5b8454f1976ee221
|
| 3 |
+
size 6211
|