Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
passaglia committed Aug 11, 2023
1 parent 3d211b9 commit a51af26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions scripts/elo_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ def make_clickable_model(model_name):
elif "super-torin" in model_name:
link = "https://ai-novel.com/index.php"
model_name = "ainovelist/supertrin"
elif "rwkv" in model_name:
elif "rwkv-world-jp-v1" in model_name:
link = "https://huggingface.co/BlinkDL/rwkv-4-world"
model_name = "blinkdl/rwkv-4-world-jp55"
model_name = "blinkdl/rwkv-world-7b-jp-v1"
elif "rwkv-world-jpn-55" in model_name:
link = "https://huggingface.co/BlinkDL/rwkv-4-world"
model_name = "blinkdl/rwkv-world-7b-jp-v0.55"

return model_hyperlink(link, model_name)

Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please contact us if you have any suggestions or requests for models that you'd
| 1 | <a target="_blank" href="https://openai.com/" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>openai/GPT-4</a> | 1550.063 ± 61.28 | 99.6%
| 2 | <a target="_blank" href="https://openai.com/" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>openai/GPT-3.5</a> | 1391.467 ± 50.59 | 100.0%
| 3 | <a target="_blank" href="https://huggingface.co/stabilityai/StableBeluga2" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>stabilityai/StableBeluga2</a> | 1172.644 ± 39.60 | 97.7%
| 4 | <a target="_blank" href="https://huggingface.co/BlinkDL/rwkv-4-world" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>blinkdl/rwkv-4-world-jp55</a> | 1075.360 ± 37.17 | 99.2%
| 4 | <a target="_blank" href="https://huggingface.co/BlinkDL/rwkv-4-world" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>blinkdl/rwkv-world-7b-jp-v1</a> | 1075.360 ± 37.17 | 99.2%
| 5 | <a target="_blank" href="https://ai-novel.com/index.php" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>ainovelist/supertrin</a> | 956.012 ± 33.11 | 85.4%
| 6 | <a target="_blank" href="https://huggingface.co/stabilityai/japanese-stablelm-instruct-alpha-7b" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>stabilityai/japanese-stablelm-instruct-alpha-7b</a> | 903.474 ± 36.07 | 99.7%
| 7 | <a target="_blank" href="https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-ppo" style={{color: "var(--link-text-color)", textDecoration: "underline",textDecorationStyle: "dotted"}}>rinna/japanese-gpt-neox-3.6b-instruction-ppo</a> | 762.803 ± 35.51 | 73.6%
Expand Down

0 comments on commit a51af26

Please sign in to comment.