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 3f76877 commit 0443b2bCopy full SHA for 0443b2b
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