File size: 11,551 Bytes
215d189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Stick To Your Role! About</title>
    <!-- Include Bootstrap CSS for styling -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/css/bootstrap.min.css">
    <!-- Include DataTables CSS -->
    <link rel="stylesheet" href="https://cdn.datatables.net/1.11.5/css/dataTables.bootstrap5.min.css">
    <!-- Custom CSS for additional styling -->
    <style>
        body {
            background-color: #f8f9fa;
            font-family: 'Arial', sans-serif;
        }
        .container {
            max-width: 1200px; /* Limit the width of the container */
            margin: auto; /* Center the container */
            padding: 20px; /* Add some padding */
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        h1 {
            color: #333;
            text-align: center;
        }
        h2 {
            color: #333;
            margin-top: 30px;
            text-align: center;
        }

        .section {
            padding-top: 19px;
            text-align: left;
        }

        .section p {
            padding-left: 150px;
            padding-right: 150px;
            text-indent: 2em;
            margin: auto;
            margin-bottom: 10px;
            text-align: left;
        }

        .section ol, ul {
            padding-left: 150px;
            padding-right: 150px;
            margin: auto;
            margin-bottom: 20px;
            margin-left: 50px;
            text-align: left;
            margin-top: 0px;
        }

        .citation-section {
            width: 100%;
            margin-top: 50px;
            text-align: center;
        }
        .citation-box {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 10px;
            margin-top: 5px;
            font-size: 15px;
            text-align: left;
            font-family: 'Courier New', Courier, monospace;
            white-space: pre;
        }

        .image-container-structure {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
            max-width: 70%; /* Adjust the width as needed */
            margin: auto;
        }

        .image-container-structure a {
            flex: 1;
        }

        .image-container-structure img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: auto;
        }

        .image-container {
            width: 100%;
            margin-bottom: 40px;
        }
        .image-container #admin-questionnaire {
            width: 50%;
            height: auto;
            display: block;
            margin: auto;
        }
        .image-container #ro-image {
            width: 70%;
            height: auto;
            display: block;
            margin: auto;
        }

        .section-title {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 40px;
            padding: 20px; /* Add padding for more margin around text */
            background-color: #610b5d;
            color: #fff; /* Ensure text is readable on dark background */
            border-radius: 15px; /* Rounded edges */
        }
        .back-button {
            text-align: center;
            margin-top: 50px;
        }
        .custom-button {
            background-color: #610b5d;
            color: #fff; /* Set white text color */
            border-radius: 15px; /* Rounded edges */
            padding: 10px 20px; /* Padding for the button */
            font-size: 18px; /* Increase font size */
            text-decoration: none; /* Remove underline */
        }
        .custom-button:hover {
            background-color: #812b7d;
            color: #fff;
        }
        .form-container {
            max-width: 80%; /* Adjust as needed */
            margin: 20px 100px; /* Center horizontally */
            padding: 50px 150px;
            text-align: center;
            background-color: #f8f9fa;
        }

        .form-row {
            max-width: 100%;
            margin-bottom: 20px;
            text-align: left;
        }

        .form-label {
        }

        .col-md-4 {
            width: 100%
        }
        .col-md-8 {
            width: 100%
        }

        .form-content {
            margin-bottom: 15px;
            min-width: 100%;
        }
        .form-content::placeholder {
            color: #aaa;
            font-style: italic;
        }

        .file-input {
            margin-top: 10px;
        }
    </style>
