neulab / omnitab-large-128shot

huggingface.co
Total runs: 7
24-hour runs: 0
7-day runs: 1
30-day runs: 1
Model's Last Updated: November 29 2022
table-question-answering

Introduction of omnitab-large-128shot

Model Details of omnitab-large-128shot

OmniTab

OmniTab is a table-based QA model proposed in OmniTab: Pretraining with Natural and Synthetic Data for Few-shot Table-based Question Answering . The original Github repository is https://github.com/jzbjyb/OmniTab .

Description

neulab/omnitab-large-128shot (based on BART architecture) is initialized with microsoft/tapex-large and continuously pretrained on natural and synthetic data (SQL2NL model trained in the 128-shot setting).

Usage
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
import pandas as pd

tokenizer = AutoTokenizer.from_pretrained("neulab/omnitab-large-128shot")
model = AutoModelForSeq2SeqLM.from_pretrained("neulab/omnitab-large-128shot")

data = {
    "year": [1896, 1900, 1904, 2004, 2008, 2012],
    "city": ["athens", "paris", "st. louis", "athens", "beijing", "london"]
}
table = pd.DataFrame.from_dict(data)

query = "In which year did beijing host the Olympic Games?"
encoding = tokenizer(table=table, query=query, return_tensors="pt")

outputs = model.generate(**encoding)

print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
# [' 2008']
Reference
@inproceedings{jiang-etal-2022-omnitab,
  title = "{O}mni{T}ab: Pretraining with Natural and Synthetic Data for Few-shot Table-based Question Answering",
  author = "Jiang, Zhengbao and Mao, Yi and He, Pengcheng and Neubig, Graham and Chen, Weizhu",
  booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
  month = jul,
  year = "2022",
}

Runs of neulab omnitab-large-128shot on huggingface.co

7
Total runs
0
24-hour runs
0
3-day runs
1
7-day runs
1
30-day runs

More Information About omnitab-large-128shot huggingface.co Model

omnitab-large-128shot huggingface.co

omnitab-large-128shot huggingface.co is an AI model on huggingface.co that provides omnitab-large-128shot's model effect (), which can be used instantly with this neulab omnitab-large-128shot model. huggingface.co supports a free trial of the omnitab-large-128shot model, and also provides paid use of the omnitab-large-128shot. Support call omnitab-large-128shot model through api, including Node.js, Python, http.

omnitab-large-128shot huggingface.co Url

https://huggingface.co/neulab/omnitab-large-128shot

neulab omnitab-large-128shot online free

omnitab-large-128shot huggingface.co is an online trial and call api platform, which integrates omnitab-large-128shot's modeling effects, including api services, and provides a free online trial of omnitab-large-128shot, you can try omnitab-large-128shot online for free by clicking the link below.

neulab omnitab-large-128shot online free url in huggingface.co:

https://huggingface.co/neulab/omnitab-large-128shot

omnitab-large-128shot install

omnitab-large-128shot is an open source model from GitHub that offers a free installation service, and any user can find omnitab-large-128shot on GitHub to install. At the same time, huggingface.co provides the effect of omnitab-large-128shot install, users can directly use omnitab-large-128shot installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

omnitab-large-128shot install url in huggingface.co:

https://huggingface.co/neulab/omnitab-large-128shot

Url of omnitab-large-128shot

omnitab-large-128shot huggingface.co Url

Provider of omnitab-large-128shot huggingface.co

neulab
ORGANIZATIONS

Other API from neulab

huggingface.co

Total runs: 7.4K
Run Growth: 3.0K
Growth Rate: 41.16%
Updated:February 28 2023
huggingface.co

Total runs: 1.2K
Run Growth: -4.3K
Growth Rate: -353.21%
Updated:February 28 2023
huggingface.co

Total runs: 249
Run Growth: 53
Growth Rate: 21.29%
Updated:October 24 2024
huggingface.co

Total runs: 192
Run Growth: 42
Growth Rate: 21.88%
Updated:October 28 2025
huggingface.co

Total runs: 124
Run Growth: 65
Growth Rate: 52.42%
Updated:February 28 2023
huggingface.co

Total runs: 35
Run Growth: 12
Growth Rate: 34.29%
Updated:February 02 2026
huggingface.co

Total runs: 13
Run Growth: -1
Growth Rate: -7.69%
Updated:November 28 2022
huggingface.co

Total runs: 9
Run Growth: 1
Growth Rate: 11.11%
Updated:November 22 2024