KAKA22 commited on
Commit
3dce202
1 Parent(s): bc78c72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,7 +4,7 @@ license: llama2
4
 
5
  # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
6
 
7
- We present **T**able**LLM**, a powerful large language model designed to handle tabular data manipulation tasks efficiently, whether they are embedded in spreadsheets or documents, meeting the demands of real office scenarios. The TLLM series encompasses two distinct scales: TLLM-7B and TLLM-13B, which are fine-tuned based on CodeLlama-7B and 13B.
8
 
9
  TLLM generates either a code solution or a direct text answer to handle tabular data manipulation tasks based on different scenarios. Code generation is used for handling spreadsheet-embedded tabular data, which often involves the insert, delete, update, query, merge, and plot operations of tables. Text generation is used for handling document-embedded tabular data, which often involves the query operation of short tables.
10
 
@@ -80,4 +80,6 @@ The prompt template for direct text answer generation on short tables.
80
  {question}
81
 
82
  ### [Solution][INST/]
83
- ````
 
 
 
4
 
5
  # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
6
 
7
+ We present **T**able**LLM**, a powerful large language model designed to handle tabular data manipulation tasks efficiently, whether they are embedded in spreadsheets or documents, meeting the demands of real office scenarios. The TLLM series encompasses two distinct scales: [TLLM-7B](https://huggingface.co/KAKA22/TLLM-7b) and [TLLM-13B](https://huggingface.co/KAKA22/TLLM-13b), which are fine-tuned based on CodeLlama-7B and 13B.
8
 
9
  TLLM generates either a code solution or a direct text answer to handle tabular data manipulation tasks based on different scenarios. Code generation is used for handling spreadsheet-embedded tabular data, which often involves the insert, delete, update, query, merge, and plot operations of tables. Text generation is used for handling document-embedded tabular data, which often involves the query operation of short tables.
10
 
 
80
  {question}
81
 
82
  ### [Solution][INST/]
83
+ ````
84
+
85
+ For more details about how to use TLLM, please refer to our GitHub page: <https://github.com/RUCKBReasoning/TLLM>