Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bn22
/
experimental-te-ft

Feature Extraction
Transformers
Safetensors
clip_text_model
Model card Files Files and versions
xet
Community

Instructions to use bn22/experimental-te-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bn22/experimental-te-ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="bn22/experimental-te-ft")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("bn22/experimental-te-ft")
    model = AutoModel.from_pretrained("bn22/experimental-te-ft")
  • Notebooks
  • Google Colab
  • Kaggle
experimental-te-ft
165 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
bn22's picture
bn22
Upload model
784a765 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • README.md
    5.17 kB
    Upload model 11 days ago
  • config.json
    540 Bytes
    Upload model 3 days ago
  • model.safetensors
    161 MB
    xet
    Upload model 3 days ago
  • tokenizer.json
    3.64 MB
    Upload tokenizer 11 days ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer 11 days ago