Skip to content

Commit 0c66cab

Browse files
author
Hendrik van Antwerpen
committed
Set image background
1 parent 32d4c76 commit 0c66cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/bpe/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,16 @@ If the requirement of correct BPE output can be relaxed, then the Greedy approac
203203

204204
Results for counting o200k tokens for random 10000 byte slices. The setup time of the interval encoder is comparable to backtracking. After setup counting of slices of the original data are approximately constant time.
205205

206-
![counting runtime comparison](./benches/result/reports/counting-o200k/lines.svg)
206+
<img src="./benches/result/reports/counting-o200k/lines.svg" style="background-color: white" />
207207

208208
### Encoding results
209209

210210
Results for encoding o200k tokens for random 1000 bytes. The backtracking encoder consistently outperforms tiktoken by a constant factor.
211211

212-
![encoding runtime comparison](./benches/result/reports/encoding-o200k/lines.svg)
212+
<img src="./benches/result/reports/encoding-o200k/lines.svg" style="background-color: white" />
213213

214214
### Incremental encoding results
215215

216216
Results for incrementally encoding o200k tokens by appending 10000 random bytes. The appending encoder is slower by a constant factor but overall has similar performance curve as the backtracking encoder encoding all data at once.
217217

218-
![appending runtime comparison](./benches/result/reports/appending-o200k/lines.svg)
218+
<img src="./benches/result/reports/appending-o200k/lines.svg" style="background-color: white" />

0 commit comments

Comments
 (0)