KAKA22 commited on
Commit
d6a77d0
1 Parent(s): ff04e03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  ---
4
 
5
  # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
@@ -8,5 +8,4 @@ We introduce **T**able**LLM**-13b, a robust large language model (LLM) with 13 b
8
 
9
  TLLM-13b is fine-tuned based on CodeLlama-Instruct-13b 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.
12
-
 
1
  ---
2
+ license: llama2
3
  ---
4
 
5
  # TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios
 
8
 
9
  TLLM-13b is fine-tuned based on CodeLlama-Instruct-13b 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.