File size: 406 Bytes
302046f
 
c46f887
 
 
 
 
 
 
 
 
 
 
 
98e34e9
bf3cda0
98e34e9
bf3cda0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: mit
task_categories:
- text-classification
label_dict:
  'dot': "1,0,0"
  '(': "0,1,0"
  ')': "0,0,1"
seq_dict:
  'A': "1,0,0,0"
  'U': "0,1,0,0"
  'C': "0,0,1,0"
  'G': "0,0,0,1"
  'N': "0,0,0,0"
configs:
-   config_name: default
    data_files:
    -   split: train
        path: "Train.csv"
    -   split: test
        path: "Test.csv"
    -   split: validation
        path: "Val.csv"
---