Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise use cases with transformers #507

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Revise use cases with transformers #507

merged 2 commits into from
Jan 26, 2024

Commits on Jan 18, 2024

  1. Revise use cases with transformers

    Add new use cases:
    - Text-to-image
    - Speech Recognition
    - Text Generation
    - (Image Segmentation now refers to [SegAny] also)
    
    Add new reference models:
    - Text-to-image: stable-diffusion-v1-5
    - Image segmentation: segment-anything
    - Speech-to-text: whisper-tiny.en
    - Text generation: t5-small, m2m100_418M, gpt2, llama-2-7b
    
    Remove redundant local reference: [POWERFUL-FEATURES]
    anssiko committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f229427 View commit details
    Browse the repository at this point in the history
  2. Revise use cases with transformers, grammar fixes

    Improve grammar based on review comments
    anssiko committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1d0f5c0 View commit details
    Browse the repository at this point in the history