Instructions to use AlexMaclean/sentence-compression-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexMaclean/sentence-compression-roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AlexMaclean/sentence-compression-roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AlexMaclean/sentence-compression-roberta") model = AutoModelForTokenClassification.from_pretrained("AlexMaclean/sentence-compression-roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Alex MacLean commited on
Commit ·
6f46476
1
Parent(s): e02912d
End of Training
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 496311025
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fc2ff7b0a17523c2d6c4e8dd2f196b6bfd807ca23119e6851bf068ba05106a4
|
| 3 |
size 496311025
|