File size: 1,310 Bytes
4cdb91b
 
 
 
02311af
 
 
 
 
4cdb91b
 
02311af
4cdb91b
02311af
4cdb91b
 
02311af
 
 
 
4cdb91b
 
02311af
 
4cdb91b
 
02311af
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
library_name: transformers
tags:
- unsloth
- azure
- terraform
- bicep
- infrastructure-as-code
base_model: unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit
---

# InfraGenie-Azure-Expert

InfraGenie is a specialized AI assistant fine-tuned for Azure Infrastructure management. It is designed to assist DevOps engineers and Architects in generating and reasoning about Cloud Infrastructure.

## Model Details
- **Developed by:** HarshG05
- **Model type:** Causal Language Model (Fine-tuned Qwen2.5-Coder-7B)
- **Language(s):** English, Terraform, Bicep, ARM
- **Finetuned from model:** unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit

## Uses
- **Direct Use:** Generating Terraform modules and Bicep templates for Azure.
- **Routing Logic:** Automatically routes simple tasks to Bicep and complex infrastructure patterns to Terraform.

## Training Details
- **Framework:** Unsloth & QLoRA (4-bit quantization)
- **Hardware:** Tesla T4 GPU (Google Colab)
- **Data Sources:** Microsoft Learn, Terraform Registry, Azure Architecture Center

## How to Get Started
1. Download the GGUF file.
2. Create a Modelfile with the following system prompt:
   `SYSTEM "You are an Azure Infrastructure expert. Route simple requests to Bicep and complex ones to Terraform."`
3. Run via Ollama: `ollama create infragenie -f Modelfile`