Views
No views yet

granite-company-agent/
│
├── README.md
├── LICENSE
├── requirements.txt
│
├── train_granite.py # Script to fine-tune the model
├── data_loader.py # Utility to load CSV, XLSX, or TXT files
├── generate_data.py # Generate synthetic company data
├── download_model.py # Download base model from Hugging Face
├── chat_agent.py # Simple inference/chat scriptgit https://huggingface.co/MateusBarros/granite-company-agent.git
cd granite-company-agentpip install -r requirements.txt
python generate_data.pypython download_model.pypython train_granite.pypython chat_agent.py