Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: Issue_Date
|
11 |
+
dtype: string
|
12 |
+
- name: Tender
|
13 |
+
dtype: int64
|
14 |
+
- name: Security_Type
|
15 |
+
dtype: string
|
16 |
+
- name: Discount_Rate
|
17 |
+
dtype: float64
|
18 |
+
- name: Interest_Rate
|
19 |
+
dtype: float64
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 49399
|
23 |
+
num_examples: 940
|
24 |
+
download_size: 23261
|
25 |
+
dataset_size: 49399
|
26 |
---
|