tyang816 commited on
Commit
b347a38
·
1 Parent(s): f02a0e5
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. README.md +32 -0
  3. test.csv +3 -0
  4. train.csv +3 -0
  5. valid.csv +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ *.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - protein
7
+ - downstream task
8
  ---
9
+
10
+ # MetalIonBinding Dataset
11
+
12
+ - Description: Metal-binding proteins are proteins or protein domains that chelate a metal ion.
13
+ - Number of labels: 2
14
+ - Problem Type: single_label_classification
15
+ - Columns:
16
+ - aa_seq: protein amino acid sequence
17
+ - foldseek_seq: foldseek 20 3di structural sequence
18
+
19
+ # Github
20
+
21
+ Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
22
+
23
+ https://github.com/tyang816/SES-Adapter
24
+
25
+ # Citation
26
+ Please cite our work if you use our dataset.
27
+ ```
28
+ @article{tan2024ses-adapter,
29
+ title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
30
+ author={Tan, Yang and Li, Mingchen and Zhou, Bingxin and Zhong, Bozitao and Zheng, Lirong and Tan, Pan and Zhou, Ziyi and Yu, Huiqun and Fan, Guisheng and Hong, Liang},
31
+ journal={Journal of Chemical Information and Modeling},
32
+ year={2024},
33
+ publisher={ACS Publications}
34
+ }
35
+ ```
test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe571eeb86bbec29ab25d676b4d6f8d247e656eaa6def4febe53057251833e62
3
+ size 202605
train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e20cc58db53a9ce350099a4f85cb7e3ead776a5729b285f897e0e5a39fd1ecd
3
+ size 1587641
valid.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e532c0ede83e0ded3de35de05e9f3d7049b4f3ab81a0520a124fa804798644
3
+ size 209277