Skip to content

Commit 62b0ddb

Browse files
authored
README: wording tweak + optimize png
1 parent 417b805 commit 62b0ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Integration inside a library is super simple. We expose two functions, `hf_hub_u
4242
### `hf_hub_url`
4343

4444
`hf_hub_url()` takes:
45-
- a model id (like `julien-c/EsperBERTo-small`),
45+
- a model id (like `julien-c/EsperBERTo-small` i.e. a user or organization name and a repo name, separated by `/`),
4646
- a filename (like `pytorch_model.bin`),
4747
- and an optional git revision id (can be a branch name, a tag, or a commit hash)
4848

@@ -118,7 +118,7 @@ Finally, there's a `huggingface-cli lfs-multipart-upload` command but that one i
118118

119119
Finally, we'll implement a few tweaks to improve the UX for your models on the website – let's use [Asteroid](https://github.com/asteroid-team/asteroid) as an example:
120120

121-
![asteroid-model](https://cdn-media.huggingface.co/huggingface_hub/asteroid-model.png)
121+
![asteroid-model](https://cdn-media.huggingface.co/huggingface_hub/asteroid-model-optim.png)
122122

123123
Model authors add an `asteroid` tag to their model card and they get the advantages of model versioning built-in
124124

0 commit comments

Comments
 (0)