FarmerTao commited on
Commit
4dbac30
1 Parent(s): 10b91f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  license: mit
 
 
 
3
  ---
 
4
  # Description
5
  Structural Class Prediction is a multi-class classification task to predict the correct structural class of given protein. This task is is built on the SCOP database.
6
 
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: dataset
5
+ data_files: "dataset.csv"
6
  ---
7
+
8
  # Description
9
  Structural Class Prediction is a multi-class classification task to predict the correct structural class of given protein. This task is is built on the SCOP database.
10