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 / sagemaker
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
LysandreJik's picture
LysandreJik
add model
5f89bea almost 5 years ago
  • __pycache__
    add model almost 5 years ago
  • scripts
    add model almost 5 years ago
  • README.md
    9.53 kB
    add model almost 5 years ago
  • __init__.py
    110 Bytes
    add model almost 5 years ago
  • conftest.py
    2.18 kB
    add model almost 5 years ago
  • test_multi_node_data_parallel.py
    4.26 kB
    add model almost 5 years ago
  • test_multi_node_model_parallel.py
    4.52 kB
    add model almost 5 years ago
  • test_single_node_gpu.py
    3.55 kB
    add model almost 5 years ago