tomngdev commited on
Commit
1e73964
·
verified ·
1 Parent(s): 2896b3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -24,6 +24,15 @@ Inspired by [mistralai/Shieldstral-1.0-3B](https://huggingface.co/mistralai/Shie
24
  Using [Qwen/Qwen3.5-0.8B-Base](Qwen/Qwen3.5-0.8B-Base) as base checkpoint and synthetic dataset from [tomngdev/shell-safety-common](https://huggingface.co/datasets/tomngdev/shell-safety-common),
25
  **AutoShell** is trained to identify which commands is safe or unsafe with a `<SessionContext></SessionContext> block`.
26
 
 
 
 
 
 
 
 
 
 
27
  ## Usage
28
 
29
  ### llama.cpp
@@ -133,4 +142,8 @@ messages = [
133
 
134
  score, flagged = safe_score(messages)
135
  print(f"safe score = {score:.3f} -> {SAFE if flagged else unsafe}")
136
- ```
 
 
 
 
 
24
  Using [Qwen/Qwen3.5-0.8B-Base](Qwen/Qwen3.5-0.8B-Base) as base checkpoint and synthetic dataset from [tomngdev/shell-safety-common](https://huggingface.co/datasets/tomngdev/shell-safety-common),
25
  **AutoShell** is trained to identify which commands is safe or unsafe with a `<SessionContext></SessionContext> block`.
26
 
27
+ ## Versions
28
+
29
+ | Model | Description |
30
+ | ----- | ----------- |
31
+ | [AutoShell-0.8B](https://huggingface.co/tomngdev/AutoShell-0.8B) | Recommended for hosting |
32
+ | [**AutoShell-0.8B-GGUF**](https://huggingface.co/tomngdev/AutoShell-0.8B-GGUF) | GGUF quantizations for 0.8B |
33
+ | [AutoShell-350M](https://huggingface.co/tomngdev/AutoShell-350M) | Recommended for local CPU |
34
+ | [AutoShell-350M-GGUF](https://huggingface.co/tomngdev/AutoShell-350M-GGUF) | GGUF quantizations for 350M |
35
+
36
  ## Usage
37
 
38
  ### llama.cpp
 
142
 
143
  score, flagged = safe_score(messages)
144
  print(f"safe score = {score:.3f} -> {SAFE if flagged else unsafe}")
145
+ ```
146
+
147
+ ## License
148
+
149
+ Follow Qwen3.5-0.8B-Base [Apache 2.0 license](https://huggingface.co/Qwen/Qwen3.5-0.8B-Base/blob/main/LICENSE)