Instructions to use eclec/patentClassificationLongFormerTextrank with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eclec/patentClassificationLongFormerTextrank with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eclec/patentClassificationLongFormerTextrank")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eclec/patentClassificationLongFormerTextrank") model = AutoModelForSequenceClassification.from_pretrained("eclec/patentClassificationLongFormerTextrank", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a73c23e561f7bd3885752f1d1ee979af186731478eda58258792c1141a148520
- Size of remote file:
- 4.09 kB
- SHA256:
- 7e26e62b16a293407814f49e54f624e85ab2cf305273143011cce6cc47beb000
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.