Instructions to use bloomdata/distilbert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bloomdata/distilbert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bloomdata/distilbert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bloomdata/distilbert-base-uncased") model = AutoModelForTokenClassification.from_pretrained("bloomdata/distilbert-base-uncased") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1374
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265494624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa6dedb73dc223cd7ceb03c3c300e3a0d29f2b922d4bee3923a8518f6418b03d
|
| 3 |
size 265494624
|