Instructions to use huolongguo10/check_sec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huolongguo10/check_sec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="huolongguo10/check_sec")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("huolongguo10/check_sec") model = AutoModelForSequenceClassification.from_pretrained("huolongguo10/check_sec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
96d9bd8
1
Parent(s): b89935b
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,12 +10,12 @@ tags:
|
|
| 10 |
- code
|
| 11 |
---
|
| 12 |
# check_sec
|
| 13 |
-
检查web参数安全性,
|
| 14 |
|
| 15 |
## 类型
|
| 16 |
```
|
| 17 |
LABEL_0: secure
|
| 18 |
-
LABEL_1: insecure(可能包含
|
| 19 |
```
|
| 20 |
|
| 21 |
## 使用
|
|
|
|
| 10 |
- code
|
| 11 |
---
|
| 12 |
# check_sec
|
| 13 |
+
检查web参数安全性,支持多种payload(v0.0.3)
|
| 14 |
|
| 15 |
## 类型
|
| 16 |
```
|
| 17 |
LABEL_0: secure
|
| 18 |
+
LABEL_1: insecure(可能包含payload)
|
| 19 |
```
|
| 20 |
|
| 21 |
## 使用
|