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

skt
/
A.X-VE

Image Feature Extraction
Transformers
Safetensors
English
Korean
vision-encoder
multimodal
custom_code
Model card Files Files and versions
xet
Community

Instructions to use skt/A.X-VE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use skt/A.X-VE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="skt/A.X-VE", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("skt/A.X-VE", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
A.X-VE
829 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hyunjun-eun's picture
hyunjun-eun
Update README
882132b verified 2 days ago
  • assets
    Upload A.X-VE model 2 days ago
  • .gitattributes
    1.57 kB
    Upload A.X-VE model 2 days ago
  • README.md
    8.68 kB
    Update README 2 days ago
  • __init__.py
    684 Bytes
    Upload A.X-VE model 2 days ago
  • config.json
    389 Bytes
    Upload A.X-VE model 2 days ago
  • configuration_ax_ve.py
    2.48 kB
    Upload A.X-VE model 2 days ago
  • image_processing_ax_ve.py
    13.1 kB
    Upload A.X-VE model 2 days ago
  • model.safetensors
    829 MB
    xet
    Upload A.X-VE model 2 days ago
  • modeling_ax_ve.py
    18 kB
    Upload A.X-VE model 2 days ago
  • preprocessor_config.json
    573 Bytes
    Upload A.X-VE model 2 days ago
  • processing_ax_ve.py
    4.02 kB
    Upload A.X-VE model 2 days ago