Instructions to use Theoreticallyhugo/longformer-one-step with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Theoreticallyhugo/longformer-one-step with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Theoreticallyhugo/longformer-one-step")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Theoreticallyhugo/longformer-one-step") model = AutoModelForTokenClassification.from_pretrained("Theoreticallyhugo/longformer-one-step", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
9c4f086
1
Parent(s): 9d76f33
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 592391625
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d09329bc54d2d3390c767260ffd888d917b5c1ca3384057c50e09028fca6afb
|
| 3 |
size 592391625
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db08883391b1af5501d1dad5607cf1fe727c5c4939b1d400a9fecdc3fc7e5ec0
|
| 3 |
size 4027
|