dotan1111 commited on
Commit
f7c85dc
1 Parent(s): a21e5d0

Upload README.md with huggingface_hub

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