Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

mistral-v0.3-tablegpt-small

Replication of TableGPT (small corpus), trained from Mistral-7B-Instruct-v0.3 on the corresponding instruction-tuning corpus.

Released alongside the EACL 2026 Findings paper "What Really Matters for Table LLMs? A Meta-Evaluation of Model and Data Effects" (Deng et al., 2026) as an additional artefact extending the paper's experiments β€” the main 3 base Γ— 4 training-data grid in the paper covers Mistral-v0.3, OLMo, and Phi-3-small at the 7B scale; this model adds another base-model variant trained on the same corpus.

Training

Base model mistralai/Mistral-7B-Instruct-v0.3
Training corpus tablegpt_small_train.json from dnaihao/Table-Instructs
Method Full SFT via LLaMA-Factory
Learning rate 5e-7

Full hyperparameter sweep, ablations, and per-benchmark numbers are reported in the paper.

Evaluation

Per-{model, benchmark} eval scripts and parsed metrics are available at github.com/dnaihao/table-sft-eacl-2026/tree/main/eval/mistral-v0.3-tablegpt-small. Raw model outputs (generated_predictions.jsonl) are released as the dataset dnaihao/table-sft-eval-predictions.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("dnaihao/mistral-v0.3-tablegpt-small")
model = AutoModelForCausalLM.from_pretrained(
    "dnaihao/mistral-v0.3-tablegpt-small",
    torch_dtype="auto",
    device_map="auto",
)

License

This model inherits the license of its base model (mistralai/Mistral-7B-Instruct-v0.3: apache-2.0).

Citation

@inproceedings{deng-etal-2026-really,
    title = "What Really Matters for Table {LLM}s? A Meta-Evaluation of Model and Data Effects",
    author = "Deng, Naihao  and Zhang, Sheng  and Zhu, Henghui  and Chang, Shuaichen  and Zhang, Jiani  and Li, Alexander Hanbo  and Hang, Chung-Wei  and Kobayashi, Hideo  and Hu, Yiqun  and Ng, Patrick",
    booktitle = "Findings of the Association for Computational Linguistics: EACL 2026",
    year = "2026",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2026.findings-eacl.195/",
    doi = "10.18653/v1/2026.findings-eacl.195"
}
Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for dnaihao/mistral-v0.3-tablegpt-small

Finetuned
(519)
this model

Dataset used to train dnaihao/mistral-v0.3-tablegpt-small

Collection including dnaihao/mistral-v0.3-tablegpt-small

Paper for dnaihao/mistral-v0.3-tablegpt-small