FredZhang7 commited on
Commit
8b60f04
1 Parent(s): 1c6e8ee
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -45,14 +45,16 @@ language:
45
  size_categories:
46
  - 1M<n<10M
47
  configs:
48
- - config_name: phishing_features_train
49
- data_files: "phishing_features_train.csv"
50
- - config_name: phishing_features_val
51
- data_files: "phishing_features_val.csv"
52
- - config_name: phishing_url_train
53
- data_files: "phishing_url_train0.csv"
54
- - config_name: phishing_url_cal
55
- data_files: "phishing_url_val0.csv"
 
 
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