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

fermacsys
/
rocky-embed

Feature Extraction
Transformers
Safetensors
English
rocky
sentence-similarity
custom-code
knowledge-distillation
custom_code
Model card Files Files and versions
xet
Community

Instructions to use fermacsys/rocky-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fermacsys/rocky-embed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="fermacsys/rocky-embed", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("fermacsys/rocky-embed", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rocky-embed
364 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
pranavupadhyaya52's picture
pranavupadhyaya52
Update README.md
d5227ad verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.85 kB
    Update README.md about 1 month ago
  • config.json
    392 Bytes
    Upload RockyForEmbeddings about 2 months ago
  • configuration_rocky.py
    722 Bytes
    Upload config about 2 months ago
  • model.safetensors
    364 MB
    xet
    Upload RockyForEmbeddings about 2 months ago
  • modeling_rocky.py
    4.79 kB
    Upload RockyForEmbeddings about 2 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer about 2 months ago