Skip to content

Commit 7084121

Browse files
committed
Updated README.md
1 parent 4e106be commit 7084121

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
@@ -57,7 +57,7 @@ for _, modelID := range hfModelIDs {
5757
}
5858
```
5959

60-
### Tokenize for `google/gemma-2-2b-it`
60+
### Tokenize for [`google/gemma-2-2b-it`](https://huggingface.co/google/gemma-2-2b-it)
6161

6262
* The output "Downloaded" message happens only the tokenizer file is not yet cached, so only the first time:
6363

@@ -79,7 +79,7 @@ Tokens: [651 2870 603 611 573 3037 235265]
7979
```
8080

8181

82-
### Download and execute ONNX model for `sentence-transformers/all-MiniLM-L6-v2`
82+
### Download and execute ONNX model for [`sentence-transformers/all-MiniLM-L6-v2`](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
8383

8484
Only the first 3 lines are actually demoing `go-huggingface`.
8585
The remainder lines uses [`github.com/gomlx/onnx-gomlx`](https://github.com/gomlx/onnx-gomlx)

0 commit comments

Comments
 (0)