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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -8,7 +8,6 @@ language:
8
  base_model:
9
  - tomngdev/AutoShell-0.8B
10
  pipeline_tag: text-classification
11
- library_name: transformers
12
  tags:
13
  - unsloth
14
  - classifier
@@ -31,9 +30,7 @@ Using [Qwen/Qwen3.5-0.8B-Base](Qwen/Qwen3.5-0.8B-Base) as base checkpoint and sy
31
 
32
  #### Installation
33
 
34
- ```bash
35
- pip install vllm --upgrade
36
- ```
37
 
38
  #### Serve
39
 
@@ -136,4 +133,4 @@ messages = [
136
 
137
  score, flagged = safe_score(messages)
138
  print(f"safe score = {score:.3f} -> {SAFE if flagged else unsafe}")
139
- ```
 
8
  base_model:
9
  - tomngdev/AutoShell-0.8B
10
  pipeline_tag: text-classification
 
11
  tags:
12
  - unsloth
13
  - classifier
 
30
 
31
  #### Installation
32
 
33
+ See [llama.cpp](https://llama.app) guide for your environment.
 
 
34
 
35
  #### Serve
36
 
 
133
 
134
  score, flagged = safe_score(messages)
135
  print(f"safe score = {score:.3f} -> {SAFE if flagged else unsafe}")
136
+ ```