Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SweatyCrayfish
/
Linux-CodeLlama-2-7B

Feature Extraction
Transformers
PyTorch
English
llama
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use SweatyCrayfish/Linux-CodeLlama-2-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SweatyCrayfish/Linux-CodeLlama-2-7B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="SweatyCrayfish/Linux-CodeLlama-2-7B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("SweatyCrayfish/Linux-CodeLlama-2-7B")
    model = AutoModel.from_pretrained("SweatyCrayfish/Linux-CodeLlama-2-7B")
  • Notebooks
  • Google Colab
  • Kaggle
Linux-CodeLlama-2-7B
26.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
SweatyCrayfish's picture
SweatyCrayfish
Update README.md
9cbb27a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.47 kB
    Update README.md over 2 years ago
  • config.json
    658 Bytes
    Upload model over 2 years ago
  • pytorch_model-00001-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.88 GB
    xet
    Upload model over 2 years ago
  • pytorch_model-00002-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.89 GB
    xet
    Upload model over 2 years ago
  • pytorch_model-00003-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    6.66 GB
    xet
    Upload model over 2 years ago
  • pytorch_model.bin.index.json
    22.2 kB
    Upload model over 2 years ago
  • special_tokens_map.json
    173 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.78 kB
    Upload tokenizer over 2 years ago