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

  • Log In
  • Sign Up

lysandre
/
test-3

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

Instructions to use lysandre/test-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lysandre/test-3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lysandre/test-3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("lysandre/test-3")
    model = AutoModel.from_pretrained("lysandre/test-3")
  • Notebooks
  • Google Colab
  • Kaggle
test-3
368 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lysandre's picture
lysandre HF Staff
Upload model
9349396 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload model over 1 year ago
  • config.json
    677 Bytes
    Upload model over 1 year ago
  • model.safetensors
    361 kB
    xet
    Upload model over 1 year ago