dotan1111 commited on
Commit
6fa60f0
1 Parent(s): 3f330e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: MSA
5
+ dtype: string
6
+ - name: unaligned_seqs
7
+ struct:
8
+ - name: seq0
9
+ dtype: string
10
+ - name: seq1
11
+ dtype: string
12
+ - name: seq2
13
+ dtype: string
14
+ - name: seq3
15
+ dtype: string
16
+ - name: seq4
17
+ dtype: string
18
+ - name: seq5
19
+ dtype: string
20
+ - name: seq6
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 915698847
25
+ num_examples: 1494999
26
+ - name: validation
27
+ num_bytes: 1235114
28
+ num_examples: 2000
29
+ - name: test
30
+ num_bytes: 1834008
31
+ num_examples: 3001
32
+ download_size: 434215036
33
+ dataset_size: 918767969
34
+ ---
35
+ # Dataset Card for "MSA-nuc-7-seq"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)