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

ybelkada
/
test-dynamic-model-with-tags

Feature Extraction
Transformers
Safetensors
bert
tag-1
tag-2
Model card Files Files and versions
xet
Community

Instructions to use ybelkada/test-dynamic-model-with-tags with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ybelkada/test-dynamic-model-with-tags with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ybelkada/test-dynamic-model-with-tags")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ybelkada/test-dynamic-model-with-tags")
    model = AutoModel.from_pretrained("ybelkada/test-dynamic-model-with-tags")
  • Notebooks
  • Google Colab
  • Kaggle
test-dynamic-model-with-tags
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
ybelkada's picture
ybelkada
Upload model
d434717 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.19 kB
    Upload model over 2 years ago
  • config.json
    671 Bytes
    Upload model over 2 years ago
  • model.safetensors
    433 MB
    xet
    Upload model over 2 years ago