Update README.md
This commit is contained in:
parent
e81963ae9d
commit
4139cb0d3c
|
@ -1,10 +1,13 @@
|
||||||
---
|
---
|
||||||
license: mit
|
language: en
|
||||||
|
tags:
|
||||||
|
- tapex
|
||||||
|
license: apache-2.0
|
||||||
---
|
---
|
||||||
|
|
||||||
# TAPEX (base-sized model)
|
# TAPEX (base-sized model)
|
||||||
|
|
||||||
TAPEX was proposed in [TAPEX: Table Pre-training via Learning a Neural SQL Executor](https://openreview.net/forum?id=O50443AsCP) 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).
|
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).
|
||||||
|
|
||||||
## Model description
|
## Model description
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue