powidla commited on
Commit
b5bb131
·
verified ·
1 Parent(s): 352401b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -27,6 +27,14 @@ configs:
27
  path: "Classification/AGORA/100/BC-I/X_val_BC-I-100.csv"
28
  - split: test
29
  path: "Classification/AGORA/100/BC-I/X_test_BC-I-100.csv"
 
 
 
 
 
 
 
 
30
  ---
31
  # Friend or Foe
32
 
 
27
  path: "Classification/AGORA/100/BC-I/X_val_BC-I-100.csv"
28
  - split: test
29
  path: "Classification/AGORA/100/BC-I/X_test_BC-I-100.csv"
30
+ - config_name: Classification_AGORA_BC-II-100
31
+ data_files:
32
+ - split: train
33
+ path: "Classification/AGORA/100/BC-II/X_train_BC-II-100.csv"
34
+ - split: val
35
+ path: "Classification/AGORA/100/BC-II/X_val_BC-II-100.csv"
36
+ - split: test
37
+ path: "Classification/AGORA/100/BC-II/X_test_BC-II-100.csv"
38
  ---
39
  # Friend or Foe
40