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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Andron00e
/
YetAnother_Open-Llama-3B-LoRA-OpenOrca

Question Answering
Transformers
PyTorch
Safetensors
English
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
3

Instructions to use Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca")
    model = AutoModelForCausalLM.from_pretrained("Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
YetAnother_Open-Llama-3B-LoRA-OpenOrca
13.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Andron00e's picture
Andron00e
Update README.md
07d9d32 about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    2.95 kB
    Update README.md about 3 years ago
  • config.json
    583 Bytes
    Upload LlamaForCausalLM about 3 years ago
  • generation_config.json
    137 Bytes
    Upload LlamaForCausalLM about 3 years ago
  • model.safetensors
    6.85 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    6.85 GB
    xet
    Upload LlamaForCausalLM about 3 years ago
  • special_tokens_map.json
    411 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer.json
    1.98 MB
    Upload tokenizer about 3 years ago
  • tokenizer.model
    534 kB
    xet
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    718 Bytes
    Upload tokenizer about 3 years ago