Text Generation
PEFT
Safetensors
English
lora
flan-t5
rag
industrial-ai
generative-ai
semantic-search
document-intelligence
robotics
predictive-maintenance
worker-safety
workflow-automation
fastapi
huggingface
Instructions to use syed7741/aegis-industrial-rag-assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use syed7741/aegis-industrial-rag-assistant with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-small") model = PeftModel.from_pretrained(base_model, "syed7741/aegis-industrial-rag-assistant") - Notebooks
- Google Colab
- Kaggle
Ctrl+K