Instructions to use xXiaobuding/deberta-v3-base_ai4privacy_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xXiaobuding/deberta-v3-base_ai4privacy_en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="xXiaobuding/deberta-v3-base_ai4privacy_en")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("xXiaobuding/deberta-v3-base_ai4privacy_en") model = AutoModelForTokenClassification.from_pretrained("xXiaobuding/deberta-v3-base_ai4privacy_en") - Notebooks
- Google Colab
- Kaggle
Commit ·
d29200f
1
Parent(s): 909b55f
Training in progress, epoch 5
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 735738289
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ac6613d2e02b707c063769f9f079b91ef8381338e5805b605d2dbf667f17a52
|
| 3 |
size 735738289
|