Martin Jurkovic commited on
Commit
6daea60
·
1 Parent(s): 0a65444

Remove "demo" from name

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. src/about.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Demo Leaderboard
3
  emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
 
1
  ---
2
+ title: Syntherela Leaderboard
3
  emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
src/about.py CHANGED
@@ -51,7 +51,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
51
 
52
 
53
  # Your leaderboard name
54
- TITLE = """<h1 align="center" id="space-title">Syntherela leaderboard</h1>"""
55
 
56
  # What does your leaderboard evaluate?
57
  INTRODUCTION_TEXT = """
@@ -61,7 +61,7 @@ Intro text
61
  # Which evaluations are you running? how can people reproduce what you have?
62
  LLM_BENCHMARKS_TEXT = f"""
63
  # About
64
- The **SyntheRela leaderboard** provides a public evaluation of relational database synthesis methods using the **SyntheRela benchmark** ([github](https://github.com/martinjurkovic/syntherela)). This benchmark incorporates best practices, a novel robust detection metric, and a relational deep learning utility approach that leverages graph neural networks. It enables a comprehensive comparison of methods across multiple real-world databases.
65
 
66
  To add a model to the leaderboard, run the **SyntheRela benchmark** on your generated data and then open a pull request on the [SyntheRela repository](https://github.com/martinjurkovic/syntherela).
67
 
 
51
 
52
 
53
  # Your leaderboard name
54
+ TITLE = """<h1 align="center" id="space-title">Syntherela Leaderboard</h1>"""
55
 
56
  # What does your leaderboard evaluate?
57
  INTRODUCTION_TEXT = """
 
61
  # Which evaluations are you running? how can people reproduce what you have?
62
  LLM_BENCHMARKS_TEXT = f"""
63
  # About
64
+ The **SyntheRela Leaderboard** provides a public evaluation of relational database synthesis methods using the **SyntheRela benchmark** ([github](https://github.com/martinjurkovic/syntherela)). This benchmark incorporates best practices, a novel robust detection metric, and a relational deep learning utility approach that leverages graph neural networks. It enables a comprehensive comparison of methods across multiple real-world databases.
65
 
66
  To add a model to the leaderboard, run the **SyntheRela benchmark** on your generated data and then open a pull request on the [SyntheRela repository](https://github.com/martinjurkovic/syntherela).
67