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

  • Log In
  • Sign Up

lysandre
/
tests

Feature Extraction
Transformers
PyTorch
TensorBoard
distilbert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use lysandre/tests with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lysandre/tests")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("lysandre/tests")
    model = AutoModel.from_pretrained("lysandre/tests")
  • Notebooks
  • Google Colab
  • Kaggle
tests / extended /__pycache__
18.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
LysandreJik's picture
LysandreJik
add model
5f89bea almost 5 years ago
  • test_trainer_ext.cpython-38-pytest-6.2.2.pyc
    9.11 kB
    add model almost 5 years ago
  • test_trainer_ext.cpython-38-pytest-6.2.4.pyc
    9.15 kB
    add model almost 5 years ago