dotan1111 commited on
Commit
22d2498
1 Parent(s): 4c9285b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
17
+ - name: train
18
+ num_bytes: 513955733
19
+ num_examples: 1494999
20
+ - name: validation
21
+ num_bytes: 690672
22
+ num_examples: 2000
23
+ - name: test
24
+ num_bytes: 1029013
25
+ num_examples: 3001
26
+ download_size: 257166786
27
+ dataset_size: 515675418
28
+ ---
29
+ # Dataset Card for "MSA-nuc-4-seq"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)