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

adalbertojunior
/
clip-rpt

Feature Extraction
Transformers
PyTorch
TensorBoard
vision-text-dual-encoder
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use adalbertojunior/clip-rpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use adalbertojunior/clip-rpt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="adalbertojunior/clip-rpt")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("adalbertojunior/clip-rpt")
    model = AutoModel.from_pretrained("adalbertojunior/clip-rpt")
  • Notebooks
  • Google Colab
  • Kaggle
clip-rpt
855 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
adalbertojunior
tokenizer
c383fcb about 4 years ago
  • runs
    tokenizer about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    1.17 kB
    tokenizer about 4 years ago
  • all_results.json
    308 Bytes
    tokenizer about 4 years ago
  • config.json
    4.41 kB
    tokenizer about 4 years ago
  • eval_results.json
    161 Bytes
    tokenizer about 4 years ago
  • merges.txt
    516 kB
    tokenizer about 4 years ago
  • preprocessor_config.json
    371 Bytes
    tokenizer about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    852 MB
    xet
    tokenizer about 4 years ago
  • special_tokens_map.json
    239 Bytes
    tokenizer about 4 years ago
  • tokenizer.json
    2.23 MB
    tokenizer about 4 years ago
  • tokenizer_config.json
    1.17 kB
    tokenizer about 4 years ago
  • train_results.json
    167 Bytes
    tokenizer about 4 years ago
  • trainer_state.json
    593 Bytes
    tokenizer about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    3.25 kB
    xet
    tokenizer about 4 years ago
  • vocab.json
    858 kB
    tokenizer about 4 years ago