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

wsntxxn
/
effb2-trm-clotho-captioning

Feature Extraction
Transformers
PyTorch
Safetensors
English
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use wsntxxn/effb2-trm-clotho-captioning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wsntxxn/effb2-trm-clotho-captioning with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="wsntxxn/effb2-trm-clotho-captioning", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("wsntxxn/effb2-trm-clotho-captioning", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
effb2-trm-clotho-captioning
109 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
wsntxxn's picture
wsntxxn
Update hf_wrapper.py
80f816b verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.18 kB
    Update README.md almost 2 years ago
  • config.json
    658 Bytes
    Upload model almost 2 years ago
  • hf_wrapper.py
    77.5 kB
    Update hf_wrapper.py 10 months ago
  • model.safetensors
    54.6 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    54.7 MB
    xet
    Upload model almost 2 years ago