Instructions to use CV3D/CLIP_Fake_Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CV3D/CLIP_Fake_Detector with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CV3D/CLIP_Fake_Detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 202 Bytes
5a3f504 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"batch_size": 16,
"dropout_rate": 0.6218961243287652,
"hidden_sizes": [
488,
254,
265,
584,
131
],
"input_size": 512,
"lr": 2.6882950159534515e-05,
"output_size": 2
} |