jlzhou RandomTao commited on
Commit
d3599e4
1 Parent(s): 29df6a6

[Doc] Remove redundant comments (#4)

Browse files

- [Doc] Remove redundant comments (dde57e1aa1b6717ee85e1c7df967cc5664484674)


Co-authored-by: taozhang <[email protected]>

Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -80,8 +80,6 @@ EXAMPLE_CSV_CONTENT = """
80
 
81
  csv_file = StringIO(EXAMPLE_CSV_CONTENT)
82
  df = pd.read_csv(csv_file)
83
- # Some data preprocessing
84
- # code
85
 
86
  model_name = "tablegpt/TableGPT2-7B"
87
 
 
80
 
81
  csv_file = StringIO(EXAMPLE_CSV_CONTENT)
82
  df = pd.read_csv(csv_file)
 
 
83
 
84
  model_name = "tablegpt/TableGPT2-7B"
85