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 ·
77e55ee
1
Parent(s): b471ac1
Training in progress, step 28000
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:206f49d37dfc0758b9fb21cd8ff2acaab2a8f17a91316ca4d281a079221fafc9
|
| 3 |
size 260809205
|