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

larry-labs-att
/
3300-vnf-virtualization

PEFT
Model card Files Files and versions
xet
Community

Instructions to use larry-labs-att/3300-vnf-virtualization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use larry-labs-att/3300-vnf-virtualization with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("models/OpenAssistant_llama2-13b-orca-8k-3319")
    model = PeftModel.from_pretrained(base_model, "larry-labs-att/3300-vnf-virtualization")
  • Notebooks
  • Google Colab
  • Kaggle
3300-vnf-virtualization
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
frank098's picture
frank098
Commit
66210de almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    27 Bytes
    Commit almost 3 years ago
  • adapter_config.json
    446 Bytes
    Commit almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.68 GB
    xet
    Commit almost 3 years ago
  • training_log.json
    271 Bytes
    Commit almost 3 years ago
  • training_prompt.json
    481 Bytes
    Commit almost 3 years ago