FredZhang7
commited on
Commit
•
8b60f04
1
Parent(s):
1c6e8ee
yaml test
Browse files
README.md
CHANGED
@@ -45,14 +45,16 @@ language:
|
|
45 |
size_categories:
|
46 |
- 1M<n<10M
|
47 |
configs:
|
48 |
-
- config_name:
|
49 |
-
data_files:
|
50 |
-
-
|
51 |
-
|
52 |
-
-
|
53 |
-
|
54 |
-
-
|
55 |
-
|
|
|
|
|
56 |
---
|
57 |
**I have decided to release the auto-moderation models all at once sometime in July, 2023. The curated/original datasets for training these models will be avaliable first.**
|
58 |
|
|
|
45 |
size_categories:
|
46 |
- 1M<n<10M
|
47 |
configs:
|
48 |
+
- config_name: default
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
pattern:
|
52 |
+
- "phishing_features_train.csv"
|
53 |
+
- "phishing_url_train0.csv"
|
54 |
+
- split: test
|
55 |
+
pattern:
|
56 |
+
- "phishing_features_val.csv"
|
57 |
+
- "phishing_url_val0.csv"
|
58 |
---
|
59 |
**I have decided to release the auto-moderation models all at once sometime in July, 2023. The curated/original datasets for training these models will be avaliable first.**
|
60 |
|