Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
To load it and run inference, you can do the following:
|
4 |
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- tapex
|
5 |
+
- table-question-answering
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- wtq
|
9 |
+
---
|
10 |
+
|
11 |
+
TAPEX-large model fine-tuned on WTQ. This model 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. Original repo can be found [here](https://github.com/microsoft/Table-Pretraining).
|
12 |
|
13 |
To load it and run inference, you can do the following:
|
14 |
|