chore: remove duplicate words (#31853)

remove duplicate words
This commit is contained in:
hatti
2024-07-09 17:38:29 +08:00
committed by GitHub
parent bd760cd13d
commit 350aed7076
4 changed files with 4 additions and 4 deletions

View File

@@ -1011,7 +1011,7 @@ slow models to do qualitative testing. To see the use of these simply look for *
grep tiny tests examples
```
Here is a an example of a [script](https://github.com/huggingface/transformers/tree/main/scripts/fsmt/fsmt-make-tiny-model.py) that created the tiny model
Here is an example of a [script](https://github.com/huggingface/transformers/tree/main/scripts/fsmt/fsmt-make-tiny-model.py) that created the tiny model
[stas/tiny-wmt19-en-de](https://huggingface.co/stas/tiny-wmt19-en-de). You can easily adjust it to your specific
model's architecture.