Instructions to use Gaju19/privacy-filter-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gaju19/privacy-filter-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Gaju19/privacy-filter-lora", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "eos_token": "<|endoftext|>", | |
| "is_local": false, | |
| "local_files_only": false, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "model_max_length": 128000, | |
| "pad_token": "<|endoftext|>", | |
| "tokenizer_class": "TokenizersBackend" | |
| } | |