Gomzjaz commited on
Commit
8d58d60
·
verified ·
1 Parent(s): 4d9d038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -68
README.md CHANGED
@@ -1,68 +1,67 @@
1
- ---
2
- language:
3
- - en
4
- license: apache-2.0
5
- tags:
6
- - safeagent
7
- - mistral
8
- - instruction-tuning
9
- - local-ai
10
- - self-hosted
11
- ---
12
-
13
- # SafeAgent 7B v1
14
-
15
- **The AI model powering [SafeAgent](https://safeagent.dev) ? your personal AI agent that runs entirely on your machine.**
16
-
17
- SafeAgent lets you chat with AI, read your emails, search the web, manage GitHub, post to Slack, and automate workflows ? all running locally. Your data never leaves your network. No subscriptions. No cloud dependency.
18
-
19
- ## Run It Now
20
-
21
- ```bash
22
- ollama run SafeAgent/safeagent-7b-v1
23
- ```
24
-
25
- ## What SafeAgent Can Do With This Model
26
-
27
- - Read and send emails (Gmail, Outlook, Yahoo)
28
- - Search the web and summarise results
29
- - Write, fix, and explain code
30
- - Plan trips, book restaurants, compare products
31
- - Automate workflows and scheduled tasks
32
- - Everything stays on your machine -- AES-256 encrypted
33
-
34
- ## Install SafeAgent
35
-
36
- ```bash
37
- curl -sL https://www.safeagent.dev/docker-compose.yml -o docker-compose.yml && docker compose up
38
- ```
39
-
40
- Open http://localhost:3000 -- running in 30 seconds.
41
-
42
- ## Model Details
43
-
44
- | Property | Value |
45
- |----------|-------|
46
- | Base model | Mistral 7B v0.1 |
47
- | Fine-tuning method | QLoRA 4-bit |
48
- | Training data | 80,000 OpenOrca instruction examples |
49
- | Training hardware | NVIDIA RTX 5080 16GB |
50
- | Training time | 20 hours |
51
- | Final loss | 0.5564 |
52
- | Format | GGUF f16 |
53
-
54
- ## Why Local AI?
55
-
56
- | Cloud AI | SafeAgent |
57
- |----------|-----------|
58
- | Your data on their servers | Everything on your machine |
59
- | $20-100/month | Free forever |
60
- | Rate limited | No limits -- your hardware |
61
- | Vendor lock-in | Open source, always |
62
- | They train on your data | Your data stays yours |
63
-
64
- ## Links
65
-
66
- - Website: https://safeagent.dev
67
- - DockerHub: https://hub.docker.com/u/gurmukhs
68
- - Built by Gurmukh Singh: https://www.linkedin.com/in/gurmukh-singh-38a1a4246/
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - safeagent
7
+ - mistral
8
+ - instruction-tuning
9
+ - local-ai
10
+ - self-hosted
11
+ ---
12
+
13
+ # SafeAgent 7B v1
14
+
15
+ **The AI model powering [SafeAgent](https://safeagent.dev) ? your personal AI agent that runs entirely on your machine.**
16
+
17
+ SafeAgent lets you chat with AI, read your emails, search the web, manage GitHub, post to Slack, and automate workflows ? all running locally. Your data never leaves your network. No subscriptions. No cloud dependency.
18
+
19
+ ## Run It Now
20
+
21
+ ```bash
22
+ ollama run SafeAgent/safeagent-7b-v1
23
+ ```
24
+
25
+ ## What SafeAgent Can Do With This Model
26
+
27
+ - Read and send emails (Gmail, Outlook, Yahoo)
28
+ - Search the web and summarise results
29
+ - Write, fix, and explain code
30
+ - Plan trips, book restaurants, compare products
31
+ - Automate workflows and scheduled tasks
32
+ - Everything stays on your machine -- AES-256 encrypted
33
+
34
+ ## Install SafeAgent
35
+
36
+ ```bash
37
+ curl -sL https://www.safeagent.dev/docker-compose.yml -o docker-compose.yml && docker compose up
38
+ ```
39
+
40
+ Open http://localhost:3000 -- running in 30 seconds.
41
+
42
+ ## Model Details
43
+
44
+ | Property | Value |
45
+ |----------|-------|
46
+ | Base model | Mistral 7B v0.1 |
47
+ | Fine-tuning method | QLoRA 4-bit |
48
+ | Training data | 80,000 OpenOrca instruction examples |
49
+ | Training time | 20 hours |
50
+ | Final loss | 0.5564 |
51
+ | Format | GGUF f16 |
52
+
53
+ ## Why Local AI?
54
+
55
+ | Cloud AI | SafeAgent |
56
+ |----------|-----------|
57
+ | Your data on their servers | Everything on your machine |
58
+ | $20-100/month | Free forever |
59
+ | Rate limited | No limits -- your hardware |
60
+ | Vendor lock-in | Open source, always |
61
+ | They train on your data | Your data stays yours |
62
+
63
+ ## Links
64
+
65
+ - Website: https://safeagent.dev
66
+ - DockerHub: https://hub.docker.com/u/gurmukhs
67
+ - Built by Gurmukh Singh: https://www.linkedin.com/in/gurmukh-singh-38a1a4246/