dotan1111 commited on
Commit
6c66bdb
1 Parent(s): f2c4e89

Upload README.md with huggingface_hub

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