Instructions to use AnonymousSubmissionOnly/t5-protect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnonymousSubmissionOnly/t5-protect with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AnonymousSubmissionOnly/t5-protect") model = AutoModelForSeq2SeqLM.from_pretrained("AnonymousSubmissionOnly/t5-protect") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd0d939589a088f8991be6952c5eb38dca0cd0d6a77654e5a98e60b78c6b6cba
|
| 3 |
+
size 992544712
|