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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

chest2vec
/
chest2vec_0.6B

Feature Extraction
Transformers
Safetensors
chest2vec
text-embeddings
retrieval
radiology
chest
qwen
custom_code
Model card Files Files and versions
xet
Community

Instructions to use chest2vec/chest2vec_0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chest2vec/chest2vec_0.6B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="chest2vec/chest2vec_0.6B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("chest2vec/chest2vec_0.6B", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chest2vec_0.6B
1.23 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
lukeingawesome's picture
lukeingawesome
Upload model.safetensors with huggingface_hub
6636ec1 verified about 1 month ago
  • contrastive
    Add trust_remote_code integration (Qwen3-Embedding + LoRA) 2 months ago
  • .gitattributes
    1.81 kB
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • .gitignore
    194 Bytes
    Add trust_remote_code integration (Qwen3-Embedding + LoRA) 2 months ago
  • README.md
    3.65 kB
    Upload README.md with huggingface_hub about 1 month ago
  • config.json
    3.18 kB
    Upload config.json with huggingface_hub about 1 month ago
  • configuration_chest2vec.py
    1.14 kB
    Upload configuration_chest2vec.py with huggingface_hub about 1 month ago
  • merges.txt
    1.67 MB
    Upload merges.txt with huggingface_hub about 1 month ago
  • model.safetensors
    1.19 GB
    xet
    Upload model.safetensors with huggingface_hub about 1 month ago
  • modeling_chest2vec.py
    8.32 kB
    Upload modeling_chest2vec.py with huggingface_hub about 1 month ago
  • requirements.txt
    292 Bytes
    Add trust_remote_code integration (Qwen3-Embedding + LoRA) 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • tokenizer_config.json
    9.71 kB
    Upload tokenizer_config.json with huggingface_hub about 1 month ago
  • vocab.json
    2.78 MB
    Upload vocab.json with huggingface_hub about 1 month ago