Instructions to use Klemaaaaa/longformer_detect_insertion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Klemaaaaa/longformer_detect_insertion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Klemaaaaa/longformer_detect_insertion")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Klemaaaaa/longformer_detect_insertion") model = AutoModelForTokenClassification.from_pretrained("Klemaaaaa/longformer_detect_insertion") - Notebooks
- Google Colab
- Kaggle
Delete longformer.zip
Browse files- longformer.zip +0 -3
longformer.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b6a9583e554f46d4f70460fb45beb4634ddc97205849831b9382d5e48a16533
|
| 3 |
-
size 127721244
|
|
|
|
|
|
|
|
|
|
|
|