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

marqvision-ai
/
FM-Relevancy-v1.0

Text Classification
Transformers
Safetensors
fm-listing-relevancy
feature-extraction
fm
listing-relevancy
multimodal
vision-language
brand-protection
q-former
custom_code
Model card Files Files and versions
xet
Community

Instructions to use marqvision-ai/FM-Relevancy-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marqvision-ai/FM-Relevancy-v1.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="marqvision-ai/FM-Relevancy-v1.0", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("marqvision-ai/FM-Relevancy-v1.0", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FM-Relevancy-v1.0
558 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ttonyhhong's picture
ttonyhhong
Add transformers integration: trust_remote_code support
42b8ad7 4 days ago
  • .gitattributes
    133 Bytes
    Configure Git LFS 5 days ago
  • README.md
    3.95 kB
    Add transformers integration: trust_remote_code support 4 days ago
  • config.json
    661 Bytes
    Add transformers integration: trust_remote_code support 4 days ago
  • configuration_fm_relevancy.py
    1.77 kB
    Add transformers integration: trust_remote_code support 4 days ago
  • model.safetensors
    558 MB
    xet
    Initial release: FM-Relevancy-v1.0 5 days ago
  • modeling_fm_relevancy.py
    9.95 kB
    Add transformers integration: trust_remote_code support 4 days ago