1T Conte commited on
Commit
48ab54e
1 Parent(s): 95c7b39

fix: metadata

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. convert.py +0 -2
README.md CHANGED
@@ -11,7 +11,7 @@ dataset_info:
11
  - name: review/helpfulness
12
  dtype: string
13
  - name: review/helpfulness_ratio
14
- dtype: int16
15
  - name: review/helpfulness_total_votes
16
  dtype: int16
17
  - name: review/score
 
11
  - name: review/helpfulness
12
  dtype: string
13
  - name: review/helpfulness_ratio
14
+ dtype: float16
15
  - name: review/helpfulness_total_votes
16
  dtype: int16
17
  - name: review/score
convert.py CHANGED
@@ -6,9 +6,7 @@ Usage:
6
  $ python convert.py
7
  """
8
 
9
- import math
10
  import os
11
- import sys
12
  import gzip
13
 
14
  from glob import glob
 
6
  $ python convert.py
7
  """
8
 
 
9
  import os
 
10
  import gzip
11
 
12
  from glob import glob