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 ·
c44a82d
1
Parent(s): 0e3dff8
Training in progress, step 29500
Browse files- pytorch_model.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 260809205
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:172107e01da1dd3319006d0422da8a4efcdcf6e075d2a437a24b5848478c050d
|
| 3 |
size 260809205
|