victcn commited on
Commit
7e3b93f
·
verified ·
1 Parent(s): 530381b

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. README.md +10 -3
  3. normal.jsonl +3 -0
  4. security.jsonl +3 -0
.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ normal.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ security.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ # 数据介绍
2
+
3
+
4
+
5
+ 选择了[clouditera/security-paper-datasets](https://hf-mirror.com/datasets/clouditera/security-paper-datasets) 这个数据集的前20w行数据,用AI给数据打标签,选择了187270的与网络安全相关的数据。
6
+
7
+ 在普通的数据集中,也选择18w的数据,数据来源为zhwiki与enwiki,各选择9w条。
8
+
9
+ 用bert-base-chinese微调了模型,地址为
10
+
normal.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc64fa4d2bb360ea089e5bb34311c4cfd302d7dd81b5de689c6b17cff3d4cdd
3
+ size 424996369
security.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51dcb2ec45dd23df92c3c0ee53b54ed16f8226d8e6ae6c3ac4872518dd973b1b
3
+ size 97107540