sxiong/TGQA
Viewer • Updated • 107k • 502 • 5
TG-LLM consists of supervised fine-tuned models designed for temporal reasoning with large language models (LLMs). It includes two primary tasks:
Base Model: meta-llama/Llama-2-13b-chat-hf
LoRA Configuration:
lora_alpha: 8r: 8target_modules: ["q_proj", "k_proj", "o_proj", "v_proj"]bias: "none"Base Model: meta-llama/Llama-2-13b-chat-hf
LoRA Configuration:
lora_alpha: 8r: 8target_modules: ["q_proj", "k_proj", "o_proj", "v_proj"]bias: "none"For more details, please visit the TG-LLM GitHub repository.
@inproceedings{xiong2024large,
title={Large language models can learn temporal reasoning},
author={Xiong, Siheng and Payani, Ali and Kompella, Ramana and Fekri, Faramarz},
booktitle={Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
pages={10452--10470},
year={2024}
}
Base model
meta-llama/Llama-2-13b-chat-hf