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
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,9 +7,9 @@ model-index:
|
|
| 7 |
|
| 8 |
widget:
|
| 9 |
- text: "The National Health Service (Charges for Drugs and Appliances) (Scotland) Regulations 2007"
|
| 10 |
-
example_title: "
|
| 11 |
-
- text: "The
|
| 12 |
-
example_title: "
|
| 13 |
|
| 14 |
---
|
| 15 |
|
|
|
|
| 7 |
|
| 8 |
widget:
|
| 9 |
- text: "The National Health Service (Charges for Drugs and Appliances) (Scotland) Regulations 2007"
|
| 10 |
+
example_title: "example 1"
|
| 11 |
+
- text: "The Inshore Fishing (Prohibited Methods of Fishing) (Luce Bay) Order 2015"
|
| 12 |
+
example_title: "example 2"
|
| 13 |
|
| 14 |
---
|
| 15 |
|