Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ classifier = pipeline(
|
|
48 |
description_chinese = "TOTOLINK A3600R是中国吉翁电子(TOTOLINK)公司的一款6天线1200M无线路由器。TOTOLINK A3600R存在缓冲区溢出漏洞,该漏洞源于/cgi-bin/cstecgi.cgi文件的UploadCustomModule函数中的File参数未能正确验证输入数据的长度大小,攻击者可利用该漏洞在系统上执行任意代码或者导致拒绝服务。"
|
49 |
result_chinese = classifier(description_chinese)
|
50 |
print(result_chinese)
|
51 |
-
# Expected output example: [{'label': '
|
52 |
```
|
53 |
|
54 |
## Training procedure
|
|
|
48 |
description_chinese = "TOTOLINK A3600R是中国吉翁电子(TOTOLINK)公司的一款6天线1200M无线路由器。TOTOLINK A3600R存在缓冲区溢出漏洞,该漏洞源于/cgi-bin/cstecgi.cgi文件的UploadCustomModule函数中的File参数未能正确验证输入数据的长度大小,攻击者可利用该漏洞在系统上执行任意代码或者导致拒绝服务。"
|
49 |
result_chinese = classifier(description_chinese)
|
50 |
print(result_chinese)
|
51 |
+
# Expected output example: [{'label': 'High', 'score': 0.9644894003868103}]
|
52 |
```
|
53 |
|
54 |
## Training procedure
|