KAKA22 commited on
Commit
5b41e21
1 Parent(s): f9e6523

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: llama2
3
  ---
4
+
5
+ # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
6
+
7
+ We introduce **T**able**LLM**-7b, a robust large language model (LLM) with 7 billion parameters, purpose-built for proficiently handling tabular data manipulation tasks, whether they are embedded within documents or spreadsheets, catering to real-world office scenarios.
8
+
9
+ TLLM-7b is fine-tuned based on CodeLlama-Instruct-7b and generates either a code solution or a direct text answer to handle tabular data manipulation tasks based on different scenarios.
10
+ Code generation is used for the insert, delete, update, query, and plot operations of tables.
11
+ Text generation is used for the query operation of short tables.