Instructions to use Larxmind/fraud-detection-model-fp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Larxmind/fraud-detection-model-fp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Larxmind/fraud-detection-model-fp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Larxmind/fraud-detection-model-fp") model = AutoModelForSequenceClassification.from_pretrained("Larxmind/fraud-detection-model-fp") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e37684f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1314d5bef42025c3e01b757ccdb464d87041a6c98f190daf9d7cdfa11ce2a135
size 5265
|