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

matbee
/
kimodo-llm2vec-nf4

Feature Extraction
Transformers
Safetensors
PEFT
English
llama
llm2vec
embedding
sentence-similarity
text-encoder
llama3
kimodo
quantized
bitsandbytes
nf4
4-bit precision
lora
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use matbee/kimodo-llm2vec-nf4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use matbee/kimodo-llm2vec-nf4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="matbee/kimodo-llm2vec-nf4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("matbee/kimodo-llm2vec-nf4")
    model = AutoModel.from_pretrained("matbee/kimodo-llm2vec-nf4")
  • PEFT

    How to use matbee/kimodo-llm2vec-nf4 with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
kimodo-llm2vec-nf4
4.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
matbee's picture
matbee
Upload folder using huggingface_hub
268b2f7 verified 29 days ago
  • supervised_adapter
    Initial NF4-quantized LLM2Vec export for Kimodo about 1 month ago
  • .gitattributes
    1.63 kB
    Upload folder using huggingface_hub 29 days ago
  • .gitignore
    8 Bytes
    Upload folder using huggingface_hub 29 days ago
  • LICENSE-Llama-3.txt
    239 Bytes
    Initial NF4-quantized LLM2Vec export for Kimodo about 1 month ago
  • README.md
    8.52 kB
    Upload folder using huggingface_hub 29 days ago
  • chat_template.jinja
    389 Bytes
    Upload folder using huggingface_hub 29 days ago
  • config.json
    1.22 kB
    Upload folder using huggingface_hub 29 days ago
  • model.safetensors
    4.65 GB
    xet
    Upload folder using huggingface_hub 29 days ago
  • qbench_export.json
    471 Bytes
    Initial NF4-quantized LLM2Vec export for Kimodo about 1 month ago
  • tokenizer.json
    17.2 MB
    xet
    Upload folder using huggingface_hub 29 days ago
  • tokenizer_config.json
    320 Bytes
    Upload folder using huggingface_hub 29 days ago