Instructions to use MischaQI/SNIFFER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MischaQI/SNIFFER with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MischaQI/SNIFFER", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Missing preprocessor_config.json file
#1
by bellleuang - opened
Hello there! I hope you are doing well! When I attempted to use this model, I received the following error message: OSError: MischaQI/SNIFFER does not appear to have a file named 'preprocessor_config.json'. Checkout 'https://huggingface.co/MischaQI/SNIFFER/tree/main' for available files. Has anyone successfully deployed this model? I appreciate your help! Thanks!