ai2lumos/lumos_complex_qa_ground_iterative
Viewer • Updated • 19.1k • 108 • 3
How to use ai2lumos/lumos_complex_qa_ground_iterative with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="ai2lumos/lumos_complex_qa_ground_iterative") # Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("ai2lumos/lumos_complex_qa_ground_iterative")
model = AutoModelForCausalLM.from_pretrained("ai2lumos/lumos_complex_qa_ground_iterative")🌐[Website] 📝[Paper] 🤗[Data] 🤗[Model] 🤗[Demo]
We introduce 🪄Lumos, Language Agents with Unified Formats, Modular Design, and Open-Source LLMs. Lumos unifies a suite of complex interactive tasks and achieves competitive performance with GPT-4/3.5-based and larger open-source agents.
Lumos has following features:
lumos_complex_qa_ground_iterative is a grounding module checkpoint finetuned on complex QA task in Lumos-Iterative (Lumos-I) formulation.
The training annotation is shown below:
| Training Data | Number |
|---|---|
lumos_complex_qa_ground_iterative |
19409 |
If you find this work is relevant with your research, please feel free to cite our work!
@article{yin2023lumos,
title={Agent Lumos: Unified and Modular Training for Open-Source Language Agents},
author={Yin, Da and Brahman, Faeze and Ravichander, Abhilasha and Chandu, Khyathi and Chang, Kai-Wei and Choi, Yejin and Lin, Bill Yuchen},
journal={arXiv preprint arXiv:2311.05657},
year={2023}
}