Text Classification
Transformers
Safetensors
Serbian
sh
electra
legal-ai
serbian
conflict-detection
private
Instructions to use higroni/assertiongen-pair-bertic-evidence-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use higroni/assertiongen-pair-bertic-evidence-v0.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="higroni/assertiongen-pair-bertic-evidence-v0.1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("higroni/assertiongen-pair-bertic-evidence-v0.1") model = AutoModelForSequenceClassification.from_pretrained("higroni/assertiongen-pair-bertic-evidence-v0.1") - Notebooks
- Google Colab
- Kaggle
AssertionGen Pair BERTic Evidence Model
Private model artifact for the AssertionGen MVP.
This model scores proposal/existing legal assertion pairs and is used only as one component of the full conflict-detection pipeline. It is not a standalone legal decision system and should remain private with the accompanying assertion database and rule pipeline.
- Downloads last month
- 21