Commit
•
1243364
1
Parent(s):
8ab657e
Revert "Delete 'cities' config (#2)"
Browse filesThis reverts commit 8ab657ec151968f3c23e2a18474f1380cbf525d3.
- README.md +25 -1
- cities/test/0000.csv +3 -0
- cities/train/0000.csv +3 -0
README.md
CHANGED
@@ -1,5 +1,29 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for test-delete-from-hub
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: cities
|
4 |
+
features:
|
5 |
+
- name: name
|
6 |
+
dtype: string
|
7 |
+
- name: country
|
8 |
+
dtype: string
|
9 |
+
- name: population
|
10 |
+
dtype: int64
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 53
|
14 |
+
num_examples: 2
|
15 |
+
- name: test
|
16 |
+
num_bytes: 54
|
17 |
+
num_examples: 2
|
18 |
+
download_size: 3473
|
19 |
+
dataset_size: 185
|
20 |
+
configs:
|
21 |
+
- config_name: cities
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: cities/train/*
|
25 |
+
- split: test
|
26 |
+
path: cities/test/*
|
27 |
---
|
28 |
|
29 |
# Dataset Card for test-delete-from-hub
|
cities/test/0000.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
name,country,population
|
2 |
+
Berlin,Germany,3645000
|
3 |
+
London,United Kingdom,8982000
|
cities/train/0000.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
name,country,population
|
2 |
+
Paris,France,2161000
|
3 |
+
Barcelona,Spain,1620000
|