We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e87c2 commit 02af6beCopy full SHA for 02af6be
README.md
@@ -34,7 +34,9 @@ func testTokenizer() async throws {
34
let decoded = tokenizer.decode(tokens: encoded)
35
}
36
```
37
-- `Hub`: Utilities for interacting with the Hugging Face Hub! Download models, tokenizers and other config files. Usage example:
+- `Hub`: Utilities for interacting with the Hugging Face Hub. Download models, tokenizers and other config files.
38
+
39
+Usage example:
40
41
```swift
42
import Hub
0 commit comments