Fix number of models in README.md (#28430)

This commit is contained in:
prasatee
2024-01-10 03:11:08 -08:00
committed by GitHub
parent 6015d0ad6c
commit ffd3710391

View File

@@ -228,7 +228,7 @@ The model itself is a regular [Pytorch `nn.Module`](https://pytorch.org/docs/sta
1. Lower compute costs, smaller carbon footprint: 1. Lower compute costs, smaller carbon footprint:
- Researchers can share trained models instead of always retraining. - Researchers can share trained models instead of always retraining.
- Practitioners can reduce compute time and production costs. - Practitioners can reduce compute time and production costs.
- Dozens of architectures with over 60,000 pretrained models across all modalities. - Dozens of architectures with over 400,000 pretrained models across all modalities.
1. Choose the right framework for every part of a model's lifetime: 1. Choose the right framework for every part of a model's lifetime:
- Train state-of-the-art models in 3 lines of code. - Train state-of-the-art models in 3 lines of code.