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 1429836
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e0129822ac96bac8302a6afc008ce542b7a6d7d939917f31c6671e12b95dfba
|
| 3 |
size 1429836
|
runs/Jan17_16-47-44_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705477665.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.13081.3
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:c10932aa87e3ced07050d71c581ad6fa7903fc8a71f92d24225305653a6a1095
|
| 3 |
+
size 6703
|