ArthurZ HF Staff commited on
Commit
6018a54
·
verified ·
1 Parent(s): cd82570

Upload baseline.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. baseline.txt +21 -0
baseline.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ test bpe-gpt2/encode ... bench: 1,838,395,183 ns/iter (+/- 11,353,373)
2
+ test bpe-gpt2/encode-batch ... bench: 858,026,079 ns/iter (+/- 8,442,889)
3
+ test bpe-gpt2/encode-no-cache ... bench: 2,404,030,428 ns/iter (+/- 14,881,925)
4
+ test bpe-gpt2/encode-batch-no-cache ... bench: 1,002,862,638 ns/iter (+/- 2,894,094)
5
+
6
+ test llama3/encode ... bench: 1,787,479,577 ns/iter (+/- 6,517,824)
7
+ test llama3/encode-batch ... bench: 850,776,840 ns/iter (+/- 2,929,201)
8
+ test llama3/encode-fast ... bench: 1,688,656,267 ns/iter (+/- 8,090,231)
9
+ test llama3/encode-char-offsets ... bench: 1,063,221,129 ns/iter (+/- 13,818,063)
10
+ test llama3/concurrent-4t ... bench: 49,971,069 ns/iter (+/- 684,999)
11
+
12
+ test serialization/from-file-roberta ... bench: 62,323,824 ns/iter (+/- 617,848)
13
+ test serialization/from-file-llama3 ... bench: 374,592,193 ns/iter (+/- 24,490,705)
14
+ test serialization/from-file-albert ... bench: 37,019,385 ns/iter (+/- 366,300)
15
+ test serialization/bpe-from-file-gpt2 ... bench: 45,713,426 ns/iter (+/- 251,286)
16
+ test serialization/save-llama3 ... bench: 93,536,724 ns/iter (+/- 2,822,613)
17
+ test serialization/deserialize-roberta ... bench: 76,018,661 ns/iter (+/- 559,678)
18
+ test serialization/deserialize-llama3 ... bench: 394,976,128 ns/iter (+/- 5,025,303)
19
+
20
+ test train/bpe-small ... bench: 16,066,065 ns/iter (+/- 331,933)
21
+