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
#5
by ydshieh HF Staff - opened
- 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:5058de548da2f30ad2c5496acc7487119d0ea23da09c3e229a12cc2430c40d42
|
| 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:da05a47e91b688e2559cb3b8fc586abb64a2ec6f3880553d1756725b1329edfa
|
| 3 |
size 442704
|