KAKA22 commited on
Commit
8097c7e
1 Parent(s): d9824fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,10 +1,20 @@
1
  ---
2
  license: llama2
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
6
 
7
- We present **TableLLM**, 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 TableLLM series encompasses two distinct scales: [TableLLM-7B](https://huggingface.co/KAKA22/TableLLM-7b) and [TableLLM-13B](https://huggingface.co/KAKA22/TableLLM-13b), which are fine-tuned based on CodeLlama-7B and 13B.
 
 
8
 
9
  TableLLM 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
 
 
1
  ---
2
  license: llama2
3
+ datasets:
4
+ - RUCKBReasoning/TableLLM-SFT
5
+ language:
6
+ - en
7
+ tags:
8
+ - Table
9
+ - QA
10
+ - Code
11
  ---
12
 
13
  # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
14
 
15
+ | **[Model](https://huggingface.co/RUCKBReasoning/TableLLM-13b)** | **[Github](https://github.com/TableLLM/TableLLM)** | **[Homepage](https://tablellm.github.io/)** | **[Platform](http://36.103.203.47:27824/)** |
16
+
17
+ We present **TableLLM**, 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 TableLLM series encompasses two distinct scales: [TableLLM-7B](https://huggingface.co/RUCKBReasoning/TableLLM-7b) and [TableLLM-13B](https://huggingface.co/RUCKBReasoning/TableLLM-13b), which are fine-tuned based on CodeLlama-7B and 13B.
18
 
19
  TableLLM 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.
20