Qian Liu
commited on
Commit
•
4139cb0
1
Parent(s):
e81963a
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# TAPEX (base-sized model)
|
6 |
|
7 |
-
TAPEX was proposed in [TAPEX: Table Pre-training via Learning a Neural SQL Executor](https://
|
8 |
|
9 |
## Model description
|
10 |
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- tapex
|
5 |
+
license: apache-2.0
|
6 |
---
|
7 |
|
8 |
# TAPEX (base-sized model)
|
9 |
|
10 |
+
TAPEX was proposed in [TAPEX: Table Pre-training via Learning a Neural SQL Executor](https://arxiv.org/abs/2107.07653) by Qian Liu, Bei Chen, Jiaqi Guo, Morteza Ziyadi, Zeqi Lin, Weizhu Chen, Jian-Guang Lou. The original repo can be found [here](https://github.com/microsoft/Table-Pretraining).
|
11 |
|
12 |
## Model description
|
13 |
|