worldboss commited on
Commit
e4cc2f7
1 Parent(s): c5107ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
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: Date
11
+ dtype: string
12
+ - name: Currency
13
+ dtype: string
14
+ - name: Currency_Pair
15
+ dtype: string
16
+ - name: Buying
17
+ dtype: string
18
+ - name: Selling
19
+ dtype: string
20
+ - name: Mid_Rate
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 8593623
25
+ num_examples: 132012
26
+ download_size: 2261669
27
+ dataset_size: 8593623
28
  ---