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

Roytsai27
/
GIRCSE-QWEN7B

Feature Extraction
PEFT
Safetensors
sentence-transformers
English
text-embeddings
contrastive-learning
generative-embeddings
mteb
Model card Files Files and versions
xet
Community

Instructions to use Roytsai27/GIRCSE-QWEN7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Roytsai27/GIRCSE-QWEN7B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B")
    model = PeftModel.from_pretrained(base_model, "Roytsai27/GIRCSE-QWEN7B")
  • sentence-transformers

    How to use Roytsai27/GIRCSE-QWEN7B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Roytsai27/GIRCSE-QWEN7B")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
GIRCSE-QWEN7B
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Roytsai27's picture
Roytsai27
Upload folder using huggingface_hub
2a82861 verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 4 months ago
  • README.md
    2.95 kB
    Upload folder using huggingface_hub 4 months ago
  • adapter_config.json
    847 Bytes
    Upload folder using huggingface_hub 4 months ago
  • adapter_model.safetensors
    162 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • added_tokens.json
    605 Bytes
    Upload folder using huggingface_hub 4 months ago
  • chat_template.jinja
    2.43 kB
    Upload folder using huggingface_hub 4 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 4 months ago
  • optimizer.pt
    323 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • rng_state.pth
    14.2 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • scheduler.pt
    1.06 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • special_tokens_map.json
    502 Bytes
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    4.74 kB
    Upload folder using huggingface_hub 4 months ago
  • trainer_state.json
    2.35 MB
    Upload folder using huggingface_hub 4 months ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub 4 months ago