CCB commited on
Commit
872f92d
·
verified ·
1 Parent(s): 4e4d8ab

Update test-set row count after label pruning (1554 -> 1531)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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,554 | **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
 
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