more doc fixes (#804)

This commit is contained in:
Ssslakter
2023-09-11 02:36:29 +07:00
committed by GitHub
parent 4f18180fc7
commit 18d6db2180
4 changed files with 10 additions and 10 deletions

View File

@ -0,0 +1,7 @@
# Running a model
In order to run an existing model, you will need to download and use existing weights.
Most models are already available on https://huggingface.co/ in [`safetensors`](https://github.com/huggingface/safetensors) format.
Let's get started by running an old model : `bert-base-uncased`.