You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Integration inside a library is super simple. We expose two functions, `hf_hub_u
42
42
### `hf_hub_url`
43
43
44
44
`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 `/`),
46
46
- a filename (like `pytorch_model.bin`),
47
47
- and an optional git revision id (can be a branch name, a tag, or a commit hash)
48
48
@@ -118,7 +118,7 @@ Finally, there's a `huggingface-cli lfs-multipart-upload` command but that one i
118
118
119
119
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:
0 commit comments