Instructions to use DedsecurityAI/DPTb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DedsecurityAI/DPTb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="DedsecurityAI/DPTb")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("DedsecurityAI/DPTb") model = AutoModel.from_pretrained("DedsecurityAI/DPTb") - Notebooks
- Google Colab
- Kaggle
Commit ·
ebf37ca
1
Parent(s): 313974e
Upload pytorch_model_00001-of-00072.bin
Browse files
pytorch_model_00001-of-00072.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de31f6f2db4c18b0c9eeccc65b47f8d6cf0aa94031706ba3bb6b3429105d7a40
|
| 3 |
+
size 7193290147
|