Transformers
Safetensors
English
scientific-claim-verification
scifact
evidence-selection
retrieved-evidence
Instructions to use rishhh/verisci-claim-verifier-constrained-selector-joint-seed123 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rishhh/verisci-claim-verifier-constrained-selector-joint-seed123 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rishhh/verisci-claim-verifier-constrained-selector-joint-seed123", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "[CLS]", | |
| "cls_token": "[CLS]", | |
| "eos_token": "[SEP]", | |
| "mask_token": "[MASK]", | |
| "pad_token": "[PAD]", | |
| "sep_token": "[SEP]", | |
| "unk_token": { | |
| "content": "[UNK]", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |