Update test-set row count after label pruning (1554 -> 1531)
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ cities = load_dataset("CCB/cis5300-language-models", "cities")
|
|
| 29 |
|--------------|--------|-------------|
|
| 30 |
| `train` | 12,392 | yes |
|
| 31 |
| `validation` | 1,548 | yes |
|
| 32 |
-
| `test` | 1,
|
| 33 |
|
| 34 |
Each row has `city`, `country` (ISO code), and `country_name`. For the
|
| 35 |
`test` split, `country` and `country_name` are empty strings -- ground
|
|
|
|
| 29 |
|--------------|--------|-------------|
|
| 30 |
| `train` | 12,392 | yes |
|
| 31 |
| `validation` | 1,548 | yes |
|
| 32 |
+
| `test` | 1,531 | **no** (students predict) |
|
| 33 |
|
| 34 |
Each row has `city`, `country` (ISO code), and `country_name`. For the
|
| 35 |
`test` split, `country` and `country_name` are empty strings -- ground
|