Token Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use ntmanh90/distilbert_token_classification_cus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ntmanh90/distilbert_token_classification_cus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ntmanh90/distilbert_token_classification_cus")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ntmanh90/distilbert_token_classification_cus") model = AutoModelForTokenClassification.from_pretrained("ntmanh90/distilbert_token_classification_cus") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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 265503852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0264a6f6c23a46c85748aa16e8e542ec5cbf266956cfc425d0f8c0692ef360ba
|
| 3 |
size 265503852
|