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

  • Log In
  • Sign Up

Yuchu
/
test_model

Summarization
Transformers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Yuchu/test_model with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="Yuchu/test_model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Yuchu/test_model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Yuchu's picture
Yuchu
Create README.md
f13b6a9 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    62 Bytes
    Create README.md almost 3 years ago