pszemraj commited on
Commit
97786a0
1 Parent(s): c602973

update readme with fixed stats

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -18,15 +18,16 @@ source_datasets: ccdv/govreport-summarization
18
  ## train info
19
 
20
  ```python
21
- RangeIndex: 8196 entries, 0 to 8195
22
  Data columns (total 4 columns):
23
  # Column Non-Null Count Dtype
24
  --- ------ -------------- -----
25
- 0 report 8196 non-null string
26
- 1 summary 8196 non-null string
27
- 2 input_token_len 8196 non-null Int64
28
- 3 summary_token_len 8196 non-null Int64
29
  dtypes: Int64(2), string(2)
 
30
  ```
31
 
32
  ## token length distribution (long-t5)
 
18
  ## train info
19
 
20
  ```python
21
+ RangeIndex: 8200 entries, 0 to 8199
22
  Data columns (total 4 columns):
23
  # Column Non-Null Count Dtype
24
  --- ------ -------------- -----
25
+ 0 report 8200 non-null string
26
+ 1 summary 8200 non-null string
27
+ 2 input_token_len 8200 non-null Int64
28
+ 3 summary_token_len 8200 non-null Int64
29
  dtypes: Int64(2), string(2)
30
+ memory usage: 272.4 KB
31
  ```
32
 
33
  ## token length distribution (long-t5)