TerminatorJ commited on
Commit
c46f887
·
verified ·
1 Parent(s): 302046f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ label_dict:
6
+ 'dot': "1,0,0"
7
+ '(': "0,1,0"
8
+ ')': "0,0,1"
9
+ seq_dict:
10
+ 'A': "1,0,0,0"
11
+ 'U': "0,1,0,0"
12
+ 'C': "0,0,1,0"
13
+ 'G': "0,0,0,1"
14
+ 'N': "0,0,0,0"
15
+ ---