Text Classification
Transformers
PyTorch
TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Instructions to use z-dickson/CAP_coded_UK_statutory_instruments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use z-dickson/CAP_coded_UK_statutory_instruments with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="z-dickson/CAP_coded_UK_statutory_instruments")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("z-dickson/CAP_coded_UK_statutory_instruments") model = AutoModelForSequenceClassification.from_pretrained("z-dickson/CAP_coded_UK_statutory_instruments") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ba3a4bbaf8e2d57dbb5b58b860e3246a5f0c223efb951f82ec7fd526924fa3ac
- Size of remote file:
- 433 MB
- SHA256:
- faec164c09d08427dfd79a5df39aec29c91ba32ebc6fcf8c552a713ea6bee824
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.