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
- Xet hash:
- ddd46ada10ca3567620c328b8cd37f2c74702b14558ca2f9794d62b950172072
- Size of remote file:
- 496 MB
- SHA256:
- 3fc2ff7b0a17523c2d6c4e8dd2f196b6bfd807ca23119e6851bf068ba05106a4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.