Datasets:
upload
Browse files- .gitattributes +1 -0
- README.md +13 -0
- test.csv +3 -0
- train.csv +3 -0
- 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,16 @@
|
|
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 |
+
# DeepLoc2Multi Dataset
|
11 |
+
|
12 |
+
- Description: Protein localization prediction with multiple labels and classes.
|
13 |
+
- Number of labels: 10
|
14 |
+
- Problem Type: multi_label_classification
|
15 |
+
- Columns:
|
16 |
+
- aa_seq: protein amino acid sequence
|
test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cde5d28d27077c33550c832600d2b6fc81800b56933f922e05faa9561d70aeb7
|
3 |
+
size 1477704
|
train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6f336b2c0f9a50633727ffed5b2c1c4f881b85c39852ff1dafcca7c6a043134
|
3 |
+
size 11903109
|
valid.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfbd5cb09558fd8114ab6e5d6d647fbe84fe6054ae191821185e6c8b795dbfc9
|
3 |
+
size 1479402
|