Tweaks for the T5 example. (#874)

This commit is contained in:
Laurent Mazare
2023-09-17 11:05:15 +02:00
committed by GitHub
parent 1a276b5da7
commit eeb54716dd
2 changed files with 38 additions and 4 deletions

View File

@ -82,7 +82,7 @@ We also provide a some command line based examples using state of the art models
<img src="https://github.com/huggingface/candle/raw/main/candle-examples/examples/segment-anything/assets/sam_merged.jpg" width="200">
- [Whisper](./candle-examples/examples/whisper/): speech recognition model.
- [Bert](./candle-examples/examples/bert/): useful for sentence embeddings.
- [T5](./candle-examples/examples/t5), [Bert](./candle-examples/examples/bert/): useful for sentence embeddings.
- [DINOv2](./candle-examples/examples/dinov2/): computer vision model trained
using self-supervision (can be used for imagenet classification, depth
evaluation, segmentation).