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

line-corporation
/
clip-japanese-base

Feature Extraction
Transformers
ONNX
Safetensors
Japanese
clyp
clip
japanese-clip
custom_code
Model card Files Files and versions
xet
Community
3

Instructions to use line-corporation/clip-japanese-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use line-corporation/clip-japanese-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="line-corporation/clip-japanese-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("line-corporation/clip-japanese-base", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
clip-japanese-base / onnx
791 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 1 commit
lyakaap's picture
lyakaap
Upload onnx files
a8f27cd verified over 1 year ago
  • README.md
    51 Bytes
    Upload onnx files over 1 year ago
  • clyp_textual.onnx
    442 MB
    xet
    Upload onnx files over 1 year ago
  • clyp_visual.onnx
    348 MB
    xet
    Upload onnx files over 1 year ago
  • list.txt
    67 Bytes
    Upload onnx files over 1 year ago
  • spiece.model
    806 kB
    xet
    Upload onnx files over 1 year ago