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