dotan1111 commited on
Commit
c06d936
1 Parent(s): b011f95

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: seq7
23
+ dtype: string
24
+ - name: seq8
25
+ dtype: string
26
+ - name: seq9
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1327609204
31
+ num_examples: 1494999
32
+ - name: validation
33
+ num_bytes: 1785403
34
+ num_examples: 2000
35
+ - name: test
36
+ num_bytes: 2662979
37
+ num_examples: 3001
38
+ download_size: 608740164
39
+ dataset_size: 1332057586
40
+ ---
41
+ # Dataset Card for "MSA-nuc-10-seq"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)