sidms commited on
Commit
2f678f6
·
verified ·
1 Parent(s): 14f2876

Upload dataset

Browse files
H1N1/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4a8392ae49798306127c335f8d1fa87db08a1ac262c8f21381112ada090813
3
+ size 3190637
H1N1/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc92f4761baea04fb6ea96a804205996b05b758078bedce166df890ccfd1884
3
+ size 1642327
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: H1N1
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: sequence
8
+ dtype: string
9
+ - name: year
10
+ dtype: int64
11
+ - name: month
12
+ dtype: int64
13
+ - name: season
14
+ dtype: string
15
+ - name: has_month
16
+ dtype: bool
17
+ - name: subtype
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 15444187
22
+ num_examples: 8613
23
+ - name: test
24
+ num_bytes: 29672634
25
+ num_examples: 16548
26
+ download_size: 4832964
27
+ dataset_size: 45116821
28
+ configs:
29
+ - config_name: H1N1
30
+ data_files:
31
+ - split: train
32
+ path: H1N1/train-*
33
+ - split: test
34
+ path: H1N1/test-*
35
+ ---