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:1965952731f8cb6ed8498e678e23355273f0fb114978b3c78f9ab7517a8e0404
|
| 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:f0bf5dbcc13034e5d4e8aefda802909e919f836dabc72cec3d03f1784b049cc0
|
| 3 |
size 442704
|