Jarbas commited on
Commit
4257115
·
verified ·
1 Parent(s): 6347a30

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -50,6 +50,14 @@ print(tok.decode(out[0], skip_special_tokens=True))
50
  10 general-domain sentences, exact-string-match of generated output against
51
  `MarianMTModel.generate()` on the original `Helsinki-NLP/opus-mt-en-az` checkpoint.
52
 
 
 
 
 
 
 
 
 
53
  | Decoding | fp32 exact match | int8 exact match |
54
  |---|---|---|
55
  | greedy (num_beams=1) | 10/10 (100.0%) | 9/10 (90.0%) |
 
50
  10 general-domain sentences, exact-string-match of generated output against
51
  `MarianMTModel.generate()` on the original `Helsinki-NLP/opus-mt-en-az` checkpoint.
52
 
53
+ ```yaml
54
+ parity:
55
+ fp32_greedy: 1.00 # 10/10
56
+ fp32_beam4: 1.00 # 10/10
57
+ int8_greedy: 0.90 # 9/10
58
+ int8_beam4: 0.40 # 4/10
59
+ ```
60
+
61
  | Decoding | fp32 exact match | int8 exact match |
62
  |---|---|---|
63
  | greedy (num_beams=1) | 10/10 (100.0%) | 9/10 (90.0%) |