Instructions to use ydshieh/tiny-random-DebertaForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ydshieh/tiny-random-DebertaForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ydshieh/tiny-random-DebertaForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ydshieh/tiny-random-DebertaForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("ydshieh/tiny-random-DebertaForTokenClassification") - Notebooks
- Google Colab
- Kaggle
Update tiny models for DebertaForTokenClassification
Browse files- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 360778
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0185ecc99c84a8f5ab51c3a4d5b17fec55a43a81f96b14943915d8783a11de58
|
| 3 |
size 360778
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:139bd7fbec74b6001fa505d6176ce4a9a096d5cf32db14b9d1b68bc7b4c564ce
|
| 3 |
size 442704
|