</head>
<body>
<div class="container">
    <h1 class="mt-5">Stick To Your Role! Leaderboard</h1>
    <div class="table-responsive">
        <!-- Render the table HTML here -->
        {{ table_html|safe }}
    </div>
    <div class="section">
        <div id="evaluate_custom_model" class="section-title">Evaluate a custom model</div>
        <p>
            To evaluate a custom model you can use our <a href="https://gitlab.inria.fr/gkovac/value_stability">open-source code</a>.
            If a model is in the huggingface transformers format (saved either localy or on the hub),
            it can be simply added by adding a config file.
            The model can then be evaluated as any other model.
            To do so, follow the <a href="https://gitlab.inria.fr/gkovac/value_stability/-/blob/master/README.md?ref_type=heads#adding-a-new-model">instructions</a> in the README.md file.
        </p>
    </div>
    <div class="section" id="paper">
        <div class="section-title">Submit a custom model to the Stick To Your Role! Leaderboard</div>
        <p>
            If you want, your model can be to the Stick To Your Role! Leaderboard, as an unofficial submission.
            A separate list of models containing both official and unofficial submissions will be created.
            The procedure is as follows:
        </p>
        <ol>
            <li>
                <b> Add and evaluate your model </b> - Add your model as a config file as described <a href="{{ url_for('new_model', _anchor='evaluate_custom_model') }}">above</a>.
                This procedure should result in 9 json files as such:
                <code>`Leaderboard/results/stability_leaderboard/&lt;your_model_name&gt;/chunk_0_&lt;timestamp&gt;/results.json`</code>
            </li>
            <li>
                <b> Submit the config file </b> - Create a pull request to our <a href="https://gitlab.inria.fr/gkovac/value_stability">repository</a> from a branch <code>"unofficial_model/&lt;your_model_name&gt;"</code>.
                The pull request should ideally only add the config file in <code>`./models/leaderboard_configs`</code>.
                If additional changes are needed, they should ideally be constrained to a new model class (see <a href="https://gitlab.inria.fr/gkovac/value_stability/-/blob/master/models/huggingfacemodel.py?ref_type=heads">huggingfacemodel.py</a> for reference).
            <li>
                <b> Submit the model results </b> - submit the *json files as a ZIP using the form below.
                We will integrate the model's results on our side, and rerank models with yours included.
            </li>
        </ol>
        <div class="form-container">
            <form id="model-submission-form" method="POST" action="{{ url_for('submit_model') }}" enctype="multipart/form-data">
                <div class="form-row row">
                    <div class="col-md-4">
                        <label for="model_name" class="form-label">Model Name:</label>
                    </div>
                    <div class="col-md-8">
                        <input type="text" class="form-content" id="model_name" name="model_name" required>
                    </div>
                </div>
                <div class="form-row row">
                    <div class="col-md-4">
                        <label for="pull_request_link" class="form-label">Pull Request Link:</label>
                    </div>
                    <div class="col-md-8">
                        <input type="url" class="form-content" id="pull_request_link" name="pull_request_link" required>
                    </div>
                </div>
                <div class="form-row row">
                    <div class="col-md-4">
                        <label for="email" class="form-label">Email:</label>
                    </div>
                    <div class="col-md-8">
                        <input type="email" class="form-content" id="email" name="email" required>
                    </div>
                </div>
                <div class="form-row row">
                    <div class="col-md-4">
                        <label for="description" class="form-label">Description:</label>
                    </div>
                    <div class="col-md-8">
                        <textarea class="form-content" id="description" name="description" placeholder="Various details on the model training and architecture (e.g. dataset, model size, optimizer, etc.)" rows="3" required></textarea>
                    </div>
                </div>
                <div class="form-row row">
                    <div class="col-md-4">
                        <label for="model_files" class="form-label">
                            Upload the Model results directory as a ZIP file
                            (<code>Leaderboard/results/stability_leaderboard/&lt;your_model_name&gt;</code>):
                        </label>
                    </div>
                    <div class="col-md-8">
                        <input type="file" id="model_files" name="model_files" class="file-input" accept=".zip" required>
                        <small class="form-text text-muted">
                            Please upload a ZIP file containing the results directory.
                        </small>
                    </div>
                </div>
                <button type="submit" class="btn custom-button mt-3">Submit</button>
            </form>
        </div>
    </div>
    <div class="back-button">
        <a href="{{ url_for('index') }}" class="custom-button mt-3">Main page</a>
    </div>
</div>

<!-- Include jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Include Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
<!-- Include DataTables JS -->
<script src="https://cdn.datatables.net/1.11.5/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.11.5/js/dataTables.bootstrap5.min.js"></script>
<!-- Initialize DataTables -->
<script>
    $(document).ready(function() {
        const table = $('table').DataTable({
            "paging": false,
            "info": false,
            "columnDefs": [
                { "orderable": false, "targets": 0 },
                { "searchable": false, "targets": 0 }
            ],
            "order": [[ 2, 'desc' ]],
            "drawCallback": function(settings) {
                var api = this.api();
                api.column(0, {order:'applied'}).nodes().each(function(cell, i) {
                    cell.innerHTML = i + 1;
                });
            }
        });
    });
</script>
</body>
</html>