Question Answering
Transformers
PyTorch
TensorBoard
English
llama
text-generation
language-agent
web-agent
maths
reasoning
grounding
text-generation-inference
Instructions to use ai2lumos/lumos_unified_ground_iterative with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai2lumos/lumos_unified_ground_iterative with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ai2lumos/lumos_unified_ground_iterative")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ai2lumos/lumos_unified_ground_iterative") model = AutoModelForCausalLM.from_pretrained("ai2lumos/lumos_unified_ground_iterative") - Notebooks
- Google Colab
- Kaggle
Ctrl+K