thewall commited on
Commit
3639c92
·
1 Parent(s): 70801f3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: int32
7
+ - name: seq
8
+ dtype: string
9
+ - name: motif
10
+ dtype: string
11
+ - name: motif_ids
12
+ dtype: int32
13
+ - name: motif_mask
14
+ sequence: int32
15
+ splits:
16
+ - name: train
17
+ num_bytes: 585000.0
18
+ num_examples: 4500
19
+ - name: test
20
+ num_bytes: 65000.0
21
+ num_examples: 500
22
+ download_size: 97808
23
+ dataset_size: 650000.0
24
  ---