Text Generation
PEFT
Safetensors
English
log-translation
security-logs
cloud-logs
siem
qlora
codebert
Instructions to use Swapnanil09/native-log-translator-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Swapnanil09/native-log-translator-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/codebert-base") model = PeftModel.from_pretrained(base_model, "Swapnanil09/native-log-translator-qlora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!