Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ai2lumos
/
lumos_complex_qa_plan_iterative-13B

Question Answering
Transformers
PyTorch
English
llama
text-generation
language-agent
reasoning
grounding
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use ai2lumos/lumos_complex_qa_plan_iterative-13B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ai2lumos/lumos_complex_qa_plan_iterative-13B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ai2lumos/lumos_complex_qa_plan_iterative-13B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("ai2lumos/lumos_complex_qa_plan_iterative-13B")
    model = AutoModelForCausalLM.from_pretrained("ai2lumos/lumos_complex_qa_plan_iterative-13B")
  • Notebooks
  • Google Colab
  • Kaggle
lumos_complex_qa_plan_iterative-13B
26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
DaYin's picture
DaYin
Update README.md
3365e0b verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.11 kB
    Update README.md about 2 years ago
  • added_tokens.json
    60 Bytes
    Update Lumos over 2 years ago
  • config.json
    699 Bytes
    Update Lumos over 2 years ago
  • generation_config.json
    137 Bytes
    Update Lumos over 2 years ago
  • pytorch_model-00001-of-00003.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.BFloat16Storage",
    • "collections.OrderedDict"

    What is a pickle import?

    9.95 GB
    xet
    Update Lumos over 2 years ago
  • pytorch_model-00002-of-00003.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.BFloat16Storage",
    • "collections.OrderedDict"

    What is a pickle import?

    9.9 GB
    xet
    Update Lumos over 2 years ago
  • pytorch_model-00003-of-00003.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.BFloat16Storage",
    • "collections.OrderedDict"

    What is a pickle import?

    6.18 GB
    xet
    Update Lumos over 2 years ago
  • pytorch_model.bin.index.json
    29.9 kB
    Update Lumos over 2 years ago
  • special_tokens_map.json
    96 Bytes
    Update Lumos over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Update Lumos over 2 years ago
  • tokenizer_config.json
    1.16 kB
    Update Lumos over 2 years ago