BenchmarkBot commited on
Commit
570bffa
β€’
1 Parent(s): af2159b

corrected introduction text

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +4 -4
src/assets/text_content.py CHANGED
@@ -2,11 +2,11 @@ TITLE = """<h1 align="center" id="space-title">πŸ€— Open LLM-Perf Leaderboard
2
 
3
  INTRODUCTION_TEXT = f"""
4
  The πŸ€— Open LLM-Perf Leaderboard πŸ‹οΈ aims to benchmark the performance (latency & throughput) of Large Language Models (LLMs) on different hardwares and backends using [Optimum-Benchmark](https://github.com/huggingface/optimum-benchmark) and [Optimum](https://github.com/huggingface/optimum) flavors.
5
- Anyone from the community can submit a model or a hardware+backend configuration for automated benchmarking:
6
- - Model submissions should be made in the [πŸ€— Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) and will be added to the πŸ€— Open LLM-Perf Leaderboard πŸ‹οΈ once they're publicly available.
7
- - Hardware+Backend submissions should be made in the πŸ€— Open LLM-Perf Leaderboard πŸ‹οΈ [community discussions](https://huggingface.co/spaces/optimum/llm-perf-leaderboard/discussions); An automated process will be set up soon.
8
 
9
- [Config files](https://github.com/huggingface/optimum-benchmark/blob/main/examples/bert.yaml) (which can be used with Optimum-Benchmark) will be available soon for reproduction and questioning/correction of the results.
10
  """
11
 
12
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results."
 
2
 
3
  INTRODUCTION_TEXT = f"""
4
  The πŸ€— Open LLM-Perf Leaderboard πŸ‹οΈ aims to benchmark the performance (latency & throughput) of Large Language Models (LLMs) on different hardwares and backends using [Optimum-Benchmark](https://github.com/huggingface/optimum-benchmark) and [Optimum](https://github.com/huggingface/optimum) flavors.
5
+ Anyone from the community can request a model or a hardware+backend configuration for automated benchmarking:
6
+ - Model requests should be made in the [πŸ€— Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) and will be added to the πŸ€— Open LLM-Perf Leaderboard πŸ‹οΈ once they're publicly available.
7
+ - Hardware+Backend requests should be made in the πŸ€— Open LLM-Perf Leaderboard πŸ‹οΈ [community discussions](https://huggingface.co/spaces/optimum/llm-perf-leaderboard/discussions).
8
 
9
+ [Config files](https://github.com/huggingface/optimum-benchmark/blob/main/examples/bert.yaml) (which can be used with Optimum-Benchmark) will be available soon for reproduction, questioning and correction of our results.
10
  """
11
 
12
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results."