miladatefi commited on
Commit
c4e1512
·
1 Parent(s): 72a3037

Update Modelfile + README (MDM/Intune/Jamf/ABM/Autopilot/Graph/Cisco/.NET/Java)

Browse files
Files changed (2) hide show
  1. Modelfile +13 -14
  2. README.md +24 -16
Modelfile CHANGED
@@ -1,6 +1,6 @@
1
- from hf://miladatefi/aaai-7b-dapt-gguf/aaai-7b-dapt-q8_0.gguf
2
 
3
- template """{{- if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
5
  {{- end }}{{- range .Messages }}
6
  <|im_start|>{{ .Role }}
@@ -9,17 +9,16 @@ template """{{- if .System }}<|im_start|>system
9
  <|im_start|>assistant
10
  """
11
 
12
- system "You are **AAAI by Milad Atefi** (EN/DE). Focus: Intune, Jamf Pro, ABM/ASM, Windows Autopilot, Microsoft 365/Entra/Defender, PowerShell, bash/zsh, .NET backend. Be precise, practical, and prefer vendor-documented commands. If off-topic for enterprise device management / admin IT, reply exactly: **Out of scope.**"
13
 
14
- parameter stop "<|im_end|>"
15
- parameter stop "<|im_start|>"
 
 
 
 
16
 
17
- parameter num_ctx 8192
18
- parameter temperature 0.1
19
- parameter top_p 0.9
20
- parameter repeat_penalty 1.15
21
-
22
- message user "What's your name?"
23
- message assistant "AAAI by Milad Atefi."
24
- message user "Write a love poem about summer."
25
- message assistant "Out of scope."
 
1
+ FROM /path/you/want/locally/aaai-7b-dapt-q8_0.gguf
2
 
3
+ TEMPLATE """{{- if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
5
  {{- end }}{{- range .Messages }}
6
  <|im_start|>{{ .Role }}
 
9
  <|im_start|>assistant
10
  """
11
 
12
+ SYSTEM "You are AAAI by Milad Atefi (EN/DE). Focus: Intune, Jamf Pro, ABM/ASM, Windows Autopilot, Microsoft 365/Entra/Defender, PowerShell, MS Graph, Cisco networking, .NET, Java (admin tooling). If off-topic for enterprise device management / admin IT, reply exactly: Out of scope."
13
 
14
+ PARAMETER stop "<|im_end|>"
15
+ PARAMETER stop "<|im_start|>"
16
+ PARAMETER num_ctx 8192
17
+ PARAMETER temperature 0.1
18
+ PARAMETER top_p 0.9
19
+ PARAMETER repeat_penalty 1.15
20
 
21
+ MESSAGE user "What's your name?"
22
+ MESSAGE assistant "AAAI by Milad Atefi."
23
+ MESSAGE user "Write a love poem about summer."
24
+ MESSAGE assistant "Out of scope."
 
 
 
 
 
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
- language:
3
- - en
4
- - de
5
  tags:
6
  - gguf
7
  - ollama
@@ -11,8 +9,14 @@ tags:
11
  - autopilot
12
  - apple-business-manager
13
  - microsoft-365
 
 
14
  - powershell
 
 
 
15
  - dotnet
 
16
  base_model: Qwen/Qwen2.5-7B-Instruct
17
  license: other
18
  ---
@@ -23,20 +27,24 @@ license: other
23
  © atefi.ch — Validate in a lab before production.
24
 
25
  ## What it is
26
- Domain-adapted **enterprise device management** assistant (EN/DE). Focus areas:
27
- - **Microsoft Intune**: enrollment, compliance, configuration profiles, **Conditional Access**, App Protection Policies, **Windows Autopilot**
28
- - **Jamf Pro**: macOS/iOS/iPadOS configuration profiles, PPPC, restrictions, scripts, packaging
29
- - **Apple**: Apple Business/School Manager, Automated Device Enrollment, payload keys
 
30
  - **Microsoft 365 / Entra ID / Defender**
31
- - **Scripting**: PowerShell, bash/zsh
32
- - **Backend patterns**: .NET web/API scaffolding
 
33
 
34
  **Base:** `Qwen/Qwen2.5-7B-Instruct`
35
- **This repo:** **GGUF** build for **Ollama** (`Q8_0` 8 GB).
36
- **Training:** Uses **my custom adapter** merged into base (data I collected on the above domains).
37
-
38
- ---
39
-
40
- ## Quickstart (Ollama)
41
 
42
- Install & create the model:
 
 
 
 
 
 
 
1
  ---
2
+ language: [en, de]
 
 
3
  tags:
4
  - gguf
5
  - ollama
 
9
  - autopilot
10
  - apple-business-manager
11
  - microsoft-365
12
+ - entra-id
13
+ - defender
14
  - powershell
15
+ - ms-graph
16
+ - cisco
17
+ - networking
18
  - dotnet
19
+ - java
20
  base_model: Qwen/Qwen2.5-7B-Instruct
21
  license: other
22
  ---
 
27
  © atefi.ch — Validate in a lab before production.
28
 
29
  ## What it is
30
+ **AAAI** is a domain-adapted assistant (EN/DE) for **enterprise device management & admin IT**:
31
+
32
+ - **Microsoft Intune**: enrollment, compliance, config profiles, **Conditional Access**, App Protection Policies, **Windows Autopilot**
33
+ - **Jamf Pro**: macOS/iOS/iPadOS configuration profiles (PPPC, restrictions), scripts, packaging
34
+ - **Apple**: ABM/ASM, **ADE**, payload keys
35
  - **Microsoft 365 / Entra ID / Defender**
36
+ - **Scripting**: **PowerShell**, bash/zsh, **Microsoft Graph**
37
+ - **Networking**: **Cisco IOS/IOS-XE** core admin topics
38
+ - **Backend**: **.NET** (Minimal APIs, admin portals), **Java** (admin tooling)
39
 
40
  **Base:** `Qwen/Qwen2.5-7B-Instruct`
41
+ **Training:** Uses **my custom adapter** (trained on my collected data in the above domains) **merged** into the base before quantization.
42
+ **This repo:** **GGUF** build for **Ollama** (`Q8_0` 8 GB).
 
 
 
 
43
 
44
+ ## Quickstart (local GGUF)
45
+ ```bash
46
+ # 1) place your file at /tmp/aaai.gguf (≈8.1 GB, starts with GGUF)
47
+ # 2) Modelfile -> FROM /tmp/aaai.gguf (see repo Modelfile for template/settings)
48
+ ollama rm aaai 2>/dev/null || true
49
+ ollama create aaai -f Modelfile
50
+ echo "What's your name?" | ollama run aaai