Text Classification
Transformers
PyTorch
English
bert
deep learning
law article retrieval
natural language processing
BERT
information retrieval
legal ai
legal bert
gdpr
general data protection regulation
text-embeddings-inference
Instructions to use AndreaSimeri/LegalBERT_GDPR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AndreaSimeri/LegalBERT_GDPR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AndreaSimeri/LegalBERT_GDPR")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AndreaSimeri/LegalBERT_GDPR") model = AutoModelForSequenceClassification.from_pretrained("AndreaSimeri/LegalBERT_GDPR") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7890d2417f24e7ecaf23cc3cccb8082a81b962c991c104ab218f7518e0bc797
|
| 3 |
+
size 438261204
|