Instructions to use AlexMaclean/sentence-compression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexMaclean/sentence-compression with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AlexMaclean/sentence-compression")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AlexMaclean/sentence-compression") model = AutoModelForTokenClassification.from_pretrained("AlexMaclean/sentence-compression") - Notebooks
- Google Colab
- Kaggle
Alex MacLean commited on
Commit ·
fa34c76
1
Parent(s): 8b4cdfd
End of Training
Browse files- pytorch_model.bin +2 -2
- 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c660bbaf8e49d53e1ad3037dde849bd88d72dd5393018039f7b0672c9c7204c
|
| 3 |
+
size 260809205
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2799
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a203254d371db22afb7ffbfc700dab3914a04c605b4d7af68e844a3153783b42
|
| 3 |
size 2799
|