Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: 'Unnamed: 0'
|
5 |
+
dtype: int64
|
6 |
+
- name: BlockName
|
7 |
+
dtype: string
|
8 |
+
- name: Category
|
9 |
+
dtype: string
|
10 |
+
- name: Year
|
11 |
+
dtype: int64
|
12 |
+
- name: Month
|
13 |
+
dtype: int64
|
14 |
+
- name: Day
|
15 |
+
dtype: int64
|
16 |
+
- name: Crop
|
17 |
+
dtype: string
|
18 |
+
- name: DistrictName
|
19 |
+
dtype: string
|
20 |
+
- name: QueryType
|
21 |
+
dtype: string
|
22 |
+
- name: Season
|
23 |
+
dtype: string
|
24 |
+
- name: Sector
|
25 |
+
dtype: string
|
26 |
+
- name: StateName
|
27 |
+
dtype: string
|
28 |
+
- name: QueryText
|
29 |
+
dtype: string
|
30 |
+
- name: KccAns
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 744052465
|
35 |
+
num_examples: 3301127
|
36 |
+
download_size: 134594763
|
37 |
+
dataset_size: 744052465
|
38 |
+
configs:
|
39 |
+
- config_name: default
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: data/train-*
|
43 |
+
---
|
44 |
+
# Dataset Card for "MH"
|
45 |
+
|
46 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|