Instructions to use Factiverse/claim_detection_unquantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Factiverse/claim_detection_unquantized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Factiverse/claim_detection_unquantized")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Factiverse/claim_detection_unquantized") model = AutoModelForSequenceClassification.from_pretrained("Factiverse/claim_detection_unquantized", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
624acc1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:affcfb1f45c4b14a70a6589c3d153b430ed4309e5a6613a88dab64d5a923a5d6
size 17082925
|