Bo1015 commited on
Commit
daf487a
·
verified ·
1 Parent(s): 72b5e2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -46,7 +46,7 @@ Contact map prediction aims to determine whether two residues, $i$ and $j$, are
46
 
47
  ### Data Instances
48
 
49
- For each instance, there is a string of the protein sequences, a sequence for the contact labels. The each of the sub-labels "[2, 3]" indicates the 3rd residue are in contact with the 4th residue (start from index 0). See the [Contact map prediction dataset viewer](https://huggingface.co/datasets/Bo1015/contact_prediction_binary/viewer/default/test) to explore more examples.
50
 
51
  ```
52
  {'seq':'QNLLKNLAASLGRKPFVADKQGVYRLTIDKHLVMLAPHGSELVLRTPIDAPMLREGNNVNVTLLRSLMQQALAWAKRYPQTLVLDDCGQLVLEARLRLQELDTHGLQEVINKQLALLEHLIPQLTP'
@@ -62,12 +62,12 @@ The average for the `seq` and the `label` are provided below:
62
 
63
  ### Data Fields
64
 
65
- - `seq`: a string containing the protein seqeunce
66
  - `label`: a string containing the contact label of each residue pair.
67
 
68
  ### Data Splits
69
 
70
- The CNN/DailyMail dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 3.0.0 of the dataset.
71
 
72
  | Dataset Split | Number of Instances in Split |
73
  | ------------- | ------------------------------------------- |
 
46
 
47
  ### Data Instances
48
 
49
+ For each instance, there is a string of the protein sequences, a sequence for the contact labels. Each of the sub-labels "[2, 3]" indicates the 3rd residue are in contact with the 4th residue (start from index 0). See the [Contact map prediction dataset viewer](https://huggingface.co/datasets/Bo1015/contact_prediction_binary/viewer/default/test) to explore more examples.
50
 
51
  ```
52
  {'seq':'QNLLKNLAASLGRKPFVADKQGVYRLTIDKHLVMLAPHGSELVLRTPIDAPMLREGNNVNVTLLRSLMQQALAWAKRYPQTLVLDDCGQLVLEARLRLQELDTHGLQEVINKQLALLEHLIPQLTP'
 
62
 
63
  ### Data Fields
64
 
65
+ - `seq`: a string containing the protein sequence
66
  - `label`: a string containing the contact label of each residue pair.
67
 
68
  ### Data Splits
69
 
70
+ The contact map prediction dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics of the dataset.
71
 
72
  | Dataset Split | Number of Instances in Split |
73
  | ------------- | ------------------------------------------- |