tyang816 commited on
Commit
b3028fd
·
1 Parent(s): 3d0aa28
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. README.md +31 -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,34 @@
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
+ # GO-CC Dataset
11
+
12
+ - Description: Cellular Component of Gene Ontology (GO) project.
13
+ - Number of labels: 320
14
+ - Problem Type: multi_label_classification
15
+ - Columns:
16
+ - aa_seq: protein amino acid sequence
17
+
18
+ # Github
19
+
20
+ Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
21
+
22
+ https://github.com/tyang816/SES-Adapter
23
+
24
+ # Citation
25
+ Please cite our work if you use our dataset.
26
+ ```
27
+ @article{tan2024ses-adapter,
28
+ title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
29
+ 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},
30
+ journal={Journal of Chemical Information and Modeling},
31
+ year={2024},
32
+ publisher={ACS Publications}
33
+ }
34
+ ```
test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:909682167a1a62dd87d2a855a4ce76c8ac5aacdc89da27f69cb80697dfe67550
3
+ size 1311287
train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9854ec638a709ce82ed60b19ee804ce361063e41288812edb275a3a2d7028ba9
3
+ size 2765671
valid.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7403461d25357c372420baece048dc95d0a06a37073d11007f20dc261765c6f9
3
+ size 318381