Instructions to use MSLars/de_longformer_abstr_summ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MSLars/de_longformer_abstr_summ with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MSLars/de_longformer_abstr_summ")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MSLars/de_longformer_abstr_summ") model = AutoModelForTokenClassification.from_pretrained("MSLars/de_longformer_abstr_summ") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 610262228
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:073118d47d5fabde781247f2b78e9d2273d833ed65f03acdfbecd8721356e44f
|
| 3 |
size 610262228
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bffaf21820df1324774ffb9f88b1fb71daccbad6c6d9c1412b3e5a700822644e
|
| 3 |
size 4728
|