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
|
@@ -29,7 +29,7 @@ Any questions on the model and training data feel free to message me on twitter
|
|
| 29 |
- Train Sparse Categorical Accuracy: 0.9688
|
| 30 |
- Validation Loss: 0.2032
|
| 31 |
- Validation Sparse Categorical Accuracy: 0.9556
|
| 32 |
-
|
| 33 |
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
- Train Sparse Categorical Accuracy: 0.9688
|
| 30 |
- Validation Loss: 0.2032
|
| 31 |
- Validation Sparse Categorical Accuracy: 0.9556
|
| 32 |
+
|
| 33 |
|
| 34 |
|
| 35 |
|