Instructions to use Mechanistic-Anomaly-Detection/llama3-deployment-backdoor-model-wec6i98v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mechanistic-Anomaly-Detection/llama3-deployment-backdoor-model-wec6i98v with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mechanistic-Anomaly-Detection/llama3-deployment-backdoor-model-wec6i98v", dtype="auto") - Notebooks
- Google Colab
- Kaggle