Ar4ikov commited on
Commit
7c72eb7
·
verified ·
1 Parent(s): cbed06f

Fix the splits table column count

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,10 +35,10 @@ Russian text emotion corpus, adapted to seven Aniemore classes.
35
 
36
  ## Splits
37
 
38
- | Split | Rows | Mean words |
39
  |---|---:|---:|---:|
40
- | `train` | 7528 | — | 14.8 |
41
- | `test` | 1882 | — | 14.6 |
42
 
43
  <img src="assets/classes.svg" alt="Class distribution" width="760">
44
 
 
35
 
36
  ## Splits
37
 
38
+ | Split | Rows | Mean words | Longest |
39
  |---|---:|---:|---:|
40
+ | `train` | 7528 | 14.8 | 51 |
41
+ | `test` | 1882 | 14.6 | 43 |
42
 
43
  <img src="assets/classes.svg" alt="Class distribution" width="760">
44