Instructions to use brad1141/Longformer_v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use brad1141/Longformer_v5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="brad1141/Longformer_v5")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("brad1141/Longformer_v5") model = AutoModelForTokenClassification.from_pretrained("brad1141/Longformer_v5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 592422561
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6083b64c2ea3421380eacab44fd103cbe13267a4e987e048243c229319d31a9
|
| 3 |
size 592422561
|
runs/Apr20_14-39-11_b6e0d6a8374c/events.out.tfevents.1650465571.b6e0d6a8374c.80.4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f60057c6b6040a3fec36c9c132273ba8c8389d92f5db16c5fce29a26ef66538
|
| 3 |
+
size 8759
|