jlzhou xli1026 commited on
Commit
0751062
1 Parent(s): d3599e4

docs: clarity tabular data input (#3)

Browse files

- docs: clarity tabular data input (1c8ec6074dda1ffbfb660cdb8879e24f3c8c0976)


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

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ TableGPT2 is available in two configurations—7B and 72B parameters—both deri
23
 
24
  **Input**
25
 
26
- TableGPT2-7B accepts both text and tabular data as input.
27
 
28
  **Output**
29
 
 
23
 
24
  **Input**
25
 
26
+ TableGPT2-7B accepts both text and tabular data as input, with the tabular data structured as text in the format of a df.head() result.
27
 
28
  **Output**
29