Delete 'cities' config
#2
by
albertvillanova HF Staff - opened
- README.md +1 -25
- cities/test/0000.csv +0 -3
- cities/train/0000.csv +0 -3
README.md
CHANGED
|
@@ -1,29 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 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
|
|
|
|
| 1 |
---
|
| 2 |
+
{}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Dataset Card for test-delete-from-hub
|
cities/test/0000.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
name,country,population
|
| 2 |
-
Berlin,Germany,3645000
|
| 3 |
-
London,United Kingdom,8982000
|
|
|
|
|
|
|
|
|
|
|
|
cities/train/0000.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
name,country,population
|
| 2 |
-
Paris,France,2161000
|
| 3 |
-
Barcelona,Spain,1620000
|
|
|
|
|
|
|
|
|
|
|
|