Spaces:
Runtime error
Runtime error
Alex Cabrera
commited on
Commit
•
892d25a
1
Parent(s):
13e89d2
MVP
Browse files- .zeno_cache/reports.pickle +0 -0
- .zeno_cache/slices.pickle +0 -0
- README.md +6 -0
- data/adult.csv +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/OUTPUTgpt-3_5-turbo-0301.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/OUTPUTgpt-3_5-turbo.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/POSTDISTILLcorrectgpt-3_5-turbo-0301.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/POSTDISTILLcorrectgpt-3_5-turbo.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/PREDISTILLanswer_length.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/PREDISTILLnumber_of_blanks.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/PREDISTILLword_freq.pickle +0 -0
- {.zeno_cache → evals/.zeno_cache_partially_solved_crossword_clues}/folders.pickle +0 -0
- evals/.zeno_cache_partially_solved_crossword_clues/reports.pickle +1 -0
- evals/.zeno_cache_partially_solved_crossword_clues/view.mjs +1574 -0
- evals/crossword/crossword-turbo-0301.jsonl +202 -0
- evals/crossword/crossword-turbo.jsonl +202 -0
- evals/crossword/crossword_fns.py +26 -0
- evals/emotional-intelligence/emotional-intelligence-turbo-0301.jsonl +0 -0
- evals/emotional-intelligence/emotional-intelligence-turbo.jsonl +0 -0
- evals/evals.yaml +8 -0
- frontend/package-lock.json +4 -3
- frontend/src/App.svelte +25 -5
- frontend/src/app.css +0 -8
- poetry.lock +324 -95
- pyproject.toml +4 -1
- zeno-evals-hub/main.py +30 -31
.zeno_cache/reports.pickle
DELETED
Binary file (1.44 kB)
|
|
.zeno_cache/slices.pickle
DELETED
Binary file (732 Bytes)
|
|
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
# Dashboard for exploring OpenAI Evals results
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
### Deployment
|
4 |
|
5 |
We are using [Railway]() for deployment. To deploy, run:
|
|
|
1 |
# Dashboard for exploring OpenAI Evals results
|
2 |
|
3 |
+
### Running
|
4 |
+
|
5 |
+
`poetry install`
|
6 |
+
|
7 |
+
`python -m zeno-evals-hub evals/evals.yaml`
|
8 |
+
|
9 |
### Deployment
|
10 |
|
11 |
We are using [Railway]() for deployment. To deploy, run:
|
data/adult.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
evals/.zeno_cache_partially_solved_crossword_clues/OUTPUTgpt-3_5-turbo-0301.pickle
ADDED
Binary file (5.94 kB). View file
|
|
evals/.zeno_cache_partially_solved_crossword_clues/OUTPUTgpt-3_5-turbo.pickle
ADDED
Binary file (5.94 kB). View file
|
|
evals/.zeno_cache_partially_solved_crossword_clues/POSTDISTILLcorrectgpt-3_5-turbo-0301.pickle
ADDED
Binary file (5.16 kB). View file
|
|
evals/.zeno_cache_partially_solved_crossword_clues/POSTDISTILLcorrectgpt-3_5-turbo.pickle
ADDED
Binary file (5.16 kB). View file
|
|
evals/.zeno_cache_partially_solved_crossword_clues/PREDISTILLanswer_length.pickle
ADDED
Binary file (5.25 kB). View file
|
|
evals/.zeno_cache_partially_solved_crossword_clues/PREDISTILLnumber_of_blanks.pickle
ADDED
Binary file (5.25 kB). View file
|
|
evals/.zeno_cache_partially_solved_crossword_clues/PREDISTILLword_freq.pickle
ADDED
Binary file (5.95 kB). View file
|
|
{.zeno_cache → evals/.zeno_cache_partially_solved_crossword_clues}/folders.pickle
RENAMED
File without changes
|
evals/.zeno_cache_partially_solved_crossword_clues/reports.pickle
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
�]�.
|
evals/.zeno_cache_partially_solved_crossword_clues/view.mjs
ADDED
@@ -0,0 +1,1574 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
function noop() { }
|
2 |
+
function run(fn) {
|
3 |
+
return fn();
|
4 |
+
}
|
5 |
+
function blank_object() {
|
6 |
+
return Object.create(null);
|
7 |
+
}
|
8 |
+
function run_all(fns) {
|
9 |
+
fns.forEach(run);
|
10 |
+
}
|
11 |
+
function is_function(thing) {
|
12 |
+
return typeof thing === 'function';
|
13 |
+
}
|
14 |
+
function safe_not_equal(a, b) {
|
15 |
+
return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');
|
16 |
+
}
|
17 |
+
function is_empty(obj) {
|
18 |
+
return Object.keys(obj).length === 0;
|
19 |
+
}
|
20 |
+
function null_to_empty(value) {
|
21 |
+
return value == null ? '' : value;
|
22 |
+
}
|
23 |
+
|
24 |
+
// Track which nodes are claimed during hydration. Unclaimed nodes can then be removed from the DOM
|
25 |
+
// at the end of hydration without touching the remaining nodes.
|
26 |
+
let is_hydrating = false;
|
27 |
+
function start_hydrating() {
|
28 |
+
is_hydrating = true;
|
29 |
+
}
|
30 |
+
function end_hydrating() {
|
31 |
+
is_hydrating = false;
|
32 |
+
}
|
33 |
+
function upper_bound(low, high, key, value) {
|
34 |
+
// Return first index of value larger than input value in the range [low, high)
|
35 |
+
while (low < high) {
|
36 |
+
const mid = low + ((high - low) >> 1);
|
37 |
+
if (key(mid) <= value) {
|
38 |
+
low = mid + 1;
|
39 |
+
}
|
40 |
+
else {
|
41 |
+
high = mid;
|
42 |
+
}
|
43 |
+
}
|
44 |
+
return low;
|
45 |
+
}
|
46 |
+
function init_hydrate(target) {
|
47 |
+
if (target.hydrate_init)
|
48 |
+
return;
|
49 |
+
target.hydrate_init = true;
|
50 |
+
// We know that all children have claim_order values since the unclaimed have been detached if target is not <head>
|
51 |
+
let children = target.childNodes;
|
52 |
+
// If target is <head>, there may be children without claim_order
|
53 |
+
if (target.nodeName === 'HEAD') {
|
54 |
+
const myChildren = [];
|
55 |
+
for (let i = 0; i < children.length; i++) {
|
56 |
+
const node = children[i];
|
57 |
+
if (node.claim_order !== undefined) {
|
58 |
+
myChildren.push(node);
|
59 |
+
}
|
60 |
+
}
|
61 |
+
children = myChildren;
|
62 |
+
}
|
63 |
+
/*
|
64 |
+
* Reorder claimed children optimally.
|
65 |
+
* We can reorder claimed children optimally by finding the longest subsequence of
|
66 |
+
* nodes that are already claimed in order and only moving the rest. The longest
|
67 |
+
* subsequence of nodes that are claimed in order can be found by
|
68 |
+
* computing the longest increasing subsequence of .claim_order values.
|
69 |
+
*
|
70 |
+
* This algorithm is optimal in generating the least amount of reorder operations
|
71 |
+
* possible.
|
72 |
+
*
|
73 |
+
* Proof:
|
74 |
+
* We know that, given a set of reordering operations, the nodes that do not move
|
75 |
+
* always form an increasing subsequence, since they do not move among each other
|
76 |
+
* meaning that they must be already ordered among each other. Thus, the maximal
|
77 |
+
* set of nodes that do not move form a longest increasing subsequence.
|
78 |
+
*/
|
79 |
+
// Compute longest increasing subsequence
|
80 |
+
// m: subsequence length j => index k of smallest value that ends an increasing subsequence of length j
|
81 |
+
const m = new Int32Array(children.length + 1);
|
82 |
+
// Predecessor indices + 1
|
83 |
+
const p = new Int32Array(children.length);
|
84 |
+
m[0] = -1;
|
85 |
+
let longest = 0;
|
86 |
+
for (let i = 0; i < children.length; i++) {
|
87 |
+
const current = children[i].claim_order;
|
88 |
+
// Find the largest subsequence length such that it ends in a value less than our current value
|
89 |
+
// upper_bound returns first greater value, so we subtract one
|
90 |
+
// with fast path for when we are on the current longest subsequence
|
91 |
+
const seqLen = ((longest > 0 && children[m[longest]].claim_order <= current) ? longest + 1 : upper_bound(1, longest, idx => children[m[idx]].claim_order, current)) - 1;
|
92 |
+
p[i] = m[seqLen] + 1;
|
93 |
+
const newLen = seqLen + 1;
|
94 |
+
// We can guarantee that current is the smallest value. Otherwise, we would have generated a longer sequence.
|
95 |
+
m[newLen] = i;
|
96 |
+
longest = Math.max(newLen, longest);
|
97 |
+
}
|
98 |
+
// The longest increasing subsequence of nodes (initially reversed)
|
99 |
+
const lis = [];
|
100 |
+
// The rest of the nodes, nodes that will be moved
|
101 |
+
const toMove = [];
|
102 |
+
let last = children.length - 1;
|
103 |
+
for (let cur = m[longest] + 1; cur != 0; cur = p[cur - 1]) {
|
104 |
+
lis.push(children[cur - 1]);
|
105 |
+
for (; last >= cur; last--) {
|
106 |
+
toMove.push(children[last]);
|
107 |
+
}
|
108 |
+
last--;
|
109 |
+
}
|
110 |
+
for (; last >= 0; last--) {
|
111 |
+
toMove.push(children[last]);
|
112 |
+
}
|
113 |
+
lis.reverse();
|
114 |
+
// We sort the nodes being moved to guarantee that their insertion order matches the claim order
|
115 |
+
toMove.sort((a, b) => a.claim_order - b.claim_order);
|
116 |
+
// Finally, we move the nodes
|
117 |
+
for (let i = 0, j = 0; i < toMove.length; i++) {
|
118 |
+
while (j < lis.length && toMove[i].claim_order >= lis[j].claim_order) {
|
119 |
+
j++;
|
120 |
+
}
|
121 |
+
const anchor = j < lis.length ? lis[j] : null;
|
122 |
+
target.insertBefore(toMove[i], anchor);
|
123 |
+
}
|
124 |
+
}
|
125 |
+
function append(target, node) {
|
126 |
+
target.appendChild(node);
|
127 |
+
}
|
128 |
+
function append_styles(target, style_sheet_id, styles) {
|
129 |
+
const append_styles_to = get_root_for_style(target);
|
130 |
+
if (!append_styles_to.getElementById(style_sheet_id)) {
|
131 |
+
const style = element('style');
|
132 |
+
style.id = style_sheet_id;
|
133 |
+
style.textContent = styles;
|
134 |
+
append_stylesheet(append_styles_to, style);
|
135 |
+
}
|
136 |
+
}
|
137 |
+
function get_root_for_style(node) {
|
138 |
+
if (!node)
|
139 |
+
return document;
|
140 |
+
const root = node.getRootNode ? node.getRootNode() : node.ownerDocument;
|
141 |
+
if (root && root.host) {
|
142 |
+
return root;
|
143 |
+
}
|
144 |
+
return node.ownerDocument;
|
145 |
+
}
|
146 |
+
function append_stylesheet(node, style) {
|
147 |
+
append(node.head || node, style);
|
148 |
+
return style.sheet;
|
149 |
+
}
|
150 |
+
function append_hydration(target, node) {
|
151 |
+
if (is_hydrating) {
|
152 |
+
init_hydrate(target);
|
153 |
+
if ((target.actual_end_child === undefined) || ((target.actual_end_child !== null) && (target.actual_end_child.parentNode !== target))) {
|
154 |
+
target.actual_end_child = target.firstChild;
|
155 |
+
}
|
156 |
+
// Skip nodes of undefined ordering
|
157 |
+
while ((target.actual_end_child !== null) && (target.actual_end_child.claim_order === undefined)) {
|
158 |
+
target.actual_end_child = target.actual_end_child.nextSibling;
|
159 |
+
}
|
160 |
+
if (node !== target.actual_end_child) {
|
161 |
+
// We only insert if the ordering of this node should be modified or the parent node is not target
|
162 |
+
if (node.claim_order !== undefined || node.parentNode !== target) {
|
163 |
+
target.insertBefore(node, target.actual_end_child);
|
164 |
+
}
|
165 |
+
}
|
166 |
+
else {
|
167 |
+
target.actual_end_child = node.nextSibling;
|
168 |
+
}
|
169 |
+
}
|
170 |
+
else if (node.parentNode !== target || node.nextSibling !== null) {
|
171 |
+
target.appendChild(node);
|
172 |
+
}
|
173 |
+
}
|
174 |
+
function insert_hydration(target, node, anchor) {
|
175 |
+
if (is_hydrating && !anchor) {
|
176 |
+
append_hydration(target, node);
|
177 |
+
}
|
178 |
+
else if (node.parentNode !== target || node.nextSibling != anchor) {
|
179 |
+
target.insertBefore(node, anchor || null);
|
180 |
+
}
|
181 |
+
}
|
182 |
+
function detach(node) {
|
183 |
+
if (node.parentNode) {
|
184 |
+
node.parentNode.removeChild(node);
|
185 |
+
}
|
186 |
+
}
|
187 |
+
function destroy_each(iterations, detaching) {
|
188 |
+
for (let i = 0; i < iterations.length; i += 1) {
|
189 |
+
if (iterations[i])
|
190 |
+
iterations[i].d(detaching);
|
191 |
+
}
|
192 |
+
}
|
193 |
+
function element(name) {
|
194 |
+
return document.createElement(name);
|
195 |
+
}
|
196 |
+
function svg_element(name) {
|
197 |
+
return document.createElementNS('http://www.w3.org/2000/svg', name);
|
198 |
+
}
|
199 |
+
function text(data) {
|
200 |
+
return document.createTextNode(data);
|
201 |
+
}
|
202 |
+
function space() {
|
203 |
+
return text(' ');
|
204 |
+
}
|
205 |
+
function empty() {
|
206 |
+
return text('');
|
207 |
+
}
|
208 |
+
function attr(node, attribute, value) {
|
209 |
+
if (value == null)
|
210 |
+
node.removeAttribute(attribute);
|
211 |
+
else if (node.getAttribute(attribute) !== value)
|
212 |
+
node.setAttribute(attribute, value);
|
213 |
+
}
|
214 |
+
function children(element) {
|
215 |
+
return Array.from(element.childNodes);
|
216 |
+
}
|
217 |
+
function init_claim_info(nodes) {
|
218 |
+
if (nodes.claim_info === undefined) {
|
219 |
+
nodes.claim_info = { last_index: 0, total_claimed: 0 };
|
220 |
+
}
|
221 |
+
}
|
222 |
+
function claim_node(nodes, predicate, processNode, createNode, dontUpdateLastIndex = false) {
|
223 |
+
// Try to find nodes in an order such that we lengthen the longest increasing subsequence
|
224 |
+
init_claim_info(nodes);
|
225 |
+
const resultNode = (() => {
|
226 |
+
// We first try to find an element after the previous one
|
227 |
+
for (let i = nodes.claim_info.last_index; i < nodes.length; i++) {
|
228 |
+
const node = nodes[i];
|
229 |
+
if (predicate(node)) {
|
230 |
+
const replacement = processNode(node);
|
231 |
+
if (replacement === undefined) {
|
232 |
+
nodes.splice(i, 1);
|
233 |
+
}
|
234 |
+
else {
|
235 |
+
nodes[i] = replacement;
|
236 |
+
}
|
237 |
+
if (!dontUpdateLastIndex) {
|
238 |
+
nodes.claim_info.last_index = i;
|
239 |
+
}
|
240 |
+
return node;
|
241 |
+
}
|
242 |
+
}
|
243 |
+
// Otherwise, we try to find one before
|
244 |
+
// We iterate in reverse so that we don't go too far back
|
245 |
+
for (let i = nodes.claim_info.last_index - 1; i >= 0; i--) {
|
246 |
+
const node = nodes[i];
|
247 |
+
if (predicate(node)) {
|
248 |
+
const replacement = processNode(node);
|
249 |
+
if (replacement === undefined) {
|
250 |
+
nodes.splice(i, 1);
|
251 |
+
}
|
252 |
+
else {
|
253 |
+
nodes[i] = replacement;
|
254 |
+
}
|
255 |
+
if (!dontUpdateLastIndex) {
|
256 |
+
nodes.claim_info.last_index = i;
|
257 |
+
}
|
258 |
+
else if (replacement === undefined) {
|
259 |
+
// Since we spliced before the last_index, we decrease it
|
260 |
+
nodes.claim_info.last_index--;
|
261 |
+
}
|
262 |
+
return node;
|
263 |
+
}
|
264 |
+
}
|
265 |
+
// If we can't find any matching node, we create a new one
|
266 |
+
return createNode();
|
267 |
+
})();
|
268 |
+
resultNode.claim_order = nodes.claim_info.total_claimed;
|
269 |
+
nodes.claim_info.total_claimed += 1;
|
270 |
+
return resultNode;
|
271 |
+
}
|
272 |
+
function claim_element_base(nodes, name, attributes, create_element) {
|
273 |
+
return claim_node(nodes, (node) => node.nodeName === name, (node) => {
|
274 |
+
const remove = [];
|
275 |
+
for (let j = 0; j < node.attributes.length; j++) {
|
276 |
+
const attribute = node.attributes[j];
|
277 |
+
if (!attributes[attribute.name]) {
|
278 |
+
remove.push(attribute.name);
|
279 |
+
}
|
280 |
+
}
|
281 |
+
remove.forEach(v => node.removeAttribute(v));
|
282 |
+
return undefined;
|
283 |
+
}, () => create_element(name));
|
284 |
+
}
|
285 |
+
function claim_element(nodes, name, attributes) {
|
286 |
+
return claim_element_base(nodes, name, attributes, element);
|
287 |
+
}
|
288 |
+
function claim_svg_element(nodes, name, attributes) {
|
289 |
+
return claim_element_base(nodes, name, attributes, svg_element);
|
290 |
+
}
|
291 |
+
function claim_text(nodes, data) {
|
292 |
+
return claim_node(nodes, (node) => node.nodeType === 3, (node) => {
|
293 |
+
const dataStr = '' + data;
|
294 |
+
if (node.data.startsWith(dataStr)) {
|
295 |
+
if (node.data.length !== dataStr.length) {
|
296 |
+
return node.splitText(dataStr.length);
|
297 |
+
}
|
298 |
+
}
|
299 |
+
else {
|
300 |
+
node.data = dataStr;
|
301 |
+
}
|
302 |
+
}, () => text(data), true // Text nodes should not update last index since it is likely not worth it to eliminate an increasing subsequence of actual elements
|
303 |
+
);
|
304 |
+
}
|
305 |
+
function claim_space(nodes) {
|
306 |
+
return claim_text(nodes, ' ');
|
307 |
+
}
|
308 |
+
function set_data(text, data) {
|
309 |
+
data = '' + data;
|
310 |
+
if (text.wholeText !== data)
|
311 |
+
text.data = data;
|
312 |
+
}
|
313 |
+
|
314 |
+
let current_component;
|
315 |
+
function set_current_component(component) {
|
316 |
+
current_component = component;
|
317 |
+
}
|
318 |
+
|
319 |
+
const dirty_components = [];
|
320 |
+
const binding_callbacks = [];
|
321 |
+
const render_callbacks = [];
|
322 |
+
const flush_callbacks = [];
|
323 |
+
const resolved_promise = Promise.resolve();
|
324 |
+
let update_scheduled = false;
|
325 |
+
function schedule_update() {
|
326 |
+
if (!update_scheduled) {
|
327 |
+
update_scheduled = true;
|
328 |
+
resolved_promise.then(flush);
|
329 |
+
}
|
330 |
+
}
|
331 |
+
function add_render_callback(fn) {
|
332 |
+
render_callbacks.push(fn);
|
333 |
+
}
|
334 |
+
// flush() calls callbacks in this order:
|
335 |
+
// 1. All beforeUpdate callbacks, in order: parents before children
|
336 |
+
// 2. All bind:this callbacks, in reverse order: children before parents.
|
337 |
+
// 3. All afterUpdate callbacks, in order: parents before children. EXCEPT
|
338 |
+
// for afterUpdates called during the initial onMount, which are called in
|
339 |
+
// reverse order: children before parents.
|
340 |
+
// Since callbacks might update component values, which could trigger another
|
341 |
+
// call to flush(), the following steps guard against this:
|
342 |
+
// 1. During beforeUpdate, any updated components will be added to the
|
343 |
+
// dirty_components array and will cause a reentrant call to flush(). Because
|
344 |
+
// the flush index is kept outside the function, the reentrant call will pick
|
345 |
+
// up where the earlier call left off and go through all dirty components. The
|
346 |
+
// current_component value is saved and restored so that the reentrant call will
|
347 |
+
// not interfere with the "parent" flush() call.
|
348 |
+
// 2. bind:this callbacks cannot trigger new flush() calls.
|
349 |
+
// 3. During afterUpdate, any updated components will NOT have their afterUpdate
|
350 |
+
// callback called a second time; the seen_callbacks set, outside the flush()
|
351 |
+
// function, guarantees this behavior.
|
352 |
+
const seen_callbacks = new Set();
|
353 |
+
let flushidx = 0; // Do *not* move this inside the flush() function
|
354 |
+
function flush() {
|
355 |
+
// Do not reenter flush while dirty components are updated, as this can
|
356 |
+
// result in an infinite loop. Instead, let the inner flush handle it.
|
357 |
+
// Reentrancy is ok afterwards for bindings etc.
|
358 |
+
if (flushidx !== 0) {
|
359 |
+
return;
|
360 |
+
}
|
361 |
+
const saved_component = current_component;
|
362 |
+
do {
|
363 |
+
// first, call beforeUpdate functions
|
364 |
+
// and update components
|
365 |
+
try {
|
366 |
+
while (flushidx < dirty_components.length) {
|
367 |
+
const component = dirty_components[flushidx];
|
368 |
+
flushidx++;
|
369 |
+
set_current_component(component);
|
370 |
+
update(component.$$);
|
371 |
+
}
|
372 |
+
}
|
373 |
+
catch (e) {
|
374 |
+
// reset dirty state to not end up in a deadlocked state and then rethrow
|
375 |
+
dirty_components.length = 0;
|
376 |
+
flushidx = 0;
|
377 |
+
throw e;
|
378 |
+
}
|
379 |
+
set_current_component(null);
|
380 |
+
dirty_components.length = 0;
|
381 |
+
flushidx = 0;
|
382 |
+
while (binding_callbacks.length)
|
383 |
+
binding_callbacks.pop()();
|
384 |
+
// then, once components are updated, call
|
385 |
+
// afterUpdate functions. This may cause
|
386 |
+
// subsequent updates...
|
387 |
+
for (let i = 0; i < render_callbacks.length; i += 1) {
|
388 |
+
const callback = render_callbacks[i];
|
389 |
+
if (!seen_callbacks.has(callback)) {
|
390 |
+
// ...so guard against infinite loops
|
391 |
+
seen_callbacks.add(callback);
|
392 |
+
callback();
|
393 |
+
}
|
394 |
+
}
|
395 |
+
render_callbacks.length = 0;
|
396 |
+
} while (dirty_components.length);
|
397 |
+
while (flush_callbacks.length) {
|
398 |
+
flush_callbacks.pop()();
|
399 |
+
}
|
400 |
+
update_scheduled = false;
|
401 |
+
seen_callbacks.clear();
|
402 |
+
set_current_component(saved_component);
|
403 |
+
}
|
404 |
+
function update($$) {
|
405 |
+
if ($$.fragment !== null) {
|
406 |
+
$$.update();
|
407 |
+
run_all($$.before_update);
|
408 |
+
const dirty = $$.dirty;
|
409 |
+
$$.dirty = [-1];
|
410 |
+
$$.fragment && $$.fragment.p($$.ctx, dirty);
|
411 |
+
$$.after_update.forEach(add_render_callback);
|
412 |
+
}
|
413 |
+
}
|
414 |
+
const outroing = new Set();
|
415 |
+
let outros;
|
416 |
+
function group_outros() {
|
417 |
+
outros = {
|
418 |
+
r: 0,
|
419 |
+
c: [],
|
420 |
+
p: outros // parent group
|
421 |
+
};
|
422 |
+
}
|
423 |
+
function check_outros() {
|
424 |
+
if (!outros.r) {
|
425 |
+
run_all(outros.c);
|
426 |
+
}
|
427 |
+
outros = outros.p;
|
428 |
+
}
|
429 |
+
function transition_in(block, local) {
|
430 |
+
if (block && block.i) {
|
431 |
+
outroing.delete(block);
|
432 |
+
block.i(local);
|
433 |
+
}
|
434 |
+
}
|
435 |
+
function transition_out(block, local, detach, callback) {
|
436 |
+
if (block && block.o) {
|
437 |
+
if (outroing.has(block))
|
438 |
+
return;
|
439 |
+
outroing.add(block);
|
440 |
+
outros.c.push(() => {
|
441 |
+
outroing.delete(block);
|
442 |
+
if (callback) {
|
443 |
+
if (detach)
|
444 |
+
block.d(1);
|
445 |
+
callback();
|
446 |
+
}
|
447 |
+
});
|
448 |
+
block.o(local);
|
449 |
+
}
|
450 |
+
else if (callback) {
|
451 |
+
callback();
|
452 |
+
}
|
453 |
+
}
|
454 |
+
function create_component(block) {
|
455 |
+
block && block.c();
|
456 |
+
}
|
457 |
+
function claim_component(block, parent_nodes) {
|
458 |
+
block && block.l(parent_nodes);
|
459 |
+
}
|
460 |
+
function mount_component(component, target, anchor, customElement) {
|
461 |
+
const { fragment, after_update } = component.$$;
|
462 |
+
fragment && fragment.m(target, anchor);
|
463 |
+
if (!customElement) {
|
464 |
+
// onMount happens before the initial afterUpdate
|
465 |
+
add_render_callback(() => {
|
466 |
+
const new_on_destroy = component.$$.on_mount.map(run).filter(is_function);
|
467 |
+
// if the component was destroyed immediately
|
468 |
+
// it will update the `$$.on_destroy` reference to `null`.
|
469 |
+
// the destructured on_destroy may still reference to the old array
|
470 |
+
if (component.$$.on_destroy) {
|
471 |
+
component.$$.on_destroy.push(...new_on_destroy);
|
472 |
+
}
|
473 |
+
else {
|
474 |
+
// Edge case - component was destroyed immediately,
|
475 |
+
// most likely as a result of a binding initialising
|
476 |
+
run_all(new_on_destroy);
|
477 |
+
}
|
478 |
+
component.$$.on_mount = [];
|
479 |
+
});
|
480 |
+
}
|
481 |
+
after_update.forEach(add_render_callback);
|
482 |
+
}
|
483 |
+
function destroy_component(component, detaching) {
|
484 |
+
const $$ = component.$$;
|
485 |
+
if ($$.fragment !== null) {
|
486 |
+
run_all($$.on_destroy);
|
487 |
+
$$.fragment && $$.fragment.d(detaching);
|
488 |
+
// TODO null out other refs, including component.$$ (but need to
|
489 |
+
// preserve final state?)
|
490 |
+
$$.on_destroy = $$.fragment = null;
|
491 |
+
$$.ctx = [];
|
492 |
+
}
|
493 |
+
}
|
494 |
+
function make_dirty(component, i) {
|
495 |
+
if (component.$$.dirty[0] === -1) {
|
496 |
+
dirty_components.push(component);
|
497 |
+
schedule_update();
|
498 |
+
component.$$.dirty.fill(0);
|
499 |
+
}
|
500 |
+
component.$$.dirty[(i / 31) | 0] |= (1 << (i % 31));
|
501 |
+
}
|
502 |
+
function init(component, options, instance, create_fragment, not_equal, props, append_styles, dirty = [-1]) {
|
503 |
+
const parent_component = current_component;
|
504 |
+
set_current_component(component);
|
505 |
+
const $$ = component.$$ = {
|
506 |
+
fragment: null,
|
507 |
+
ctx: [],
|
508 |
+
// state
|
509 |
+
props,
|
510 |
+
update: noop,
|
511 |
+
not_equal,
|
512 |
+
bound: blank_object(),
|
513 |
+
// lifecycle
|
514 |
+
on_mount: [],
|
515 |
+
on_destroy: [],
|
516 |
+
on_disconnect: [],
|
517 |
+
before_update: [],
|
518 |
+
after_update: [],
|
519 |
+
context: new Map(options.context || (parent_component ? parent_component.$$.context : [])),
|
520 |
+
// everything else
|
521 |
+
callbacks: blank_object(),
|
522 |
+
dirty,
|
523 |
+
skip_bound: false,
|
524 |
+
root: options.target || parent_component.$$.root
|
525 |
+
};
|
526 |
+
append_styles && append_styles($$.root);
|
527 |
+
let ready = false;
|
528 |
+
$$.ctx = instance
|
529 |
+
? instance(component, options.props || {}, (i, ret, ...rest) => {
|
530 |
+
const value = rest.length ? rest[0] : ret;
|
531 |
+
if ($$.ctx && not_equal($$.ctx[i], $$.ctx[i] = value)) {
|
532 |
+
if (!$$.skip_bound && $$.bound[i])
|
533 |
+
$$.bound[i](value);
|
534 |
+
if (ready)
|
535 |
+
make_dirty(component, i);
|
536 |
+
}
|
537 |
+
return ret;
|
538 |
+
})
|
539 |
+
: [];
|
540 |
+
$$.update();
|
541 |
+
ready = true;
|
542 |
+
run_all($$.before_update);
|
543 |
+
// `false` as a special case of no DOM component
|
544 |
+
$$.fragment = create_fragment ? create_fragment($$.ctx) : false;
|
545 |
+
if (options.target) {
|
546 |
+
if (options.hydrate) {
|
547 |
+
start_hydrating();
|
548 |
+
const nodes = children(options.target);
|
549 |
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
550 |
+
$$.fragment && $$.fragment.l(nodes);
|
551 |
+
nodes.forEach(detach);
|
552 |
+
}
|
553 |
+
else {
|
554 |
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
555 |
+
$$.fragment && $$.fragment.c();
|
556 |
+
}
|
557 |
+
if (options.intro)
|
558 |
+
transition_in(component.$$.fragment);
|
559 |
+
mount_component(component, options.target, options.anchor, options.customElement);
|
560 |
+
end_hydrating();
|
561 |
+
flush();
|
562 |
+
}
|
563 |
+
set_current_component(parent_component);
|
564 |
+
}
|
565 |
+
/**
|
566 |
+
* Base class for Svelte components. Used when dev=false.
|
567 |
+
*/
|
568 |
+
class SvelteComponent {
|
569 |
+
$destroy() {
|
570 |
+
destroy_component(this, 1);
|
571 |
+
this.$destroy = noop;
|
572 |
+
}
|
573 |
+
$on(type, callback) {
|
574 |
+
if (!is_function(callback)) {
|
575 |
+
return noop;
|
576 |
+
}
|
577 |
+
const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));
|
578 |
+
callbacks.push(callback);
|
579 |
+
return () => {
|
580 |
+
const index = callbacks.indexOf(callback);
|
581 |
+
if (index !== -1)
|
582 |
+
callbacks.splice(index, 1);
|
583 |
+
};
|
584 |
+
}
|
585 |
+
$set($$props) {
|
586 |
+
if (this.$$set && !is_empty($$props)) {
|
587 |
+
this.$$.skip_bound = true;
|
588 |
+
this.$$set($$props);
|
589 |
+
this.$$.skip_bound = false;
|
590 |
+
}
|
591 |
+
}
|
592 |
+
}
|
593 |
+
|
594 |
+
/* src/AssistantBlock.svelte generated by Svelte v3.55.1 */
|
595 |
+
|
596 |
+
function add_css$3(target) {
|
597 |
+
append_styles(target, "svelte-1e3mbn4", ".model.svelte-1e3mbn4.svelte-1e3mbn4{fill:var(--logo)}.no-model.svelte-1e3mbn4.svelte-1e3mbn4{fill:var(--G3)}.model-border.svelte-1e3mbn4.svelte-1e3mbn4{border:1px solid var(--logo)}.no-model-border.svelte-1e3mbn4.svelte-1e3mbn4{border:1px solid rgba(224, 224, 224, 1)}.box.svelte-1e3mbn4.svelte-1e3mbn4{margin-top:10px;margin-bottom:10px;display:flex;align-items:start}.box.svelte-1e3mbn4 svg.svelte-1e3mbn4{min-width:24px;width:24px;margin-right:10px;margin-top:7px}.chat.svelte-1e3mbn4.svelte-1e3mbn4{border-radius:5px;margin:0px;padding:10px;overflow-wrap:anywhere}");
|
598 |
+
}
|
599 |
+
|
600 |
+
function create_fragment$3(ctx) {
|
601 |
+
let div;
|
602 |
+
let svg;
|
603 |
+
let path;
|
604 |
+
let svg_class_value;
|
605 |
+
let t0;
|
606 |
+
let p;
|
607 |
+
let t1;
|
608 |
+
let p_class_value;
|
609 |
+
|
610 |
+
return {
|
611 |
+
c() {
|
612 |
+
div = element("div");
|
613 |
+
svg = svg_element("svg");
|
614 |
+
path = svg_element("path");
|
615 |
+
t0 = space();
|
616 |
+
p = element("p");
|
617 |
+
t1 = text(/*input*/ ctx[0]);
|
618 |
+
this.h();
|
619 |
+
},
|
620 |
+
l(nodes) {
|
621 |
+
div = claim_element(nodes, "DIV", { class: true });
|
622 |
+
var div_nodes = children(div);
|
623 |
+
svg = claim_svg_element(div_nodes, "svg", { xmlns: true, viewBox: true, class: true });
|
624 |
+
var svg_nodes = children(svg);
|
625 |
+
path = claim_svg_element(svg_nodes, "path", { d: true });
|
626 |
+
children(path).forEach(detach);
|
627 |
+
svg_nodes.forEach(detach);
|
628 |
+
t0 = claim_space(div_nodes);
|
629 |
+
p = claim_element(div_nodes, "P", { class: true });
|
630 |
+
var p_nodes = children(p);
|
631 |
+
t1 = claim_text(p_nodes, /*input*/ ctx[0]);
|
632 |
+
p_nodes.forEach(detach);
|
633 |
+
div_nodes.forEach(detach);
|
634 |
+
this.h();
|
635 |
+
},
|
636 |
+
h() {
|
637 |
+
attr(path, "d", "M320 0c17.7 0 32 14.3 32 32V96H472c39.8 0 72 32.2 72 72V440c0 39.8-32.2 72-72 72H168c-39.8 0-72-32.2-72-72V168c0-39.8 32.2-72 72-72H288V32c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H208zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H304zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H400zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224H64V416H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H576V224h16z");
|
638 |
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
639 |
+
attr(svg, "viewBox", "0 0 640 512");
|
640 |
+
attr(svg, "class", svg_class_value = "" + (null_to_empty(/*output*/ ctx[1] ? "model" : "no-model") + " svelte-1e3mbn4"));
|
641 |
+
attr(p, "class", p_class_value = "chat " + (/*output*/ ctx[1] ? 'model-border' : 'no-model-border') + " svelte-1e3mbn4");
|
642 |
+
attr(div, "class", "box svelte-1e3mbn4");
|
643 |
+
},
|
644 |
+
m(target, anchor) {
|
645 |
+
insert_hydration(target, div, anchor);
|
646 |
+
append_hydration(div, svg);
|
647 |
+
append_hydration(svg, path);
|
648 |
+
append_hydration(div, t0);
|
649 |
+
append_hydration(div, p);
|
650 |
+
append_hydration(p, t1);
|
651 |
+
},
|
652 |
+
p(ctx, [dirty]) {
|
653 |
+
if (dirty & /*output*/ 2 && svg_class_value !== (svg_class_value = "" + (null_to_empty(/*output*/ ctx[1] ? "model" : "no-model") + " svelte-1e3mbn4"))) {
|
654 |
+
attr(svg, "class", svg_class_value);
|
655 |
+
}
|
656 |
+
|
657 |
+
if (dirty & /*input*/ 1) set_data(t1, /*input*/ ctx[0]);
|
658 |
+
|
659 |
+
if (dirty & /*output*/ 2 && p_class_value !== (p_class_value = "chat " + (/*output*/ ctx[1] ? 'model-border' : 'no-model-border') + " svelte-1e3mbn4")) {
|
660 |
+
attr(p, "class", p_class_value);
|
661 |
+
}
|
662 |
+
},
|
663 |
+
i: noop,
|
664 |
+
o: noop,
|
665 |
+
d(detaching) {
|
666 |
+
if (detaching) detach(div);
|
667 |
+
}
|
668 |
+
};
|
669 |
+
}
|
670 |
+
|
671 |
+
function instance$3($$self, $$props, $$invalidate) {
|
672 |
+
let { input } = $$props;
|
673 |
+
let { output = false } = $$props;
|
674 |
+
|
675 |
+
$$self.$$set = $$props => {
|
676 |
+
if ('input' in $$props) $$invalidate(0, input = $$props.input);
|
677 |
+
if ('output' in $$props) $$invalidate(1, output = $$props.output);
|
678 |
+
};
|
679 |
+
|
680 |
+
return [input, output];
|
681 |
+
}
|
682 |
+
|
683 |
+
class AssistantBlock extends SvelteComponent {
|
684 |
+
constructor(options) {
|
685 |
+
super();
|
686 |
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { input: 0, output: 1 }, add_css$3);
|
687 |
+
}
|
688 |
+
}
|
689 |
+
|
690 |
+
/* src/SystemBlock.svelte generated by Svelte v3.55.1 */
|
691 |
+
|
692 |
+
function add_css$2(target) {
|
693 |
+
append_styles(target, "svelte-18o0ab2", "p.svelte-18o0ab2{margin:0px}");
|
694 |
+
}
|
695 |
+
|
696 |
+
function create_fragment$2(ctx) {
|
697 |
+
let p;
|
698 |
+
let b;
|
699 |
+
let t0;
|
700 |
+
let t1;
|
701 |
+
let span;
|
702 |
+
let t2;
|
703 |
+
|
704 |
+
return {
|
705 |
+
c() {
|
706 |
+
p = element("p");
|
707 |
+
b = element("b");
|
708 |
+
t0 = text("System:");
|
709 |
+
t1 = space();
|
710 |
+
span = element("span");
|
711 |
+
t2 = text(/*input*/ ctx[0]);
|
712 |
+
this.h();
|
713 |
+
},
|
714 |
+
l(nodes) {
|
715 |
+
p = claim_element(nodes, "P", { class: true });
|
716 |
+
var p_nodes = children(p);
|
717 |
+
b = claim_element(p_nodes, "B", {});
|
718 |
+
var b_nodes = children(b);
|
719 |
+
t0 = claim_text(b_nodes, "System:");
|
720 |
+
b_nodes.forEach(detach);
|
721 |
+
t1 = claim_space(p_nodes);
|
722 |
+
span = claim_element(p_nodes, "SPAN", {});
|
723 |
+
var span_nodes = children(span);
|
724 |
+
t2 = claim_text(span_nodes, /*input*/ ctx[0]);
|
725 |
+
span_nodes.forEach(detach);
|
726 |
+
p_nodes.forEach(detach);
|
727 |
+
this.h();
|
728 |
+
},
|
729 |
+
h() {
|
730 |
+
attr(p, "class", "svelte-18o0ab2");
|
731 |
+
},
|
732 |
+
m(target, anchor) {
|
733 |
+
insert_hydration(target, p, anchor);
|
734 |
+
append_hydration(p, b);
|
735 |
+
append_hydration(b, t0);
|
736 |
+
append_hydration(p, t1);
|
737 |
+
append_hydration(p, span);
|
738 |
+
append_hydration(span, t2);
|
739 |
+
},
|
740 |
+
p(ctx, [dirty]) {
|
741 |
+
if (dirty & /*input*/ 1) set_data(t2, /*input*/ ctx[0]);
|
742 |
+
},
|
743 |
+
i: noop,
|
744 |
+
o: noop,
|
745 |
+
d(detaching) {
|
746 |
+
if (detaching) detach(p);
|
747 |
+
}
|
748 |
+
};
|
749 |
+
}
|
750 |
+
|
751 |
+
function instance$2($$self, $$props, $$invalidate) {
|
752 |
+
let { input } = $$props;
|
753 |
+
|
754 |
+
$$self.$$set = $$props => {
|
755 |
+
if ('input' in $$props) $$invalidate(0, input = $$props.input);
|
756 |
+
};
|
757 |
+
|
758 |
+
return [input];
|
759 |
+
}
|
760 |
+
|
761 |
+
class SystemBlock extends SvelteComponent {
|
762 |
+
constructor(options) {
|
763 |
+
super();
|
764 |
+
init(this, options, instance$2, create_fragment$2, safe_not_equal, { input: 0 }, add_css$2);
|
765 |
+
}
|
766 |
+
}
|
767 |
+
|
768 |
+
/* src/UserBlock.svelte generated by Svelte v3.55.1 */
|
769 |
+
|
770 |
+
function add_css$1(target) {
|
771 |
+
append_styles(target, "svelte-1lys9p1", ".box.svelte-1lys9p1.svelte-1lys9p1{margin-top:10px;margin-bottom:10px;display:flex;align-items:start}.box.svelte-1lys9p1 svg.svelte-1lys9p1{min-width:24px;width:24px;margin-right:10px;margin-top:7px;fill:var(--G3)}.chat.svelte-1lys9p1.svelte-1lys9p1{border:1px solid rgba(224, 224, 224, 1);border-radius:5px;margin:0px;padding:10px;overflow-wrap:anywhere}");
|
772 |
+
}
|
773 |
+
|
774 |
+
function create_fragment$1(ctx) {
|
775 |
+
let div;
|
776 |
+
let svg;
|
777 |
+
let path;
|
778 |
+
let t0;
|
779 |
+
let p;
|
780 |
+
let t1;
|
781 |
+
|
782 |
+
return {
|
783 |
+
c() {
|
784 |
+
div = element("div");
|
785 |
+
svg = svg_element("svg");
|
786 |
+
path = svg_element("path");
|
787 |
+
t0 = space();
|
788 |
+
p = element("p");
|
789 |
+
t1 = text(/*input*/ ctx[0]);
|
790 |
+
this.h();
|
791 |
+
},
|
792 |
+
l(nodes) {
|
793 |
+
div = claim_element(nodes, "DIV", { class: true });
|
794 |
+
var div_nodes = children(div);
|
795 |
+
svg = claim_svg_element(div_nodes, "svg", { xmlns: true, viewBox: true, class: true });
|
796 |
+
var svg_nodes = children(svg);
|
797 |
+
path = claim_svg_element(svg_nodes, "path", { d: true });
|
798 |
+
children(path).forEach(detach);
|
799 |
+
svg_nodes.forEach(detach);
|
800 |
+
t0 = claim_space(div_nodes);
|
801 |
+
p = claim_element(div_nodes, "P", { class: true });
|
802 |
+
var p_nodes = children(p);
|
803 |
+
t1 = claim_text(p_nodes, /*input*/ ctx[0]);
|
804 |
+
p_nodes.forEach(detach);
|
805 |
+
div_nodes.forEach(detach);
|
806 |
+
this.h();
|
807 |
+
},
|
808 |
+
h() {
|
809 |
+
attr(path, "d", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z");
|
810 |
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
811 |
+
attr(svg, "viewBox", "0 0 448 512");
|
812 |
+
attr(svg, "class", "svelte-1lys9p1");
|
813 |
+
attr(p, "class", "chat svelte-1lys9p1");
|
814 |
+
attr(div, "class", "box svelte-1lys9p1");
|
815 |
+
},
|
816 |
+
m(target, anchor) {
|
817 |
+
insert_hydration(target, div, anchor);
|
818 |
+
append_hydration(div, svg);
|
819 |
+
append_hydration(svg, path);
|
820 |
+
append_hydration(div, t0);
|
821 |
+
append_hydration(div, p);
|
822 |
+
append_hydration(p, t1);
|
823 |
+
},
|
824 |
+
p(ctx, [dirty]) {
|
825 |
+
if (dirty & /*input*/ 1) set_data(t1, /*input*/ ctx[0]);
|
826 |
+
},
|
827 |
+
i: noop,
|
828 |
+
o: noop,
|
829 |
+
d(detaching) {
|
830 |
+
if (detaching) detach(div);
|
831 |
+
}
|
832 |
+
};
|
833 |
+
}
|
834 |
+
|
835 |
+
function instance$1($$self, $$props, $$invalidate) {
|
836 |
+
let { input } = $$props;
|
837 |
+
|
838 |
+
$$self.$$set = $$props => {
|
839 |
+
if ('input' in $$props) $$invalidate(0, input = $$props.input);
|
840 |
+
};
|
841 |
+
|
842 |
+
return [input];
|
843 |
+
}
|
844 |
+
|
845 |
+
class UserBlock extends SvelteComponent {
|
846 |
+
constructor(options) {
|
847 |
+
super();
|
848 |
+
init(this, options, instance$1, create_fragment$1, safe_not_equal, { input: 0 }, add_css$1);
|
849 |
+
}
|
850 |
+
}
|
851 |
+
|
852 |
+
/* src/InstanceView.svelte generated by Svelte v3.55.1 */
|
853 |
+
|
854 |
+
function add_css(target) {
|
855 |
+
append_styles(target, "svelte-eoma5v", "#container.svelte-eoma5v{border:0.5px solid rgb(224, 224, 224);min-width:350px;border-radius:2px;padding:10px}.label.svelte-eoma5v{margin-right:5px;font-weight:700}p.svelte-eoma5v{margin:5px;overflow-wrap:anywhere}");
|
856 |
+
}
|
857 |
+
|
858 |
+
function get_each_context(ctx, list, i) {
|
859 |
+
const child_ctx = ctx.slice();
|
860 |
+
child_ctx[6] = list[i];
|
861 |
+
return child_ctx;
|
862 |
+
}
|
863 |
+
|
864 |
+
// (21:2) {#if entry[dataColumn]}
|
865 |
+
function create_if_block_2(ctx) {
|
866 |
+
let current_block_type_index;
|
867 |
+
let if_block;
|
868 |
+
let if_block_anchor;
|
869 |
+
let current;
|
870 |
+
const if_block_creators = [create_if_block_3, create_else_block];
|
871 |
+
const if_blocks = [];
|
872 |
+
|
873 |
+
function select_block_type(ctx, dirty) {
|
874 |
+
if (typeof /*entry*/ ctx[0][/*dataColumn*/ ctx[3]] === "string") return 0;
|
875 |
+
return 1;
|
876 |
+
}
|
877 |
+
|
878 |
+
current_block_type_index = select_block_type(ctx);
|
879 |
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
880 |
+
|
881 |
+
return {
|
882 |
+
c() {
|
883 |
+
if_block.c();
|
884 |
+
if_block_anchor = empty();
|
885 |
+
},
|
886 |
+
l(nodes) {
|
887 |
+
if_block.l(nodes);
|
888 |
+
if_block_anchor = empty();
|
889 |
+
},
|
890 |
+
m(target, anchor) {
|
891 |
+
if_blocks[current_block_type_index].m(target, anchor);
|
892 |
+
insert_hydration(target, if_block_anchor, anchor);
|
893 |
+
current = true;
|
894 |
+
},
|
895 |
+
p(ctx, dirty) {
|
896 |
+
let previous_block_index = current_block_type_index;
|
897 |
+
current_block_type_index = select_block_type(ctx);
|
898 |
+
|
899 |
+
if (current_block_type_index === previous_block_index) {
|
900 |
+
if_blocks[current_block_type_index].p(ctx, dirty);
|
901 |
+
} else {
|
902 |
+
group_outros();
|
903 |
+
|
904 |
+
transition_out(if_blocks[previous_block_index], 1, 1, () => {
|
905 |
+
if_blocks[previous_block_index] = null;
|
906 |
+
});
|
907 |
+
|
908 |
+
check_outros();
|
909 |
+
if_block = if_blocks[current_block_type_index];
|
910 |
+
|
911 |
+
if (!if_block) {
|
912 |
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
913 |
+
if_block.c();
|
914 |
+
} else {
|
915 |
+
if_block.p(ctx, dirty);
|
916 |
+
}
|
917 |
+
|
918 |
+
transition_in(if_block, 1);
|
919 |
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
920 |
+
}
|
921 |
+
},
|
922 |
+
i(local) {
|
923 |
+
if (current) return;
|
924 |
+
transition_in(if_block);
|
925 |
+
current = true;
|
926 |
+
},
|
927 |
+
o(local) {
|
928 |
+
transition_out(if_block);
|
929 |
+
current = false;
|
930 |
+
},
|
931 |
+
d(detaching) {
|
932 |
+
if_blocks[current_block_type_index].d(detaching);
|
933 |
+
if (detaching) detach(if_block_anchor);
|
934 |
+
}
|
935 |
+
};
|
936 |
+
}
|
937 |
+
|
938 |
+
// (24:4) {:else}
|
939 |
+
function create_else_block(ctx) {
|
940 |
+
let each_1_anchor;
|
941 |
+
let current;
|
942 |
+
let each_value = /*entry*/ ctx[0][/*dataColumn*/ ctx[3]];
|
943 |
+
let each_blocks = [];
|
944 |
+
|
945 |
+
for (let i = 0; i < each_value.length; i += 1) {
|
946 |
+
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
|
947 |
+
}
|
948 |
+
|
949 |
+
const out = i => transition_out(each_blocks[i], 1, 1, () => {
|
950 |
+
each_blocks[i] = null;
|
951 |
+
});
|
952 |
+
|
953 |
+
return {
|
954 |
+
c() {
|
955 |
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
956 |
+
each_blocks[i].c();
|
957 |
+
}
|
958 |
+
|
959 |
+
each_1_anchor = empty();
|
960 |
+
},
|
961 |
+
l(nodes) {
|
962 |
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
963 |
+
each_blocks[i].l(nodes);
|
964 |
+
}
|
965 |
+
|
966 |
+
each_1_anchor = empty();
|
967 |
+
},
|
968 |
+
m(target, anchor) {
|
969 |
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
970 |
+
each_blocks[i].m(target, anchor);
|
971 |
+
}
|
972 |
+
|
973 |
+
insert_hydration(target, each_1_anchor, anchor);
|
974 |
+
current = true;
|
975 |
+
},
|
976 |
+
p(ctx, dirty) {
|
977 |
+
if (dirty & /*entry, dataColumn*/ 9) {
|
978 |
+
each_value = /*entry*/ ctx[0][/*dataColumn*/ ctx[3]];
|
979 |
+
let i;
|
980 |
+
|
981 |
+
for (i = 0; i < each_value.length; i += 1) {
|
982 |
+
const child_ctx = get_each_context(ctx, each_value, i);
|
983 |
+
|
984 |
+
if (each_blocks[i]) {
|
985 |
+
each_blocks[i].p(child_ctx, dirty);
|
986 |
+
transition_in(each_blocks[i], 1);
|
987 |
+
} else {
|
988 |
+
each_blocks[i] = create_each_block(child_ctx);
|
989 |
+
each_blocks[i].c();
|
990 |
+
transition_in(each_blocks[i], 1);
|
991 |
+
each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor);
|
992 |
+
}
|
993 |
+
}
|
994 |
+
|
995 |
+
group_outros();
|
996 |
+
|
997 |
+
for (i = each_value.length; i < each_blocks.length; i += 1) {
|
998 |
+
out(i);
|
999 |
+
}
|
1000 |
+
|
1001 |
+
check_outros();
|
1002 |
+
}
|
1003 |
+
},
|
1004 |
+
i(local) {
|
1005 |
+
if (current) return;
|
1006 |
+
|
1007 |
+
for (let i = 0; i < each_value.length; i += 1) {
|
1008 |
+
transition_in(each_blocks[i]);
|
1009 |
+
}
|
1010 |
+
|
1011 |
+
current = true;
|
1012 |
+
},
|
1013 |
+
o(local) {
|
1014 |
+
each_blocks = each_blocks.filter(Boolean);
|
1015 |
+
|
1016 |
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
1017 |
+
transition_out(each_blocks[i]);
|
1018 |
+
}
|
1019 |
+
|
1020 |
+
current = false;
|
1021 |
+
},
|
1022 |
+
d(detaching) {
|
1023 |
+
destroy_each(each_blocks, detaching);
|
1024 |
+
if (detaching) detach(each_1_anchor);
|
1025 |
+
}
|
1026 |
+
};
|
1027 |
+
}
|
1028 |
+
|
1029 |
+
// (22:4) {#if typeof entry[dataColumn] === "string"}
|
1030 |
+
function create_if_block_3(ctx) {
|
1031 |
+
let userblock;
|
1032 |
+
let current;
|
1033 |
+
|
1034 |
+
userblock = new UserBlock({
|
1035 |
+
props: {
|
1036 |
+
input: /*entry*/ ctx[0][/*dataColumn*/ ctx[3]]
|
1037 |
+
}
|
1038 |
+
});
|
1039 |
+
|
1040 |
+
return {
|
1041 |
+
c() {
|
1042 |
+
create_component(userblock.$$.fragment);
|
1043 |
+
},
|
1044 |
+
l(nodes) {
|
1045 |
+
claim_component(userblock.$$.fragment, nodes);
|
1046 |
+
},
|
1047 |
+
m(target, anchor) {
|
1048 |
+
mount_component(userblock, target, anchor);
|
1049 |
+
current = true;
|
1050 |
+
},
|
1051 |
+
p(ctx, dirty) {
|
1052 |
+
const userblock_changes = {};
|
1053 |
+
if (dirty & /*entry, dataColumn*/ 9) userblock_changes.input = /*entry*/ ctx[0][/*dataColumn*/ ctx[3]];
|
1054 |
+
userblock.$set(userblock_changes);
|
1055 |
+
},
|
1056 |
+
i(local) {
|
1057 |
+
if (current) return;
|
1058 |
+
transition_in(userblock.$$.fragment, local);
|
1059 |
+
current = true;
|
1060 |
+
},
|
1061 |
+
o(local) {
|
1062 |
+
transition_out(userblock.$$.fragment, local);
|
1063 |
+
current = false;
|
1064 |
+
},
|
1065 |
+
d(detaching) {
|
1066 |
+
destroy_component(userblock, detaching);
|
1067 |
+
}
|
1068 |
+
};
|
1069 |
+
}
|
1070 |
+
|
1071 |
+
// (30:42)
|
1072 |
+
function create_if_block_6(ctx) {
|
1073 |
+
let userblock;
|
1074 |
+
let current;
|
1075 |
+
|
1076 |
+
userblock = new UserBlock({
|
1077 |
+
props: { input: /*item*/ ctx[6]["content"] }
|
1078 |
+
});
|
1079 |
+
|
1080 |
+
return {
|
1081 |
+
c() {
|
1082 |
+
create_component(userblock.$$.fragment);
|
1083 |
+
},
|
1084 |
+
l(nodes) {
|
1085 |
+
claim_component(userblock.$$.fragment, nodes);
|
1086 |
+
},
|
1087 |
+
m(target, anchor) {
|
1088 |
+
mount_component(userblock, target, anchor);
|
1089 |
+
current = true;
|
1090 |
+
},
|
1091 |
+
p(ctx, dirty) {
|
1092 |
+
const userblock_changes = {};
|
1093 |
+
if (dirty & /*entry, dataColumn*/ 9) userblock_changes.input = /*item*/ ctx[6]["content"];
|
1094 |
+
userblock.$set(userblock_changes);
|
1095 |
+
},
|
1096 |
+
i(local) {
|
1097 |
+
if (current) return;
|
1098 |
+
transition_in(userblock.$$.fragment, local);
|
1099 |
+
current = true;
|
1100 |
+
},
|
1101 |
+
o(local) {
|
1102 |
+
transition_out(userblock.$$.fragment, local);
|
1103 |
+
current = false;
|
1104 |
+
},
|
1105 |
+
d(detaching) {
|
1106 |
+
destroy_component(userblock, detaching);
|
1107 |
+
}
|
1108 |
+
};
|
1109 |
+
}
|
1110 |
+
|
1111 |
+
// (28:47)
|
1112 |
+
function create_if_block_5(ctx) {
|
1113 |
+
let assistantblock;
|
1114 |
+
let current;
|
1115 |
+
|
1116 |
+
assistantblock = new AssistantBlock({
|
1117 |
+
props: { input: /*item*/ ctx[6]["content"] }
|
1118 |
+
});
|
1119 |
+
|
1120 |
+
return {
|
1121 |
+
c() {
|
1122 |
+
create_component(assistantblock.$$.fragment);
|
1123 |
+
},
|
1124 |
+
l(nodes) {
|
1125 |
+
claim_component(assistantblock.$$.fragment, nodes);
|
1126 |
+
},
|
1127 |
+
m(target, anchor) {
|
1128 |
+
mount_component(assistantblock, target, anchor);
|
1129 |
+
current = true;
|
1130 |
+
},
|
1131 |
+
p(ctx, dirty) {
|
1132 |
+
const assistantblock_changes = {};
|
1133 |
+
if (dirty & /*entry, dataColumn*/ 9) assistantblock_changes.input = /*item*/ ctx[6]["content"];
|
1134 |
+
assistantblock.$set(assistantblock_changes);
|
1135 |
+
},
|
1136 |
+
i(local) {
|
1137 |
+
if (current) return;
|
1138 |
+
transition_in(assistantblock.$$.fragment, local);
|
1139 |
+
current = true;
|
1140 |
+
},
|
1141 |
+
o(local) {
|
1142 |
+
transition_out(assistantblock.$$.fragment, local);
|
1143 |
+
current = false;
|
1144 |
+
},
|
1145 |
+
d(detaching) {
|
1146 |
+
destroy_component(assistantblock, detaching);
|
1147 |
+
}
|
1148 |
+
};
|
1149 |
+
}
|
1150 |
+
|
1151 |
+
// (26:8) {#if item["role"] === "system"}
|
1152 |
+
function create_if_block_4(ctx) {
|
1153 |
+
let systemblock;
|
1154 |
+
let current;
|
1155 |
+
|
1156 |
+
systemblock = new SystemBlock({
|
1157 |
+
props: { input: /*item*/ ctx[6]["content"] }
|
1158 |
+
});
|
1159 |
+
|
1160 |
+
return {
|
1161 |
+
c() {
|
1162 |
+
create_component(systemblock.$$.fragment);
|
1163 |
+
},
|
1164 |
+
l(nodes) {
|
1165 |
+
claim_component(systemblock.$$.fragment, nodes);
|
1166 |
+
},
|
1167 |
+
m(target, anchor) {
|
1168 |
+
mount_component(systemblock, target, anchor);
|
1169 |
+
current = true;
|
1170 |
+
},
|
1171 |
+
p(ctx, dirty) {
|
1172 |
+
const systemblock_changes = {};
|
1173 |
+
if (dirty & /*entry, dataColumn*/ 9) systemblock_changes.input = /*item*/ ctx[6]["content"];
|
1174 |
+
systemblock.$set(systemblock_changes);
|
1175 |
+
},
|
1176 |
+
i(local) {
|
1177 |
+
if (current) return;
|
1178 |
+
transition_in(systemblock.$$.fragment, local);
|
1179 |
+
current = true;
|
1180 |
+
},
|
1181 |
+
o(local) {
|
1182 |
+
transition_out(systemblock.$$.fragment, local);
|
1183 |
+
current = false;
|
1184 |
+
},
|
1185 |
+
d(detaching) {
|
1186 |
+
destroy_component(systemblock, detaching);
|
1187 |
+
}
|
1188 |
+
};
|
1189 |
+
}
|
1190 |
+
|
1191 |
+
// (25:6) {#each entry[dataColumn] as item}
|
1192 |
+
function create_each_block(ctx) {
|
1193 |
+
let current_block_type_index;
|
1194 |
+
let if_block;
|
1195 |
+
let if_block_anchor;
|
1196 |
+
let current;
|
1197 |
+
const if_block_creators = [create_if_block_4, create_if_block_5, create_if_block_6];
|
1198 |
+
const if_blocks = [];
|
1199 |
+
|
1200 |
+
function select_block_type_1(ctx, dirty) {
|
1201 |
+
if (/*item*/ ctx[6]["role"] === "system") return 0;
|
1202 |
+
if (/*item*/ ctx[6]["role"] === "assistant") return 1;
|
1203 |
+
if (/*item*/ ctx[6]["role"] === "user") return 2;
|
1204 |
+
return -1;
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
if (~(current_block_type_index = select_block_type_1(ctx))) {
|
1208 |
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
1209 |
+
}
|
1210 |
+
|
1211 |
+
return {
|
1212 |
+
c() {
|
1213 |
+
if (if_block) if_block.c();
|
1214 |
+
if_block_anchor = empty();
|
1215 |
+
},
|
1216 |
+
l(nodes) {
|
1217 |
+
if (if_block) if_block.l(nodes);
|
1218 |
+
if_block_anchor = empty();
|
1219 |
+
},
|
1220 |
+
m(target, anchor) {
|
1221 |
+
if (~current_block_type_index) {
|
1222 |
+
if_blocks[current_block_type_index].m(target, anchor);
|
1223 |
+
}
|
1224 |
+
|
1225 |
+
insert_hydration(target, if_block_anchor, anchor);
|
1226 |
+
current = true;
|
1227 |
+
},
|
1228 |
+
p(ctx, dirty) {
|
1229 |
+
let previous_block_index = current_block_type_index;
|
1230 |
+
current_block_type_index = select_block_type_1(ctx);
|
1231 |
+
|
1232 |
+
if (current_block_type_index === previous_block_index) {
|
1233 |
+
if (~current_block_type_index) {
|
1234 |
+
if_blocks[current_block_type_index].p(ctx, dirty);
|
1235 |
+
}
|
1236 |
+
} else {
|
1237 |
+
if (if_block) {
|
1238 |
+
group_outros();
|
1239 |
+
|
1240 |
+
transition_out(if_blocks[previous_block_index], 1, 1, () => {
|
1241 |
+
if_blocks[previous_block_index] = null;
|
1242 |
+
});
|
1243 |
+
|
1244 |
+
check_outros();
|
1245 |
+
}
|
1246 |
+
|
1247 |
+
if (~current_block_type_index) {
|
1248 |
+
if_block = if_blocks[current_block_type_index];
|
1249 |
+
|
1250 |
+
if (!if_block) {
|
1251 |
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
1252 |
+
if_block.c();
|
1253 |
+
} else {
|
1254 |
+
if_block.p(ctx, dirty);
|
1255 |
+
}
|
1256 |
+
|
1257 |
+
transition_in(if_block, 1);
|
1258 |
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
1259 |
+
} else {
|
1260 |
+
if_block = null;
|
1261 |
+
}
|
1262 |
+
}
|
1263 |
+
},
|
1264 |
+
i(local) {
|
1265 |
+
if (current) return;
|
1266 |
+
transition_in(if_block);
|
1267 |
+
current = true;
|
1268 |
+
},
|
1269 |
+
o(local) {
|
1270 |
+
transition_out(if_block);
|
1271 |
+
current = false;
|
1272 |
+
},
|
1273 |
+
d(detaching) {
|
1274 |
+
if (~current_block_type_index) {
|
1275 |
+
if_blocks[current_block_type_index].d(detaching);
|
1276 |
+
}
|
1277 |
+
|
1278 |
+
if (detaching) detach(if_block_anchor);
|
1279 |
+
}
|
1280 |
+
};
|
1281 |
+
}
|
1282 |
+
|
1283 |
+
// (36:2) {#if entry[modelColumn]}
|
1284 |
+
function create_if_block_1(ctx) {
|
1285 |
+
let assistantblock;
|
1286 |
+
let current;
|
1287 |
+
|
1288 |
+
assistantblock = new AssistantBlock({
|
1289 |
+
props: {
|
1290 |
+
input: /*entry*/ ctx[0][/*modelColumn*/ ctx[1]],
|
1291 |
+
output: true
|
1292 |
+
}
|
1293 |
+
});
|
1294 |
+
|
1295 |
+
return {
|
1296 |
+
c() {
|
1297 |
+
create_component(assistantblock.$$.fragment);
|
1298 |
+
},
|
1299 |
+
l(nodes) {
|
1300 |
+
claim_component(assistantblock.$$.fragment, nodes);
|
1301 |
+
},
|
1302 |
+
m(target, anchor) {
|
1303 |
+
mount_component(assistantblock, target, anchor);
|
1304 |
+
current = true;
|
1305 |
+
},
|
1306 |
+
p(ctx, dirty) {
|
1307 |
+
const assistantblock_changes = {};
|
1308 |
+
if (dirty & /*entry, modelColumn*/ 3) assistantblock_changes.input = /*entry*/ ctx[0][/*modelColumn*/ ctx[1]];
|
1309 |
+
assistantblock.$set(assistantblock_changes);
|
1310 |
+
},
|
1311 |
+
i(local) {
|
1312 |
+
if (current) return;
|
1313 |
+
transition_in(assistantblock.$$.fragment, local);
|
1314 |
+
current = true;
|
1315 |
+
},
|
1316 |
+
o(local) {
|
1317 |
+
transition_out(assistantblock.$$.fragment, local);
|
1318 |
+
current = false;
|
1319 |
+
},
|
1320 |
+
d(detaching) {
|
1321 |
+
destroy_component(assistantblock, detaching);
|
1322 |
+
}
|
1323 |
+
};
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
// (39:2) {#if entry[labelColumn]}
|
1327 |
+
function create_if_block(ctx) {
|
1328 |
+
let p;
|
1329 |
+
let span;
|
1330 |
+
let t0;
|
1331 |
+
let t1;
|
1332 |
+
let t2_value = /*entry*/ ctx[0][/*labelColumn*/ ctx[2]] + "";
|
1333 |
+
let t2;
|
1334 |
+
|
1335 |
+
return {
|
1336 |
+
c() {
|
1337 |
+
p = element("p");
|
1338 |
+
span = element("span");
|
1339 |
+
t0 = text("Expected:");
|
1340 |
+
t1 = space();
|
1341 |
+
t2 = text(t2_value);
|
1342 |
+
this.h();
|
1343 |
+
},
|
1344 |
+
l(nodes) {
|
1345 |
+
p = claim_element(nodes, "P", { class: true });
|
1346 |
+
var p_nodes = children(p);
|
1347 |
+
span = claim_element(p_nodes, "SPAN", { class: true });
|
1348 |
+
var span_nodes = children(span);
|
1349 |
+
t0 = claim_text(span_nodes, "Expected:");
|
1350 |
+
span_nodes.forEach(detach);
|
1351 |
+
t1 = claim_space(p_nodes);
|
1352 |
+
t2 = claim_text(p_nodes, t2_value);
|
1353 |
+
p_nodes.forEach(detach);
|
1354 |
+
this.h();
|
1355 |
+
},
|
1356 |
+
h() {
|
1357 |
+
attr(span, "class", "label svelte-eoma5v");
|
1358 |
+
attr(p, "class", "svelte-eoma5v");
|
1359 |
+
},
|
1360 |
+
m(target, anchor) {
|
1361 |
+
insert_hydration(target, p, anchor);
|
1362 |
+
append_hydration(p, span);
|
1363 |
+
append_hydration(span, t0);
|
1364 |
+
append_hydration(p, t1);
|
1365 |
+
append_hydration(p, t2);
|
1366 |
+
},
|
1367 |
+
p(ctx, dirty) {
|
1368 |
+
if (dirty & /*entry, labelColumn*/ 5 && t2_value !== (t2_value = /*entry*/ ctx[0][/*labelColumn*/ ctx[2]] + "")) set_data(t2, t2_value);
|
1369 |
+
},
|
1370 |
+
d(detaching) {
|
1371 |
+
if (detaching) detach(p);
|
1372 |
+
}
|
1373 |
+
};
|
1374 |
+
}
|
1375 |
+
|
1376 |
+
function create_fragment(ctx) {
|
1377 |
+
let div;
|
1378 |
+
let t0;
|
1379 |
+
let t1;
|
1380 |
+
let current;
|
1381 |
+
let if_block0 = /*entry*/ ctx[0][/*dataColumn*/ ctx[3]] && create_if_block_2(ctx);
|
1382 |
+
let if_block1 = /*entry*/ ctx[0][/*modelColumn*/ ctx[1]] && create_if_block_1(ctx);
|
1383 |
+
let if_block2 = /*entry*/ ctx[0][/*labelColumn*/ ctx[2]] && create_if_block(ctx);
|
1384 |
+
|
1385 |
+
return {
|
1386 |
+
c() {
|
1387 |
+
div = element("div");
|
1388 |
+
if (if_block0) if_block0.c();
|
1389 |
+
t0 = space();
|
1390 |
+
if (if_block1) if_block1.c();
|
1391 |
+
t1 = space();
|
1392 |
+
if (if_block2) if_block2.c();
|
1393 |
+
this.h();
|
1394 |
+
},
|
1395 |
+
l(nodes) {
|
1396 |
+
div = claim_element(nodes, "DIV", { id: true, class: true });
|
1397 |
+
var div_nodes = children(div);
|
1398 |
+
if (if_block0) if_block0.l(div_nodes);
|
1399 |
+
t0 = claim_space(div_nodes);
|
1400 |
+
if (if_block1) if_block1.l(div_nodes);
|
1401 |
+
t1 = claim_space(div_nodes);
|
1402 |
+
if (if_block2) if_block2.l(div_nodes);
|
1403 |
+
div_nodes.forEach(detach);
|
1404 |
+
this.h();
|
1405 |
+
},
|
1406 |
+
h() {
|
1407 |
+
attr(div, "id", "container");
|
1408 |
+
attr(div, "class", "svelte-eoma5v");
|
1409 |
+
},
|
1410 |
+
m(target, anchor) {
|
1411 |
+
insert_hydration(target, div, anchor);
|
1412 |
+
if (if_block0) if_block0.m(div, null);
|
1413 |
+
append_hydration(div, t0);
|
1414 |
+
if (if_block1) if_block1.m(div, null);
|
1415 |
+
append_hydration(div, t1);
|
1416 |
+
if (if_block2) if_block2.m(div, null);
|
1417 |
+
current = true;
|
1418 |
+
},
|
1419 |
+
p(ctx, [dirty]) {
|
1420 |
+
if (/*entry*/ ctx[0][/*dataColumn*/ ctx[3]]) {
|
1421 |
+
if (if_block0) {
|
1422 |
+
if_block0.p(ctx, dirty);
|
1423 |
+
|
1424 |
+
if (dirty & /*entry, dataColumn*/ 9) {
|
1425 |
+
transition_in(if_block0, 1);
|
1426 |
+
}
|
1427 |
+
} else {
|
1428 |
+
if_block0 = create_if_block_2(ctx);
|
1429 |
+
if_block0.c();
|
1430 |
+
transition_in(if_block0, 1);
|
1431 |
+
if_block0.m(div, t0);
|
1432 |
+
}
|
1433 |
+
} else if (if_block0) {
|
1434 |
+
group_outros();
|
1435 |
+
|
1436 |
+
transition_out(if_block0, 1, 1, () => {
|
1437 |
+
if_block0 = null;
|
1438 |
+
});
|
1439 |
+
|
1440 |
+
check_outros();
|
1441 |
+
}
|
1442 |
+
|
1443 |
+
if (/*entry*/ ctx[0][/*modelColumn*/ ctx[1]]) {
|
1444 |
+
if (if_block1) {
|
1445 |
+
if_block1.p(ctx, dirty);
|
1446 |
+
|
1447 |
+
if (dirty & /*entry, modelColumn*/ 3) {
|
1448 |
+
transition_in(if_block1, 1);
|
1449 |
+
}
|
1450 |
+
} else {
|
1451 |
+
if_block1 = create_if_block_1(ctx);
|
1452 |
+
if_block1.c();
|
1453 |
+
transition_in(if_block1, 1);
|
1454 |
+
if_block1.m(div, t1);
|
1455 |
+
}
|
1456 |
+
} else if (if_block1) {
|
1457 |
+
group_outros();
|
1458 |
+
|
1459 |
+
transition_out(if_block1, 1, 1, () => {
|
1460 |
+
if_block1 = null;
|
1461 |
+
});
|
1462 |
+
|
1463 |
+
check_outros();
|
1464 |
+
}
|
1465 |
+
|
1466 |
+
if (/*entry*/ ctx[0][/*labelColumn*/ ctx[2]]) {
|
1467 |
+
if (if_block2) {
|
1468 |
+
if_block2.p(ctx, dirty);
|
1469 |
+
} else {
|
1470 |
+
if_block2 = create_if_block(ctx);
|
1471 |
+
if_block2.c();
|
1472 |
+
if_block2.m(div, null);
|
1473 |
+
}
|
1474 |
+
} else if (if_block2) {
|
1475 |
+
if_block2.d(1);
|
1476 |
+
if_block2 = null;
|
1477 |
+
}
|
1478 |
+
},
|
1479 |
+
i(local) {
|
1480 |
+
if (current) return;
|
1481 |
+
transition_in(if_block0);
|
1482 |
+
transition_in(if_block1);
|
1483 |
+
current = true;
|
1484 |
+
},
|
1485 |
+
o(local) {
|
1486 |
+
transition_out(if_block0);
|
1487 |
+
transition_out(if_block1);
|
1488 |
+
current = false;
|
1489 |
+
},
|
1490 |
+
d(detaching) {
|
1491 |
+
if (detaching) detach(div);
|
1492 |
+
if (if_block0) if_block0.d();
|
1493 |
+
if (if_block1) if_block1.d();
|
1494 |
+
if (if_block2) if_block2.d();
|
1495 |
+
}
|
1496 |
+
};
|
1497 |
+
}
|
1498 |
+
|
1499 |
+
function instance($$self, $$props, $$invalidate) {
|
1500 |
+
let { options } = $$props;
|
1501 |
+
let { entry } = $$props;
|
1502 |
+
let { modelColumn } = $$props;
|
1503 |
+
let { labelColumn } = $$props;
|
1504 |
+
let { dataColumn } = $$props;
|
1505 |
+
let { idColumn } = $$props;
|
1506 |
+
|
1507 |
+
$$self.$$set = $$props => {
|
1508 |
+
if ('options' in $$props) $$invalidate(4, options = $$props.options);
|
1509 |
+
if ('entry' in $$props) $$invalidate(0, entry = $$props.entry);
|
1510 |
+
if ('modelColumn' in $$props) $$invalidate(1, modelColumn = $$props.modelColumn);
|
1511 |
+
if ('labelColumn' in $$props) $$invalidate(2, labelColumn = $$props.labelColumn);
|
1512 |
+
if ('dataColumn' in $$props) $$invalidate(3, dataColumn = $$props.dataColumn);
|
1513 |
+
if ('idColumn' in $$props) $$invalidate(5, idColumn = $$props.idColumn);
|
1514 |
+
};
|
1515 |
+
|
1516 |
+
return [entry, modelColumn, labelColumn, dataColumn, options, idColumn];
|
1517 |
+
}
|
1518 |
+
|
1519 |
+
class InstanceView extends SvelteComponent {
|
1520 |
+
constructor(options) {
|
1521 |
+
super();
|
1522 |
+
|
1523 |
+
init(
|
1524 |
+
this,
|
1525 |
+
options,
|
1526 |
+
instance,
|
1527 |
+
create_fragment,
|
1528 |
+
safe_not_equal,
|
1529 |
+
{
|
1530 |
+
options: 4,
|
1531 |
+
entry: 0,
|
1532 |
+
modelColumn: 1,
|
1533 |
+
labelColumn: 2,
|
1534 |
+
dataColumn: 3,
|
1535 |
+
idColumn: 5
|
1536 |
+
},
|
1537 |
+
add_css
|
1538 |
+
);
|
1539 |
+
}
|
1540 |
+
}
|
1541 |
+
|
1542 |
+
function getInstance(
|
1543 |
+
div,
|
1544 |
+
viewOptions,
|
1545 |
+
entry,
|
1546 |
+
modelColumn,
|
1547 |
+
labelColumn,
|
1548 |
+
dataColumn,
|
1549 |
+
idColumn
|
1550 |
+
) {
|
1551 |
+
new InstanceView({
|
1552 |
+
target: div,
|
1553 |
+
props: {
|
1554 |
+
entry: entry,
|
1555 |
+
viewOptions: viewOptions,
|
1556 |
+
modelColumn: modelColumn,
|
1557 |
+
labelColumn: labelColumn,
|
1558 |
+
dataColumn: dataColumn,
|
1559 |
+
idColumn: idColumn,
|
1560 |
+
},
|
1561 |
+
hydrate: true,
|
1562 |
+
});
|
1563 |
+
}
|
1564 |
+
|
1565 |
+
// export function getOptions(div, setOptions) {
|
1566 |
+
// new OptionsView({
|
1567 |
+
// target: div,
|
1568 |
+
// props: {
|
1569 |
+
// setOptions,
|
1570 |
+
// },
|
1571 |
+
// });
|
1572 |
+
// }
|
1573 |
+
|
1574 |
+
export { getInstance };
|
evals/crossword/crossword-turbo-0301.jsonl
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"spec": {"completion_fns": ["gpt-3.5-turbo-0301"], "eval_name": "partially_solved_crossword_clues.dev.v0", "base_eval": "partially_solved_crossword_clues", "split": "dev", "run_config": {"completion_fns": ["gpt-3.5-turbo-0301"], "eval_spec": {"cls": "evals.elsuite.basic.match:Match", "args": {"samples_jsonl": "partially_solved_crossword_clues/samples.jsonl"}, "key": "partially_solved_crossword_clues.dev.v0", "group": "partially_solved_crossword_clues"}, "seed": 20220722, "max_samples": null, "command": "/Users/acabrera/dev-research/22-zeno/openai-eval/evals/evals/cli/oaieval.py gpt-3.5-turbo-0301 partially_solved_crossword_clues", "initial_settings": {"visible": true}}, "created_by": "", "run_id": "230418155354NCRWAGHN", "created_at": "2023-04-18 15:53:54.993880"}}
|
2 |
+
{"final_report": {"accuracy": 0.37}}
|
3 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 0, "sample_id": "partially_solved_crossword_clues.dev.87", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: A bad joke might land with one - Letters: _H__"}], "sampled": ["GROAN"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.873598+00:00"}
|
4 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 1, "sample_id": "partially_solved_crossword_clues.dev.87", "type": "match", "data": {"correct": false, "expected": "THUD", "picked": null, "sampled": "GROAN", "options": ["THUD"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.873687+00:00"}
|
5 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 2, "sample_id": "partially_solved_crossword_clues.dev.75", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Go with the wind, in a way - Letters: _A__"}], "sampled": ["TACK."]}, "created_by": "", "created_at": "2023-04-18 15:53:55.882500+00:00"}
|
6 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 3, "sample_id": "partially_solved_crossword_clues.dev.75", "type": "match", "data": {"correct": false, "expected": "SAIL", "picked": null, "sampled": "TACK.", "options": ["SAIL"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.882545+00:00"}
|
7 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 4, "sample_id": "partially_solved_crossword_clues.dev.7", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Like much baby food - Letters: P___E_"}], "sampled": ["PUREED"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.882911+00:00"}
|
8 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 5, "sample_id": "partially_solved_crossword_clues.dev.7", "type": "match", "data": {"correct": true, "expected": "PUREED", "picked": "PUREED", "sampled": "PUREED", "options": ["PUREED"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.882943+00:00"}
|
9 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 6, "sample_id": "partially_solved_crossword_clues.dev.93", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Private - Letters: __N__"}], "sampled": ["LONELY"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.893486+00:00"}
|
10 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 7, "sample_id": "partially_solved_crossword_clues.dev.93", "type": "match", "data": {"correct": false, "expected": "INNER", "picked": null, "sampled": "LONELY", "options": ["INNER"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.893519+00:00"}
|
11 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 8, "sample_id": "partially_solved_crossword_clues.dev.63", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Inoffensive - Letters: ___DY__"}], "sampled": ["TIDYING"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.930190+00:00"}
|
12 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 9, "sample_id": "partially_solved_crossword_clues.dev.63", "type": "match", "data": {"correct": false, "expected": "ANODYNE", "picked": null, "sampled": "TIDYING", "options": ["ANODYNE"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.930225+00:00"}
|
13 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 10, "sample_id": "partially_solved_crossword_clues.dev.84", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: No longer affected by - Letters: ___R"}], "sampled": ["CURED"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.935236+00:00"}
|
14 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 11, "sample_id": "partially_solved_crossword_clues.dev.84", "type": "match", "data": {"correct": false, "expected": "OVER", "picked": null, "sampled": "CURED", "options": ["OVER"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.935267+00:00"}
|
15 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 12, "sample_id": "partially_solved_crossword_clues.dev.50", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Unimaginative - Letters: __O_A__"}], "sampled": ["BORING"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.965520+00:00"}
|
16 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 13, "sample_id": "partially_solved_crossword_clues.dev.50", "type": "match", "data": {"correct": false, "expected": "PROSAIC", "picked": null, "sampled": "BORING", "options": ["PROSAIC"]}, "created_by": "", "created_at": "2023-04-18 15:53:55.965564+00:00"}
|
17 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 14, "sample_id": "partially_solved_crossword_clues.dev.67", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Unyielding - Letters: ____D"}], "sampled": ["RIGID"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.231009+00:00"}
|
18 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 15, "sample_id": "partially_solved_crossword_clues.dev.67", "type": "match", "data": {"correct": true, "expected": "RIGID", "picked": "RIGID", "sampled": "RIGID", "options": ["RIGID"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.231057+00:00"}
|
19 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 16, "sample_id": "partially_solved_crossword_clues.dev.64", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Deep cut? - Letters: ____A_S_"}], "sampled": ["LASERAS."]}, "created_by": "", "created_at": "2023-04-18 15:53:56.247622+00:00"}
|
20 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 17, "sample_id": "partially_solved_crossword_clues.dev.64", "type": "match", "data": {"correct": false, "expected": "CREVASSE", "picked": null, "sampled": "LASERAS.", "options": ["CREVASSE"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.247653+00:00"}
|
21 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 18, "sample_id": "partially_solved_crossword_clues.dev.29", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It divides and multiplies - Letters: A___B_"}], "sampled": ["ADDENDS"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.252517+00:00"}
|
22 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 19, "sample_id": "partially_solved_crossword_clues.dev.29", "type": "match", "data": {"correct": false, "expected": "AMOEBA", "picked": null, "sampled": "ADDENDS", "options": ["AMOEBA"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.252572+00:00"}
|
23 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 20, "sample_id": "partially_solved_crossword_clues.dev.24", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Cornhole attempts - Letters: _O__E_"}], "sampled": ["TOSSES"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.545899+00:00"}
|
24 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 21, "sample_id": "partially_solved_crossword_clues.dev.24", "type": "match", "data": {"correct": true, "expected": "TOSSES", "picked": "TOSSES", "sampled": "TOSSES", "options": ["TOSSES"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.545932+00:00"}
|
25 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 22, "sample_id": "partially_solved_crossword_clues.dev.22", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Yearbook signers - Letters: C_A______S"}], "sampled": ["CLASSMATES"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.635436+00:00"}
|
26 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 23, "sample_id": "partially_solved_crossword_clues.dev.22", "type": "match", "data": {"correct": true, "expected": "CLASSMATES", "picked": "CLASSMATES", "sampled": "CLASSMATES", "options": ["CLASSMATES"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.635464+00:00"}
|
27 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 24, "sample_id": "partially_solved_crossword_clues.dev.3", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Animal farm facility - Letters: _E____T"}], "sampled": ["FEEDLOT"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.694048+00:00"}
|
28 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 25, "sample_id": "partially_solved_crossword_clues.dev.3", "type": "match", "data": {"correct": true, "expected": "FEEDLOT", "picked": "FEEDLOT", "sampled": "FEEDLOT", "options": ["FEEDLOT"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.694079+00:00"}
|
29 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 26, "sample_id": "partially_solved_crossword_clues.dev.44", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Learning opportunity, so to speak - Letters: M__T___"}], "sampled": ["MASTERCLASS"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.703528+00:00"}
|
30 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 27, "sample_id": "partially_solved_crossword_clues.dev.44", "type": "match", "data": {"correct": false, "expected": "MISTAKE", "picked": null, "sampled": "MASTERCLASS", "options": ["MISTAKE"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.703556+00:00"}
|
31 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 28, "sample_id": "partially_solved_crossword_clues.dev.9", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Search blindly (for) - Letters: G____"}], "sampled": ["GROPE"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.896109+00:00"}
|
32 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 29, "sample_id": "partially_solved_crossword_clues.dev.9", "type": "match", "data": {"correct": true, "expected": "GROPE", "picked": "GROPE", "sampled": "GROPE", "options": ["GROPE"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.896178+00:00"}
|
33 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 30, "sample_id": "partially_solved_crossword_clues.dev.45", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Game from Africa - Letters: __U"}], "sampled": ["JUMU."]}, "created_by": "", "created_at": "2023-04-18 15:53:56.915766+00:00"}
|
34 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 31, "sample_id": "partially_solved_crossword_clues.dev.45", "type": "match", "data": {"correct": false, "expected": "GNU", "picked": null, "sampled": "JUMU.", "options": ["GNU"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.915808+00:00"}
|
35 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 32, "sample_id": "partially_solved_crossword_clues.dev.60", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Game stoppers - Letters: R____"}], "sampled": ["RULES."]}, "created_by": "", "created_at": "2023-04-18 15:53:56.918416+00:00"}
|
36 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 33, "sample_id": "partially_solved_crossword_clues.dev.60", "type": "match", "data": {"correct": false, "expected": "RAINS", "picked": null, "sampled": "RULES.", "options": ["RAINS"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.918451+00:00"}
|
37 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 34, "sample_id": "partially_solved_crossword_clues.dev.1", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Certain vaccine target - Letters: M_____S"}], "sampled": ["MEASLES"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.927421+00:00"}
|
38 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 35, "sample_id": "partially_solved_crossword_clues.dev.1", "type": "match", "data": {"correct": true, "expected": "MEASLES", "picked": "MEASLES", "sampled": "MEASLES", "options": ["MEASLES"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.927461+00:00"}
|
39 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 36, "sample_id": "partially_solved_crossword_clues.dev.14", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Greasy garage job - Letters: _U__"}], "sampled": ["LUBE"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.929405+00:00"}
|
40 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 37, "sample_id": "partially_solved_crossword_clues.dev.14", "type": "match", "data": {"correct": true, "expected": "LUBE", "picked": "LUBE", "sampled": "LUBE", "options": ["LUBE"]}, "created_by": "", "created_at": "2023-04-18 15:53:56.929439+00:00"}
|
41 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 38, "sample_id": "partially_solved_crossword_clues.dev.28", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Come to - Letters: __T__"}], "sampled": ["WAKE"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.042953+00:00"}
|
42 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 39, "sample_id": "partially_solved_crossword_clues.dev.28", "type": "match", "data": {"correct": false, "expected": "TOTAL", "picked": null, "sampled": "WAKE", "options": ["TOTAL"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.043000+00:00"}
|
43 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 40, "sample_id": "partially_solved_crossword_clues.dev.85", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Clears - Letters: __A__S"}], "sampled": ["VACATES"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.351570+00:00"}
|
44 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 41, "sample_id": "partially_solved_crossword_clues.dev.85", "type": "match", "data": {"correct": false, "expected": "ERASES", "picked": null, "sampled": "VACATES", "options": ["ERASES"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.351618+00:00"}
|
45 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 42, "sample_id": "partially_solved_crossword_clues.dev.96", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Many a Monopoly property - Letters: AV____"}], "sampled": ["ATLANTIC"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.472666+00:00"}
|
46 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 43, "sample_id": "partially_solved_crossword_clues.dev.96", "type": "match", "data": {"correct": false, "expected": "AVENUE", "picked": null, "sampled": "ATLANTIC", "options": ["AVENUE"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.472709+00:00"}
|
47 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 44, "sample_id": "partially_solved_crossword_clues.dev.12", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Bounded - Letters: ___PE_"}], "sampled": ["JUMPED"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.553423+00:00"}
|
48 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 45, "sample_id": "partially_solved_crossword_clues.dev.12", "type": "match", "data": {"correct": false, "expected": "LEAPED", "picked": null, "sampled": "JUMPED", "options": ["LEAPED"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.553479+00:00"}
|
49 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 46, "sample_id": "partially_solved_crossword_clues.dev.10", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Shape of a certain bean - Letters: _I__E_"}], "sampled": ["LIMA BEAN"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.623058+00:00"}
|
50 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 47, "sample_id": "partially_solved_crossword_clues.dev.10", "type": "match", "data": {"correct": false, "expected": "KIDNEY", "picked": null, "sampled": "LIMA BEAN", "options": ["KIDNEY"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.623118+00:00"}
|
51 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 48, "sample_id": "partially_solved_crossword_clues.dev.46", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Superlatively swell - Letters: N___E__"}], "sampled": ["NIFTYEST"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.626966+00:00"}
|
52 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 49, "sample_id": "partially_solved_crossword_clues.dev.46", "type": "match", "data": {"correct": false, "expected": "NEATEST", "picked": null, "sampled": "NIFTYEST", "options": ["NEATEST"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.627014+00:00"}
|
53 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 50, "sample_id": "partially_solved_crossword_clues.dev.54", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Feed - Letters: __O__"}], "sampled": ["COWS"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.646071+00:00"}
|
54 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 51, "sample_id": "partially_solved_crossword_clues.dev.54", "type": "match", "data": {"correct": false, "expected": "STOKE", "picked": null, "sampled": "COWS", "options": ["STOKE"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.646178+00:00"}
|
55 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 52, "sample_id": "partially_solved_crossword_clues.dev.69", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One getting out early - Letters: __RO___"}], "sampled": ["PAROLEE"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.651914+00:00"}
|
56 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 53, "sample_id": "partially_solved_crossword_clues.dev.69", "type": "match", "data": {"correct": true, "expected": "PAROLEE", "picked": "PAROLEE", "sampled": "PAROLEE", "options": ["PAROLEE"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.651947+00:00"}
|
57 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 54, "sample_id": "partially_solved_crossword_clues.dev.15", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Pointed at, say - Letters: ___ME_"}], "sampled": ["BLAME"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.704750+00:00"}
|
58 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 55, "sample_id": "partially_solved_crossword_clues.dev.15", "type": "match", "data": {"correct": false, "expected": "BLAMED", "picked": null, "sampled": "BLAME", "options": ["BLAMED"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.704790+00:00"}
|
59 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 56, "sample_id": "partially_solved_crossword_clues.dev.74", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Not just bad - Letters: _V__"}], "sampled": ["EVIL"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.715828+00:00"}
|
60 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 57, "sample_id": "partially_solved_crossword_clues.dev.74", "type": "match", "data": {"correct": true, "expected": "EVIL", "picked": "EVIL", "sampled": "EVIL", "options": ["EVIL"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.715862+00:00"}
|
61 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 58, "sample_id": "partially_solved_crossword_clues.dev.35", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Put off - Letters: ___G__TE_"}], "sampled": ["POSTPONE"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.786581+00:00"}
|
62 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 59, "sample_id": "partially_solved_crossword_clues.dev.35", "type": "match", "data": {"correct": false, "expected": "DISGUSTED", "picked": null, "sampled": "POSTPONE", "options": ["DISGUSTED"]}, "created_by": "", "created_at": "2023-04-18 15:53:57.786641+00:00"}
|
63 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 60, "sample_id": "partially_solved_crossword_clues.dev.39", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Rides with runners - Letters: __E__"}], "sampled": ["SKATES"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.108031+00:00"}
|
64 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 61, "sample_id": "partially_solved_crossword_clues.dev.39", "type": "match", "data": {"correct": false, "expected": "SLEDS", "picked": null, "sampled": "SKATES", "options": ["SLEDS"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.108131+00:00"}
|
65 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 62, "sample_id": "partially_solved_crossword_clues.dev.91", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Ill-humored - Letters: D___"}], "sampled": ["DARK"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.142510+00:00"}
|
66 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 63, "sample_id": "partially_solved_crossword_clues.dev.91", "type": "match", "data": {"correct": false, "expected": "DOUR", "picked": null, "sampled": "DARK", "options": ["DOUR"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.142555+00:00"}
|
67 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 64, "sample_id": "partially_solved_crossword_clues.dev.83", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Provokes - Letters: _O___"}], "sampled": ["GOADS"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.273742+00:00"}
|
68 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 65, "sample_id": "partially_solved_crossword_clues.dev.83", "type": "match", "data": {"correct": true, "expected": "GOADS", "picked": "GOADS", "sampled": "GOADS", "options": ["GOADS"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.273803+00:00"}
|
69 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 66, "sample_id": "partially_solved_crossword_clues.dev.82", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Discomfiture - Letters: _____IN"}], "sampled": ["CHAGRIN"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.349232+00:00"}
|
70 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 67, "sample_id": "partially_solved_crossword_clues.dev.82", "type": "match", "data": {"correct": true, "expected": "CHAGRIN", "picked": "CHAGRIN", "sampled": "CHAGRIN", "options": ["CHAGRIN"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.349265+00:00"}
|
71 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 68, "sample_id": "partially_solved_crossword_clues.dev.23", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: You might see them now and again - Letters: R___N_"}], "sampled": ["RAINBOWS"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.393373+00:00"}
|
72 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 69, "sample_id": "partially_solved_crossword_clues.dev.23", "type": "match", "data": {"correct": false, "expected": "RERUNS", "picked": null, "sampled": "RAINBOWS", "options": ["RERUNS"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.393404+00:00"}
|
73 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 70, "sample_id": "partially_solved_crossword_clues.dev.47", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Easily put out - Letters: T____"}], "sampled": ["THWARTED."]}, "created_by": "", "created_at": "2023-04-18 15:53:58.400942+00:00"}
|
74 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 71, "sample_id": "partially_solved_crossword_clues.dev.47", "type": "match", "data": {"correct": false, "expected": "TESTY", "picked": null, "sampled": "THWARTED.", "options": ["TESTY"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.400979+00:00"}
|
75 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 72, "sample_id": "partially_solved_crossword_clues.dev.81", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One standing on one’s own two feet? - Letters: _I___"}], "sampled": ["INDY"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.407626+00:00"}
|
76 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 73, "sample_id": "partially_solved_crossword_clues.dev.81", "type": "match", "data": {"correct": false, "expected": "BIPED", "picked": null, "sampled": "INDY", "options": ["BIPED"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.407661+00:00"}
|
77 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 74, "sample_id": "partially_solved_crossword_clues.dev.56", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Some china - Letters: _E___R_"}], "sampled": ["TEACUPS"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.460809+00:00"}
|
78 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 75, "sample_id": "partially_solved_crossword_clues.dev.56", "type": "match", "data": {"correct": false, "expected": "TEAWARE", "picked": null, "sampled": "TEACUPS", "options": ["TEAWARE"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.460850+00:00"}
|
79 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 76, "sample_id": "partially_solved_crossword_clues.dev.95", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Need for a tough crossword, perhaps - Letters: ER____"}], "sampled": ["ERUDITION"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.577458+00:00"}
|
80 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 77, "sample_id": "partially_solved_crossword_clues.dev.95", "type": "match", "data": {"correct": false, "expected": "ERASER", "picked": null, "sampled": "ERUDITION", "options": ["ERASER"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.577521+00:00"}
|
81 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 78, "sample_id": "partially_solved_crossword_clues.dev.32", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Merry air - Letters: _I__"}], "sampled": ["LILT"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.858574+00:00"}
|
82 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 79, "sample_id": "partially_solved_crossword_clues.dev.32", "type": "match", "data": {"correct": true, "expected": "LILT", "picked": "LILT", "sampled": "LILT", "options": ["LILT"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.858630+00:00"}
|
83 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 80, "sample_id": "partially_solved_crossword_clues.dev.41", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Latest thing - Letters: R___"}], "sampled": ["RAGE"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.999196+00:00"}
|
84 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 81, "sample_id": "partially_solved_crossword_clues.dev.41", "type": "match", "data": {"correct": true, "expected": "RAGE", "picked": "RAGE", "sampled": "RAGE", "options": ["RAGE"]}, "created_by": "", "created_at": "2023-04-18 15:53:58.999253+00:00"}
|
85 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 82, "sample_id": "partially_solved_crossword_clues.dev.25", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It comes after nine but not after ten - Letters: __E_"}], "sampled": ["ELEVEN"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.018741+00:00"}
|
86 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 83, "sample_id": "partially_solved_crossword_clues.dev.25", "type": "match", "data": {"correct": false, "expected": "TEEN", "picked": null, "sampled": "ELEVEN", "options": ["TEEN"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.018778+00:00"}
|
87 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 84, "sample_id": "partially_solved_crossword_clues.dev.27", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Centers of attention - Letters: F___"}], "sampled": ["FOCI"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.027930+00:00"}
|
88 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 85, "sample_id": "partially_solved_crossword_clues.dev.27", "type": "match", "data": {"correct": true, "expected": "FOCI", "picked": "FOCI", "sampled": "FOCI", "options": ["FOCI"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.027972+00:00"}
|
89 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 86, "sample_id": "partially_solved_crossword_clues.dev.62", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Ring or belt, essentially - Letters: _A__"}], "sampled": ["SASH"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.151830+00:00"}
|
90 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 87, "sample_id": "partially_solved_crossword_clues.dev.62", "type": "match", "data": {"correct": false, "expected": "BAND", "picked": null, "sampled": "SASH", "options": ["BAND"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.151935+00:00"}
|
91 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 88, "sample_id": "partially_solved_crossword_clues.dev.73", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Assert - Letters: _T___"}], "sampled": ["ASSERT."]}, "created_by": "", "created_at": "2023-04-18 15:53:59.183550+00:00"}
|
92 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 89, "sample_id": "partially_solved_crossword_clues.dev.73", "type": "match", "data": {"correct": false, "expected": "STATE", "picked": null, "sampled": "ASSERT.", "options": ["STATE"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.183589+00:00"}
|
93 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 90, "sample_id": "partially_solved_crossword_clues.dev.58", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Make a trade - Letters: ___P"}], "sampled": ["SWAP"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.188646+00:00"}
|
94 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 91, "sample_id": "partially_solved_crossword_clues.dev.58", "type": "match", "data": {"correct": true, "expected": "SWAP", "picked": "SWAP", "sampled": "SWAP", "options": ["SWAP"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.188679+00:00"}
|
95 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 92, "sample_id": "partially_solved_crossword_clues.dev.72", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It smooths the way - Letters: G____E"}], "sampled": ["GREASE"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.214042+00:00"}
|
96 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 93, "sample_id": "partially_solved_crossword_clues.dev.72", "type": "match", "data": {"correct": true, "expected": "GREASE", "picked": "GREASE", "sampled": "GREASE", "options": ["GREASE"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.214085+00:00"}
|
97 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 94, "sample_id": "partially_solved_crossword_clues.dev.80", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Accommodated, in a way - Letters: _O_S__"}], "sampled": ["HOSTED"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.279837+00:00"}
|
98 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 95, "sample_id": "partially_solved_crossword_clues.dev.80", "type": "match", "data": {"correct": false, "expected": "HOUSED", "picked": null, "sampled": "HOSTED", "options": ["HOUSED"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.279893+00:00"}
|
99 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 96, "sample_id": "partially_solved_crossword_clues.dev.51", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Examined, as a dog might - Letters: ___FF__"}], "sampled": ["SNIFFED"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.689795+00:00"}
|
100 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 97, "sample_id": "partially_solved_crossword_clues.dev.51", "type": "match", "data": {"correct": true, "expected": "SNIFFED", "picked": "SNIFFED", "sampled": "SNIFFED", "options": ["SNIFFED"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.689851+00:00"}
|
101 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 98, "sample_id": "partially_solved_crossword_clues.dev.70", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Calculus calculation - Letters: __E_"}], "sampled": ["DERIVE"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.744564+00:00"}
|
102 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 99, "sample_id": "partially_solved_crossword_clues.dev.70", "type": "match", "data": {"correct": false, "expected": "AREA", "picked": null, "sampled": "DERIVE", "options": ["AREA"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.744623+00:00"}
|
103 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 100, "sample_id": "partially_solved_crossword_clues.dev.59", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Put away for now - Letters: __O__"}], "sampled": ["STOW."]}, "created_by": "", "created_at": "2023-04-18 15:53:59.794002+00:00"}
|
104 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 101, "sample_id": "partially_solved_crossword_clues.dev.59", "type": "match", "data": {"correct": false, "expected": "STORE", "picked": null, "sampled": "STOW.", "options": ["STORE"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.794070+00:00"}
|
105 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 102, "sample_id": "partially_solved_crossword_clues.dev.38", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Gets behind - Letters: __G_"}], "sampled": ["LAGS"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.878943+00:00"}
|
106 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 103, "sample_id": "partially_solved_crossword_clues.dev.38", "type": "match", "data": {"correct": true, "expected": "LAGS", "picked": "LAGS", "sampled": "LAGS", "options": ["LAGS"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.879003+00:00"}
|
107 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 104, "sample_id": "partially_solved_crossword_clues.dev.19", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: When said three times, mantra for some accused - Letters: __N_"}], "sampled": ["INN"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.899709+00:00"}
|
108 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 105, "sample_id": "partially_solved_crossword_clues.dev.19", "type": "match", "data": {"correct": false, "expected": "DENY", "picked": null, "sampled": "INN", "options": ["DENY"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.899757+00:00"}
|
109 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 106, "sample_id": "partially_solved_crossword_clues.dev.21", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One giving creepy looks - Letters: ____R"}], "sampled": ["STARES"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.910640+00:00"}
|
110 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 107, "sample_id": "partially_solved_crossword_clues.dev.21", "type": "match", "data": {"correct": false, "expected": "OGLER", "picked": null, "sampled": "STARES", "options": ["OGLER"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.910694+00:00"}
|
111 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 108, "sample_id": "partially_solved_crossword_clues.dev.33", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Many an emoticon - Letters: _M___"}], "sampled": ["EMOJI"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.946804+00:00"}
|
112 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 109, "sample_id": "partially_solved_crossword_clues.dev.33", "type": "match", "data": {"correct": false, "expected": "SMILE", "picked": null, "sampled": "EMOJI", "options": ["SMILE"]}, "created_by": "", "created_at": "2023-04-18 15:53:59.946851+00:00"}
|
113 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 110, "sample_id": "partially_solved_crossword_clues.dev.65", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One might be raised on a farm - Letters: __R_"}], "sampled": ["PORK"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.093469+00:00"}
|
114 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 111, "sample_id": "partially_solved_crossword_clues.dev.65", "type": "match", "data": {"correct": false, "expected": "BARN", "picked": null, "sampled": "PORK", "options": ["BARN"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.093506+00:00"}
|
115 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 112, "sample_id": "partially_solved_crossword_clues.dev.49", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It can mean hello or goodbye - Letters: __V_"}], "sampled": ["WAVE"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.162193+00:00"}
|
116 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 113, "sample_id": "partially_solved_crossword_clues.dev.49", "type": "match", "data": {"correct": true, "expected": "WAVE", "picked": "WAVE", "sampled": "WAVE", "options": ["WAVE"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.162239+00:00"}
|
117 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 114, "sample_id": "partially_solved_crossword_clues.dev.53", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Go off - Letters: ___T"}], "sampled": ["ERUPT"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.367210+00:00"}
|
118 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 115, "sample_id": "partially_solved_crossword_clues.dev.53", "type": "match", "data": {"correct": false, "expected": "RANT", "picked": null, "sampled": "ERUPT", "options": ["RANT"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.367257+00:00"}
|
119 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 116, "sample_id": "partially_solved_crossword_clues.dev.61", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Buzzer - Letters: B__"}], "sampled": ["BUZZ."]}, "created_by": "", "created_at": "2023-04-18 15:54:00.478711+00:00"}
|
120 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 117, "sample_id": "partially_solved_crossword_clues.dev.61", "type": "match", "data": {"correct": false, "expected": "BEE", "picked": null, "sampled": "BUZZ.", "options": ["BEE"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.478817+00:00"}
|
121 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 118, "sample_id": "partially_solved_crossword_clues.dev.30", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Affectedly creative - Letters: _R__"}], "sampled": ["ARTY"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.597417+00:00"}
|
122 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 119, "sample_id": "partially_solved_crossword_clues.dev.30", "type": "match", "data": {"correct": true, "expected": "ARTY", "picked": "ARTY", "sampled": "ARTY", "options": ["ARTY"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.597523+00:00"}
|
123 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 120, "sample_id": "partially_solved_crossword_clues.dev.66", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Stop running, in a way - Letters: C___"}], "sampled": ["CRAWL"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.626129+00:00"}
|
124 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 121, "sample_id": "partially_solved_crossword_clues.dev.66", "type": "match", "data": {"correct": false, "expected": "CLOT", "picked": null, "sampled": "CRAWL", "options": ["CLOT"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.626193+00:00"}
|
125 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 122, "sample_id": "partially_solved_crossword_clues.dev.37", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Tiny biter - Letters: ___E"}], "sampled": ["GNAT"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.633156+00:00"}
|
126 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 123, "sample_id": "partially_solved_crossword_clues.dev.37", "type": "match", "data": {"correct": false, "expected": "MITE", "picked": null, "sampled": "GNAT", "options": ["MITE"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.633194+00:00"}
|
127 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 124, "sample_id": "partially_solved_crossword_clues.dev.78", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Winsome - Letters: E____RI__"}], "sampled": ["ENGAGING"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.646713+00:00"}
|
128 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 125, "sample_id": "partially_solved_crossword_clues.dev.78", "type": "match", "data": {"correct": false, "expected": "ENDEARING", "picked": null, "sampled": "ENGAGING", "options": ["ENDEARING"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.646750+00:00"}
|
129 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 126, "sample_id": "partially_solved_crossword_clues.dev.36", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: They’re up for debate - Letters: T_P___"}], "sampled": ["TOPICS"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.676441+00:00"}
|
130 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 127, "sample_id": "partially_solved_crossword_clues.dev.36", "type": "match", "data": {"correct": true, "expected": "TOPICS", "picked": "TOPICS", "sampled": "TOPICS", "options": ["TOPICS"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.676480+00:00"}
|
131 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 128, "sample_id": "partially_solved_crossword_clues.dev.2", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Big mouths - Letters: _A__"}], "sampled": ["YAPS"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.815223+00:00"}
|
132 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 129, "sample_id": "partially_solved_crossword_clues.dev.2", "type": "match", "data": {"correct": false, "expected": "MAWS", "picked": null, "sampled": "YAPS", "options": ["MAWS"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.815291+00:00"}
|
133 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 130, "sample_id": "partially_solved_crossword_clues.dev.16", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Like Halley’s comet every 75 or so years - Letters: _E___N"}], "sampled": ["PERIODIC"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.877315+00:00"}
|
134 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 131, "sample_id": "partially_solved_crossword_clues.dev.16", "type": "match", "data": {"correct": false, "expected": "RESEEN", "picked": null, "sampled": "PERIODIC", "options": ["RESEEN"]}, "created_by": "", "created_at": "2023-04-18 15:54:00.877420+00:00"}
|
135 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 132, "sample_id": "partially_solved_crossword_clues.dev.26", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Flowing tresses - Letters: _A__"}], "sampled": ["MANE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.031092+00:00"}
|
136 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 133, "sample_id": "partially_solved_crossword_clues.dev.26", "type": "match", "data": {"correct": true, "expected": "MANE", "picked": "MANE", "sampled": "MANE", "options": ["MANE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.031145+00:00"}
|
137 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 134, "sample_id": "partially_solved_crossword_clues.dev.94", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Flatten - Letters: __NC___"}], "sampled": ["PANCAKE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.311724+00:00"}
|
138 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 135, "sample_id": "partially_solved_crossword_clues.dev.94", "type": "match", "data": {"correct": true, "expected": "PANCAKE", "picked": "PANCAKE", "sampled": "PANCAKE", "options": ["PANCAKE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.311785+00:00"}
|
139 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 136, "sample_id": "partially_solved_crossword_clues.dev.77", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: No party person - Letters: _O___"}], "sampled": ["LONER"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.332641+00:00"}
|
140 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 137, "sample_id": "partially_solved_crossword_clues.dev.77", "type": "match", "data": {"correct": true, "expected": "LONER", "picked": "LONER", "sampled": "LONER", "options": ["LONER"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.332683+00:00"}
|
141 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 138, "sample_id": "partially_solved_crossword_clues.dev.5", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Without holding back - Letters: F__E__"}], "sampled": ["FREELY"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.335789+00:00"}
|
142 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 139, "sample_id": "partially_solved_crossword_clues.dev.5", "type": "match", "data": {"correct": true, "expected": "FREELY", "picked": "FREELY", "sampled": "FREELY", "options": ["FREELY"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.335837+00:00"}
|
143 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 140, "sample_id": "partially_solved_crossword_clues.dev.57", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Turn off - Letters: _E___"}], "sampled": ["DEICE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.349869+00:00"}
|
144 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 141, "sample_id": "partially_solved_crossword_clues.dev.57", "type": "match", "data": {"correct": false, "expected": "REPEL", "picked": null, "sampled": "DEICE", "options": ["REPEL"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.349909+00:00"}
|
145 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 142, "sample_id": "partially_solved_crossword_clues.dev.18", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Becomes unduly prominent - Letters: _BT_____"}], "sampled": ["OBTRUDES"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.353407+00:00"}
|
146 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 143, "sample_id": "partially_solved_crossword_clues.dev.18", "type": "match", "data": {"correct": true, "expected": "OBTRUDES", "picked": "OBTRUDES", "sampled": "OBTRUDES", "options": ["OBTRUDES"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.353443+00:00"}
|
147 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 144, "sample_id": "partially_solved_crossword_clues.dev.79", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Potential cause of a respiratory problem - Letters: S___"}], "sampled": ["SMOG"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.364034+00:00"}
|
148 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 145, "sample_id": "partially_solved_crossword_clues.dev.79", "type": "match", "data": {"correct": true, "expected": "SMOG", "picked": "SMOG", "sampled": "SMOG", "options": ["SMOG"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.364074+00:00"}
|
149 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 146, "sample_id": "partially_solved_crossword_clues.dev.40", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Not going anywhere - Letters: __MO__B__"}], "sampled": ["IMMOBILIZED"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.435032+00:00"}
|
150 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 147, "sample_id": "partially_solved_crossword_clues.dev.40", "type": "match", "data": {"correct": false, "expected": "IMMOVABLE", "picked": null, "sampled": "IMMOBILIZED", "options": ["IMMOVABLE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.435082+00:00"}
|
151 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 148, "sample_id": "partially_solved_crossword_clues.dev.92", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One vs. 52? - Letters: ___I___RE"}], "sampled": ["ACE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.595661+00:00"}
|
152 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 149, "sample_id": "partially_solved_crossword_clues.dev.92", "type": "match", "data": {"correct": false, "expected": "SOLITAIRE", "picked": null, "sampled": "ACE", "options": ["SOLITAIRE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.595742+00:00"}
|
153 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 150, "sample_id": "partially_solved_crossword_clues.dev.8", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Words of praise - Letters: _D_"}], "sampled": ["ACCLAIM"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.679820+00:00"}
|
154 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 151, "sample_id": "partially_solved_crossword_clues.dev.8", "type": "match", "data": {"correct": false, "expected": "ODE", "picked": null, "sampled": "ACCLAIM", "options": ["ODE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.679854+00:00"}
|
155 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 152, "sample_id": "partially_solved_crossword_clues.dev.76", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Come to an end - Letters: ___S_"}], "sampled": ["CEASES"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.773181+00:00"}
|
156 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 153, "sample_id": "partially_solved_crossword_clues.dev.76", "type": "match", "data": {"correct": true, "expected": "CEASE", "picked": "CEASE", "sampled": "CEASES", "options": ["CEASE"]}, "created_by": "", "created_at": "2023-04-18 15:54:01.773240+00:00"}
|
157 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 154, "sample_id": "partially_solved_crossword_clues.dev.97", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Sign of neglect - Letters: __S_"}], "sampled": ["LACKS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.010141+00:00"}
|
158 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 155, "sample_id": "partially_solved_crossword_clues.dev.97", "type": "match", "data": {"correct": false, "expected": "DUST", "picked": null, "sampled": "LACKS", "options": ["DUST"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.010191+00:00"}
|
159 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 156, "sample_id": "partially_solved_crossword_clues.dev.31", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Like a screw after being turned counterclockwise - Letters: ___SE_"}], "sampled": ["LOOSE"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.018107+00:00"}
|
160 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 157, "sample_id": "partially_solved_crossword_clues.dev.31", "type": "match", "data": {"correct": false, "expected": "LOOSER", "picked": null, "sampled": "LOOSE", "options": ["LOOSER"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.018148+00:00"}
|
161 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 158, "sample_id": "partially_solved_crossword_clues.dev.86", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: 1 on a scale of 1 to 5, maybe - Letters: __O_"}], "sampled": ["SOLO"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.049184+00:00"}
|
162 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 159, "sample_id": "partially_solved_crossword_clues.dev.86", "type": "match", "data": {"correct": false, "expected": "POOR", "picked": null, "sampled": "SOLO", "options": ["POOR"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.049220+00:00"}
|
163 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 160, "sample_id": "partially_solved_crossword_clues.dev.0", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Shining intensely - Letters: _G___E"}], "sampled": ["GLEAMED"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.091647+00:00"}
|
164 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 161, "sample_id": "partially_solved_crossword_clues.dev.0", "type": "match", "data": {"correct": false, "expected": "AGLARE", "picked": null, "sampled": "GLEAMED", "options": ["AGLARE"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.091678+00:00"}
|
165 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 162, "sample_id": "partially_solved_crossword_clues.dev.55", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Alternatives to GIFs - Letters: _I__A__"}], "sampled": ["EMOJIS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.110898+00:00"}
|
166 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 163, "sample_id": "partially_solved_crossword_clues.dev.55", "type": "match", "data": {"correct": false, "expected": "BITMAPS", "picked": null, "sampled": "EMOJIS", "options": ["BITMAPS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.110962+00:00"}
|
167 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 164, "sample_id": "partially_solved_crossword_clues.dev.90", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: They can make a huge impact - Letters: A____O_D_"}], "sampled": ["ASTEROID"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.240710+00:00"}
|
168 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 165, "sample_id": "partially_solved_crossword_clues.dev.90", "type": "match", "data": {"correct": false, "expected": "ASTEROIDS", "picked": null, "sampled": "ASTEROID", "options": ["ASTEROIDS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.240770+00:00"}
|
169 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 166, "sample_id": "partially_solved_crossword_clues.dev.89", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Lets it all out, say - Letters: V____"}], "sampled": ["VENTS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.288092+00:00"}
|
170 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 167, "sample_id": "partially_solved_crossword_clues.dev.89", "type": "match", "data": {"correct": true, "expected": "VENTS", "picked": "VENTS", "sampled": "VENTS", "options": ["VENTS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.288149+00:00"}
|
171 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 168, "sample_id": "partially_solved_crossword_clues.dev.88", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Secures - Letters: __C__"}], "sampled": ["LOCKS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.345076+00:00"}
|
172 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 169, "sample_id": "partially_solved_crossword_clues.dev.88", "type": "match", "data": {"correct": true, "expected": "LOCKS", "picked": "LOCKS", "sampled": "LOCKS", "options": ["LOCKS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.345130+00:00"}
|
173 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 170, "sample_id": "partially_solved_crossword_clues.dev.17", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Formal - Letters: D_E___"}], "sampled": ["DRESSY"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.371677+00:00"}
|
174 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 171, "sample_id": "partially_solved_crossword_clues.dev.17", "type": "match", "data": {"correct": true, "expected": "DRESSY", "picked": "DRESSY", "sampled": "DRESSY", "options": ["DRESSY"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.371717+00:00"}
|
175 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 172, "sample_id": "partially_solved_crossword_clues.dev.20", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Word has it! - Letters: ____O_OG_"}], "sampled": ["RUMOURING."]}, "created_by": "", "created_at": "2023-04-18 15:54:02.502840+00:00"}
|
176 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 173, "sample_id": "partially_solved_crossword_clues.dev.20", "type": "match", "data": {"correct": false, "expected": "ETYMOLOGY", "picked": null, "sampled": "RUMOURING.", "options": ["ETYMOLOGY"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.502923+00:00"}
|
177 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 174, "sample_id": "partially_solved_crossword_clues.dev.99", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Stuff - Letters: _A__"}], "sampled": ["PACK"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.774008+00:00"}
|
178 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 175, "sample_id": "partially_solved_crossword_clues.dev.99", "type": "match", "data": {"correct": false, "expected": "SATE", "picked": null, "sampled": "PACK", "options": ["SATE"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.774090+00:00"}
|
179 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 176, "sample_id": "partially_solved_crossword_clues.dev.68", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Stolen goods - Letters: ___IL_"}], "sampled": ["PILLAGE"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.782439+00:00"}
|
180 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 177, "sample_id": "partially_solved_crossword_clues.dev.68", "type": "match", "data": {"correct": false, "expected": "SPOILS", "picked": null, "sampled": "PILLAGE", "options": ["SPOILS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.782485+00:00"}
|
181 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 178, "sample_id": "partially_solved_crossword_clues.dev.43", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Vocal feature - Letters: __S_"}], "sampled": ["RASP"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.822819+00:00"}
|
182 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 179, "sample_id": "partially_solved_crossword_clues.dev.43", "type": "match", "data": {"correct": true, "expected": "RASP", "picked": "RASP", "sampled": "RASP", "options": ["RASP"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.822862+00:00"}
|
183 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 180, "sample_id": "partially_solved_crossword_clues.dev.42", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Fodder for an analyst - Letters: _T___"}], "sampled": ["INSIGHT"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.869857+00:00"}
|
184 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 181, "sample_id": "partially_solved_crossword_clues.dev.42", "type": "match", "data": {"correct": false, "expected": "STATS", "picked": null, "sampled": "INSIGHT", "options": ["STATS"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.869915+00:00"}
|
185 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 182, "sample_id": "partially_solved_crossword_clues.dev.71", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Tedious sort - Letters: B___"}], "sampled": ["BORE"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.880919+00:00"}
|
186 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 183, "sample_id": "partially_solved_crossword_clues.dev.71", "type": "match", "data": {"correct": true, "expected": "BORE", "picked": "BORE", "sampled": "BORE", "options": ["BORE"]}, "created_by": "", "created_at": "2023-04-18 15:54:02.880977+00:00"}
|
187 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 184, "sample_id": "partially_solved_crossword_clues.dev.48", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Browns, e.g. - Letters: E___H_O___"}], "sampled": ["ETHNOLOGY"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.012654+00:00"}
|
188 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 185, "sample_id": "partially_solved_crossword_clues.dev.48", "type": "match", "data": {"correct": false, "expected": "EARTHTONES", "picked": null, "sampled": "ETHNOLOGY", "options": ["EARTHTONES"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.012715+00:00"}
|
189 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 186, "sample_id": "partially_solved_crossword_clues.dev.13", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Result of some bargaining - Letters: _L__"}], "sampled": ["DEAL"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.036050+00:00"}
|
190 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 187, "sample_id": "partially_solved_crossword_clues.dev.13", "type": "match", "data": {"correct": false, "expected": "PLEA", "picked": null, "sampled": "DEAL", "options": ["PLEA"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.036090+00:00"}
|
191 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 188, "sample_id": "partially_solved_crossword_clues.dev.4", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Fairy lookalike - Letters: S____E"}], "sampled": ["SPRITE"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.061508+00:00"}
|
192 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 189, "sample_id": "partially_solved_crossword_clues.dev.4", "type": "match", "data": {"correct": true, "expected": "SPRITE", "picked": "SPRITE", "sampled": "SPRITE", "options": ["SPRITE"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.061547+00:00"}
|
193 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 190, "sample_id": "partially_solved_crossword_clues.dev.98", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Abrogate - Letters: ___O"}], "sampled": ["REPEAL"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.103697+00:00"}
|
194 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 191, "sample_id": "partially_solved_crossword_clues.dev.98", "type": "match", "data": {"correct": false, "expected": "UNDO", "picked": null, "sampled": "REPEAL", "options": ["UNDO"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.103744+00:00"}
|
195 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 192, "sample_id": "partially_solved_crossword_clues.dev.52", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Pallid - Letters: A___"}], "sampled": ["ASHEN"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.234466+00:00"}
|
196 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 193, "sample_id": "partially_solved_crossword_clues.dev.52", "type": "match", "data": {"correct": false, "expected": "ASHY", "picked": null, "sampled": "ASHEN", "options": ["ASHY"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.234528+00:00"}
|
197 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 194, "sample_id": "partially_solved_crossword_clues.dev.11", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Expose - Letters: __R_"}], "sampled": ["BARE"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.613935+00:00"}
|
198 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 195, "sample_id": "partially_solved_crossword_clues.dev.11", "type": "match", "data": {"correct": true, "expected": "BARE", "picked": "BARE", "sampled": "BARE", "options": ["BARE"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.614015+00:00"}
|
199 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 196, "sample_id": "partially_solved_crossword_clues.dev.34", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Waits on - Letters: S____S"}], "sampled": ["SERVES"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.614669+00:00"}
|
200 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 197, "sample_id": "partially_solved_crossword_clues.dev.34", "type": "match", "data": {"correct": true, "expected": "SERVES", "picked": "SERVES", "sampled": "SERVES", "options": ["SERVES"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.614731+00:00"}
|
201 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 198, "sample_id": "partially_solved_crossword_clues.dev.6", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Family member - Letters: _OB____"}], "sampled": ["COUSIN"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.619864+00:00"}
|
202 |
+
{"run_id": "230418155354NCRWAGHN", "event_id": 199, "sample_id": "partially_solved_crossword_clues.dev.6", "type": "match", "data": {"correct": false, "expected": "MOBSTER", "picked": null, "sampled": "COUSIN", "options": ["MOBSTER"]}, "created_by": "", "created_at": "2023-04-18 15:54:03.619907+00:00"}
|
evals/crossword/crossword-turbo.jsonl
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"spec": {"completion_fns": ["gpt-3.5-turbo"], "eval_name": "partially_solved_crossword_clues.dev.v0", "base_eval": "partially_solved_crossword_clues", "split": "dev", "run_config": {"completion_fns": ["gpt-3.5-turbo"], "eval_spec": {"cls": "evals.elsuite.basic.match:Match", "args": {"samples_jsonl": "partially_solved_crossword_clues/samples.jsonl"}, "key": "partially_solved_crossword_clues.dev.v0", "group": "partially_solved_crossword_clues"}, "seed": 20220722, "max_samples": null, "command": "/Users/acabrera/dev-research/22-zeno/openai-eval/evals/evals/cli/oaieval.py gpt-3.5-turbo partially_solved_crossword_clues", "initial_settings": {"visible": true}}, "created_by": "", "run_id": "2304181349417WZBC5D5", "created_at": "2023-04-18 13:49:41.645467"}}
|
2 |
+
{"final_report": {"accuracy": 0.37}}
|
3 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 0, "sample_id": "partially_solved_crossword_clues.dev.75", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Go with the wind, in a way - Letters: _A__"}], "sampled": ["TACK."]}, "created_by": "", "created_at": "2023-04-18 13:49:42.837472+00:00"}
|
4 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 1, "sample_id": "partially_solved_crossword_clues.dev.75", "type": "match", "data": {"correct": false, "expected": "SAIL", "picked": null, "sampled": "TACK.", "options": ["SAIL"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.837529+00:00"}
|
5 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 2, "sample_id": "partially_solved_crossword_clues.dev.84", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: No longer affected by - Letters: ___R"}], "sampled": ["CURED"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.882583+00:00"}
|
6 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 3, "sample_id": "partially_solved_crossword_clues.dev.84", "type": "match", "data": {"correct": false, "expected": "OVER", "picked": null, "sampled": "CURED", "options": ["OVER"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.882617+00:00"}
|
7 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 4, "sample_id": "partially_solved_crossword_clues.dev.63", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Inoffensive - Letters: ___DY__"}], "sampled": ["TIDYING"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.887470+00:00"}
|
8 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 5, "sample_id": "partially_solved_crossword_clues.dev.63", "type": "match", "data": {"correct": false, "expected": "ANODYNE", "picked": null, "sampled": "TIDYING", "options": ["ANODYNE"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.887507+00:00"}
|
9 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 6, "sample_id": "partially_solved_crossword_clues.dev.64", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Deep cut? - Letters: ____A_S_"}], "sampled": ["LASERAS."]}, "created_by": "", "created_at": "2023-04-18 13:49:42.906762+00:00"}
|
10 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 7, "sample_id": "partially_solved_crossword_clues.dev.64", "type": "match", "data": {"correct": false, "expected": "CREVASSE", "picked": null, "sampled": "LASERAS.", "options": ["CREVASSE"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.906799+00:00"}
|
11 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 8, "sample_id": "partially_solved_crossword_clues.dev.29", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It divides and multiplies - Letters: A___B_"}], "sampled": ["ADDENDS"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.946903+00:00"}
|
12 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 9, "sample_id": "partially_solved_crossword_clues.dev.29", "type": "match", "data": {"correct": false, "expected": "AMOEBA", "picked": null, "sampled": "ADDENDS", "options": ["AMOEBA"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.946936+00:00"}
|
13 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 10, "sample_id": "partially_solved_crossword_clues.dev.67", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Unyielding - Letters: ____D"}], "sampled": ["RIGID"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.952172+00:00"}
|
14 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 11, "sample_id": "partially_solved_crossword_clues.dev.67", "type": "match", "data": {"correct": true, "expected": "RIGID", "picked": "RIGID", "sampled": "RIGID", "options": ["RIGID"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.952206+00:00"}
|
15 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 12, "sample_id": "partially_solved_crossword_clues.dev.50", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Unimaginative - Letters: __O_A__"}], "sampled": ["BORING"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.957994+00:00"}
|
16 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 13, "sample_id": "partially_solved_crossword_clues.dev.50", "type": "match", "data": {"correct": false, "expected": "PROSAIC", "picked": null, "sampled": "BORING", "options": ["PROSAIC"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.958028+00:00"}
|
17 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 14, "sample_id": "partially_solved_crossword_clues.dev.93", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Private - Letters: __N__"}], "sampled": ["LONER"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.981323+00:00"}
|
18 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 15, "sample_id": "partially_solved_crossword_clues.dev.93", "type": "match", "data": {"correct": false, "expected": "INNER", "picked": null, "sampled": "LONER", "options": ["INNER"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.981351+00:00"}
|
19 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 16, "sample_id": "partially_solved_crossword_clues.dev.7", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Like much baby food - Letters: P___E_"}], "sampled": ["PUREED"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.985905+00:00"}
|
20 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 17, "sample_id": "partially_solved_crossword_clues.dev.7", "type": "match", "data": {"correct": true, "expected": "PUREED", "picked": "PUREED", "sampled": "PUREED", "options": ["PUREED"]}, "created_by": "", "created_at": "2023-04-18 13:49:42.985930+00:00"}
|
21 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 18, "sample_id": "partially_solved_crossword_clues.dev.87", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: A bad joke might land with one - Letters: _H__"}], "sampled": ["GROAN"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.123051+00:00"}
|
22 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 19, "sample_id": "partially_solved_crossword_clues.dev.87", "type": "match", "data": {"correct": false, "expected": "THUD", "picked": null, "sampled": "GROAN", "options": ["THUD"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.123107+00:00"}
|
23 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 20, "sample_id": "partially_solved_crossword_clues.dev.3", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Animal farm facility - Letters: _E____T"}], "sampled": ["FEEDLOT"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.590442+00:00"}
|
24 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 21, "sample_id": "partially_solved_crossword_clues.dev.3", "type": "match", "data": {"correct": true, "expected": "FEEDLOT", "picked": "FEEDLOT", "sampled": "FEEDLOT", "options": ["FEEDLOT"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.590517+00:00"}
|
25 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 22, "sample_id": "partially_solved_crossword_clues.dev.44", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Learning opportunity, so to speak - Letters: M__T___"}], "sampled": ["MASTERCLASS"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.674134+00:00"}
|
26 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 23, "sample_id": "partially_solved_crossword_clues.dev.44", "type": "match", "data": {"correct": false, "expected": "MISTAKE", "picked": null, "sampled": "MASTERCLASS", "options": ["MISTAKE"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.674209+00:00"}
|
27 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 24, "sample_id": "partially_solved_crossword_clues.dev.24", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Cornhole attempts - Letters: _O__E_"}], "sampled": ["TOSSES"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.727207+00:00"}
|
28 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 25, "sample_id": "partially_solved_crossword_clues.dev.24", "type": "match", "data": {"correct": true, "expected": "TOSSES", "picked": "TOSSES", "sampled": "TOSSES", "options": ["TOSSES"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.727266+00:00"}
|
29 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 26, "sample_id": "partially_solved_crossword_clues.dev.1", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Certain vaccine target - Letters: M_____S"}], "sampled": ["MEASLES"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.792772+00:00"}
|
30 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 27, "sample_id": "partially_solved_crossword_clues.dev.1", "type": "match", "data": {"correct": true, "expected": "MEASLES", "picked": "MEASLES", "sampled": "MEASLES", "options": ["MEASLES"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.792806+00:00"}
|
31 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 28, "sample_id": "partially_solved_crossword_clues.dev.28", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Come to - Letters: __T__"}], "sampled": ["ATTAIN"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.816472+00:00"}
|
32 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 29, "sample_id": "partially_solved_crossword_clues.dev.28", "type": "match", "data": {"correct": false, "expected": "TOTAL", "picked": null, "sampled": "ATTAIN", "options": ["TOTAL"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.816512+00:00"}
|
33 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 30, "sample_id": "partially_solved_crossword_clues.dev.14", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Greasy garage job - Letters: _U__"}], "sampled": ["LUBE"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.830026+00:00"}
|
34 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 31, "sample_id": "partially_solved_crossword_clues.dev.14", "type": "match", "data": {"correct": true, "expected": "LUBE", "picked": "LUBE", "sampled": "LUBE", "options": ["LUBE"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.830060+00:00"}
|
35 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 32, "sample_id": "partially_solved_crossword_clues.dev.60", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Game stoppers - Letters: R____"}], "sampled": ["RULES."]}, "created_by": "", "created_at": "2023-04-18 13:49:43.834958+00:00"}
|
36 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 33, "sample_id": "partially_solved_crossword_clues.dev.60", "type": "match", "data": {"correct": false, "expected": "RAINS", "picked": null, "sampled": "RULES.", "options": ["RAINS"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.834995+00:00"}
|
37 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 34, "sample_id": "partially_solved_crossword_clues.dev.22", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Yearbook signers - Letters: C_A______S"}], "sampled": ["CLASSMATES"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.863576+00:00"}
|
38 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 35, "sample_id": "partially_solved_crossword_clues.dev.22", "type": "match", "data": {"correct": true, "expected": "CLASSMATES", "picked": "CLASSMATES", "sampled": "CLASSMATES", "options": ["CLASSMATES"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.863615+00:00"}
|
39 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 36, "sample_id": "partially_solved_crossword_clues.dev.9", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Search blindly (for) - Letters: G____"}], "sampled": ["GROPE"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.902512+00:00"}
|
40 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 37, "sample_id": "partially_solved_crossword_clues.dev.9", "type": "match", "data": {"correct": true, "expected": "GROPE", "picked": "GROPE", "sampled": "GROPE", "options": ["GROPE"]}, "created_by": "", "created_at": "2023-04-18 13:49:43.902552+00:00"}
|
41 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 38, "sample_id": "partially_solved_crossword_clues.dev.12", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Bounded - Letters: ___PE_"}], "sampled": ["JUMPED"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.258604+00:00"}
|
42 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 39, "sample_id": "partially_solved_crossword_clues.dev.12", "type": "match", "data": {"correct": false, "expected": "LEAPED", "picked": null, "sampled": "JUMPED", "options": ["LEAPED"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.258650+00:00"}
|
43 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 40, "sample_id": "partially_solved_crossword_clues.dev.85", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Clears - Letters: __A__S"}], "sampled": ["VACATES"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.388610+00:00"}
|
44 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 41, "sample_id": "partially_solved_crossword_clues.dev.85", "type": "match", "data": {"correct": false, "expected": "ERASES", "picked": null, "sampled": "VACATES", "options": ["ERASES"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.388669+00:00"}
|
45 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 42, "sample_id": "partially_solved_crossword_clues.dev.69", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One getting out early - Letters: __RO___"}], "sampled": ["PAROLEE"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.495171+00:00"}
|
46 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 43, "sample_id": "partially_solved_crossword_clues.dev.69", "type": "match", "data": {"correct": true, "expected": "PAROLEE", "picked": "PAROLEE", "sampled": "PAROLEE", "options": ["PAROLEE"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.495248+00:00"}
|
47 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 44, "sample_id": "partially_solved_crossword_clues.dev.96", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Many a Monopoly property - Letters: AV____"}], "sampled": ["ATLANTIC"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.500897+00:00"}
|
48 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 45, "sample_id": "partially_solved_crossword_clues.dev.96", "type": "match", "data": {"correct": false, "expected": "AVENUE", "picked": null, "sampled": "ATLANTIC", "options": ["AVENUE"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.500944+00:00"}
|
49 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 46, "sample_id": "partially_solved_crossword_clues.dev.54", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Feed - Letters: __O__"}], "sampled": ["COWS"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.640717+00:00"}
|
50 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 47, "sample_id": "partially_solved_crossword_clues.dev.54", "type": "match", "data": {"correct": false, "expected": "STOKE", "picked": null, "sampled": "COWS", "options": ["STOKE"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.640773+00:00"}
|
51 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 48, "sample_id": "partially_solved_crossword_clues.dev.15", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Pointed at, say - Letters: ___ME_"}], "sampled": ["BLAME"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.757310+00:00"}
|
52 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 49, "sample_id": "partially_solved_crossword_clues.dev.15", "type": "match", "data": {"correct": false, "expected": "BLAMED", "picked": null, "sampled": "BLAME", "options": ["BLAMED"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.757366+00:00"}
|
53 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 50, "sample_id": "partially_solved_crossword_clues.dev.10", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Shape of a certain bean - Letters: _I__E_"}], "sampled": ["LIMA BEAN"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.784932+00:00"}
|
54 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 51, "sample_id": "partially_solved_crossword_clues.dev.10", "type": "match", "data": {"correct": false, "expected": "KIDNEY", "picked": null, "sampled": "LIMA BEAN", "options": ["KIDNEY"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.784971+00:00"}
|
55 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 52, "sample_id": "partially_solved_crossword_clues.dev.74", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Not just bad - Letters: _V__"}], "sampled": ["EVIL"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.846398+00:00"}
|
56 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 53, "sample_id": "partially_solved_crossword_clues.dev.74", "type": "match", "data": {"correct": true, "expected": "EVIL", "picked": "EVIL", "sampled": "EVIL", "options": ["EVIL"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.846474+00:00"}
|
57 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 54, "sample_id": "partially_solved_crossword_clues.dev.46", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Superlatively swell - Letters: N___E__"}], "sampled": ["NIFTYEST"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.863397+00:00"}
|
58 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 55, "sample_id": "partially_solved_crossword_clues.dev.46", "type": "match", "data": {"correct": false, "expected": "NEATEST", "picked": null, "sampled": "NIFTYEST", "options": ["NEATEST"]}, "created_by": "", "created_at": "2023-04-18 13:49:44.863440+00:00"}
|
59 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 56, "sample_id": "partially_solved_crossword_clues.dev.39", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Rides with runners - Letters: __E__"}], "sampled": ["SKATES"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.013550+00:00"}
|
60 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 57, "sample_id": "partially_solved_crossword_clues.dev.39", "type": "match", "data": {"correct": false, "expected": "SLEDS", "picked": null, "sampled": "SKATES", "options": ["SLEDS"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.013607+00:00"}
|
61 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 58, "sample_id": "partially_solved_crossword_clues.dev.35", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Put off - Letters: ___G__TE_"}], "sampled": ["POSTPONE"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.190233+00:00"}
|
62 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 59, "sample_id": "partially_solved_crossword_clues.dev.35", "type": "match", "data": {"correct": false, "expected": "DISGUSTED", "picked": null, "sampled": "POSTPONE", "options": ["DISGUSTED"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.190311+00:00"}
|
63 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 60, "sample_id": "partially_solved_crossword_clues.dev.82", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Discomfiture - Letters: _____IN"}], "sampled": ["CHAGRIN"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.342147+00:00"}
|
64 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 61, "sample_id": "partially_solved_crossword_clues.dev.82", "type": "match", "data": {"correct": true, "expected": "CHAGRIN", "picked": "CHAGRIN", "sampled": "CHAGRIN", "options": ["CHAGRIN"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.342205+00:00"}
|
65 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 62, "sample_id": "partially_solved_crossword_clues.dev.91", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Ill-humored - Letters: D___"}], "sampled": ["DARK"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.443016+00:00"}
|
66 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 63, "sample_id": "partially_solved_crossword_clues.dev.91", "type": "match", "data": {"correct": false, "expected": "DOUR", "picked": null, "sampled": "DARK", "options": ["DOUR"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.443089+00:00"}
|
67 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 64, "sample_id": "partially_solved_crossword_clues.dev.26", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Flowing tresses - Letters: _A__"}], "sampled": ["MANE"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.451717+00:00"}
|
68 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 65, "sample_id": "partially_solved_crossword_clues.dev.26", "type": "match", "data": {"correct": true, "expected": "MANE", "picked": "MANE", "sampled": "MANE", "options": ["MANE"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.451755+00:00"}
|
69 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 66, "sample_id": "partially_solved_crossword_clues.dev.83", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Provokes - Letters: _O___"}], "sampled": ["GOADS"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.458300+00:00"}
|
70 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 67, "sample_id": "partially_solved_crossword_clues.dev.83", "type": "match", "data": {"correct": true, "expected": "GOADS", "picked": "GOADS", "sampled": "GOADS", "options": ["GOADS"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.458404+00:00"}
|
71 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 68, "sample_id": "partially_solved_crossword_clues.dev.23", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: You might see them now and again - Letters: R___N_"}], "sampled": ["RAINBOWS"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.464709+00:00"}
|
72 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 69, "sample_id": "partially_solved_crossword_clues.dev.23", "type": "match", "data": {"correct": false, "expected": "RERUNS", "picked": null, "sampled": "RAINBOWS", "options": ["RERUNS"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.464744+00:00"}
|
73 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 70, "sample_id": "partially_solved_crossword_clues.dev.81", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One standing on one’s own two feet? - Letters: _I___"}], "sampled": ["INDY"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.608596+00:00"}
|
74 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 71, "sample_id": "partially_solved_crossword_clues.dev.81", "type": "match", "data": {"correct": false, "expected": "BIPED", "picked": null, "sampled": "INDY", "options": ["BIPED"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.608667+00:00"}
|
75 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 72, "sample_id": "partially_solved_crossword_clues.dev.45", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Game from Africa - Letters: __U"}], "sampled": ["JUMU."]}, "created_by": "", "created_at": "2023-04-18 13:49:45.689969+00:00"}
|
76 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 73, "sample_id": "partially_solved_crossword_clues.dev.45", "type": "match", "data": {"correct": false, "expected": "GNU", "picked": null, "sampled": "JUMU.", "options": ["GNU"]}, "created_by": "", "created_at": "2023-04-18 13:49:45.690029+00:00"}
|
77 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 74, "sample_id": "partially_solved_crossword_clues.dev.47", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Easily put out - Letters: T____"}], "sampled": ["THWARTED."]}, "created_by": "", "created_at": "2023-04-18 13:49:46.039571+00:00"}
|
78 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 75, "sample_id": "partially_solved_crossword_clues.dev.47", "type": "match", "data": {"correct": false, "expected": "TESTY", "picked": null, "sampled": "THWARTED.", "options": ["TESTY"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.039626+00:00"}
|
79 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 76, "sample_id": "partially_solved_crossword_clues.dev.27", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Centers of attention - Letters: F___"}], "sampled": ["FOCI"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.062480+00:00"}
|
80 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 77, "sample_id": "partially_solved_crossword_clues.dev.27", "type": "match", "data": {"correct": true, "expected": "FOCI", "picked": "FOCI", "sampled": "FOCI", "options": ["FOCI"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.062528+00:00"}
|
81 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 78, "sample_id": "partially_solved_crossword_clues.dev.56", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Some china - Letters: _E___R_"}], "sampled": ["TEACUPS"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.082843+00:00"}
|
82 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 79, "sample_id": "partially_solved_crossword_clues.dev.56", "type": "match", "data": {"correct": false, "expected": "TEAWARE", "picked": null, "sampled": "TEACUPS", "options": ["TEAWARE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.082879+00:00"}
|
83 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 80, "sample_id": "partially_solved_crossword_clues.dev.73", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Assert - Letters: _T___"}], "sampled": ["ASSERT."]}, "created_by": "", "created_at": "2023-04-18 13:49:46.110222+00:00"}
|
84 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 81, "sample_id": "partially_solved_crossword_clues.dev.73", "type": "match", "data": {"correct": false, "expected": "STATE", "picked": null, "sampled": "ASSERT.", "options": ["STATE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.110257+00:00"}
|
85 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 82, "sample_id": "partially_solved_crossword_clues.dev.95", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Need for a tough crossword, perhaps - Letters: ER____"}], "sampled": ["ERUDITION"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.172117+00:00"}
|
86 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 83, "sample_id": "partially_solved_crossword_clues.dev.95", "type": "match", "data": {"correct": false, "expected": "ERASER", "picked": null, "sampled": "ERUDITION", "options": ["ERASER"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.172173+00:00"}
|
87 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 84, "sample_id": "partially_solved_crossword_clues.dev.41", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Latest thing - Letters: R___"}], "sampled": ["RAGE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.194618+00:00"}
|
88 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 85, "sample_id": "partially_solved_crossword_clues.dev.41", "type": "match", "data": {"correct": true, "expected": "RAGE", "picked": "RAGE", "sampled": "RAGE", "options": ["RAGE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.194670+00:00"}
|
89 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 86, "sample_id": "partially_solved_crossword_clues.dev.32", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Merry air - Letters: _I__"}], "sampled": ["LILT"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.304527+00:00"}
|
90 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 87, "sample_id": "partially_solved_crossword_clues.dev.32", "type": "match", "data": {"correct": true, "expected": "LILT", "picked": "LILT", "sampled": "LILT", "options": ["LILT"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.304583+00:00"}
|
91 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 88, "sample_id": "partially_solved_crossword_clues.dev.25", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It comes after nine but not after ten - Letters: __E_"}], "sampled": ["ELEVEN"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.329092+00:00"}
|
92 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 89, "sample_id": "partially_solved_crossword_clues.dev.25", "type": "match", "data": {"correct": false, "expected": "TEEN", "picked": null, "sampled": "ELEVEN", "options": ["TEEN"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.329133+00:00"}
|
93 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 90, "sample_id": "partially_solved_crossword_clues.dev.80", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Accommodated, in a way - Letters: _O_S__"}], "sampled": ["HOSTED"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.399352+00:00"}
|
94 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 91, "sample_id": "partially_solved_crossword_clues.dev.80", "type": "match", "data": {"correct": false, "expected": "HOUSED", "picked": null, "sampled": "HOSTED", "options": ["HOUSED"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.399409+00:00"}
|
95 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 92, "sample_id": "partially_solved_crossword_clues.dev.62", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Ring or belt, essentially - Letters: _A__"}], "sampled": ["SASH"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.599774+00:00"}
|
96 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 93, "sample_id": "partially_solved_crossword_clues.dev.62", "type": "match", "data": {"correct": false, "expected": "BAND", "picked": null, "sampled": "SASH", "options": ["BAND"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.599833+00:00"}
|
97 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 94, "sample_id": "partially_solved_crossword_clues.dev.58", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Make a trade - Letters: ___P"}], "sampled": ["SWAP"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.718989+00:00"}
|
98 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 95, "sample_id": "partially_solved_crossword_clues.dev.58", "type": "match", "data": {"correct": true, "expected": "SWAP", "picked": "SWAP", "sampled": "SWAP", "options": ["SWAP"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.719045+00:00"}
|
99 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 96, "sample_id": "partially_solved_crossword_clues.dev.70", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Calculus calculation - Letters: __E_"}], "sampled": ["DERIVE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.792864+00:00"}
|
100 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 97, "sample_id": "partially_solved_crossword_clues.dev.70", "type": "match", "data": {"correct": false, "expected": "AREA", "picked": null, "sampled": "DERIVE", "options": ["AREA"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.792898+00:00"}
|
101 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 98, "sample_id": "partially_solved_crossword_clues.dev.59", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Put away for now - Letters: __O__"}], "sampled": ["STOW."]}, "created_by": "", "created_at": "2023-04-18 13:49:46.847436+00:00"}
|
102 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 99, "sample_id": "partially_solved_crossword_clues.dev.59", "type": "match", "data": {"correct": false, "expected": "STORE", "picked": null, "sampled": "STOW.", "options": ["STORE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.847474+00:00"}
|
103 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 100, "sample_id": "partially_solved_crossword_clues.dev.38", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Gets behind - Letters: __G_"}], "sampled": ["LAGS"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.875370+00:00"}
|
104 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 101, "sample_id": "partially_solved_crossword_clues.dev.38", "type": "match", "data": {"correct": true, "expected": "LAGS", "picked": "LAGS", "sampled": "LAGS", "options": ["LAGS"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.875442+00:00"}
|
105 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 102, "sample_id": "partially_solved_crossword_clues.dev.33", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Many an emoticon - Letters: _M___"}], "sampled": ["EMOJI"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.962004+00:00"}
|
106 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 103, "sample_id": "partially_solved_crossword_clues.dev.33", "type": "match", "data": {"correct": false, "expected": "SMILE", "picked": null, "sampled": "EMOJI", "options": ["SMILE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.962086+00:00"}
|
107 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 104, "sample_id": "partially_solved_crossword_clues.dev.72", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It smooths the way - Letters: G____E"}], "sampled": ["GREASE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.964637+00:00"}
|
108 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 105, "sample_id": "partially_solved_crossword_clues.dev.72", "type": "match", "data": {"correct": true, "expected": "GREASE", "picked": "GREASE", "sampled": "GREASE", "options": ["GREASE"]}, "created_by": "", "created_at": "2023-04-18 13:49:46.964678+00:00"}
|
109 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 106, "sample_id": "partially_solved_crossword_clues.dev.19", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: When said three times, mantra for some accused - Letters: __N_"}], "sampled": ["INN"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.085465+00:00"}
|
110 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 107, "sample_id": "partially_solved_crossword_clues.dev.19", "type": "match", "data": {"correct": false, "expected": "DENY", "picked": null, "sampled": "INN", "options": ["DENY"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.085503+00:00"}
|
111 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 108, "sample_id": "partially_solved_crossword_clues.dev.21", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One giving creepy looks - Letters: ____R"}], "sampled": ["STARES"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.145437+00:00"}
|
112 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 109, "sample_id": "partially_solved_crossword_clues.dev.21", "type": "match", "data": {"correct": false, "expected": "OGLER", "picked": null, "sampled": "STARES", "options": ["OGLER"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.145488+00:00"}
|
113 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 110, "sample_id": "partially_solved_crossword_clues.dev.51", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Examined, as a dog might - Letters: ___FF__"}], "sampled": ["SNIFFED"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.230105+00:00"}
|
114 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 111, "sample_id": "partially_solved_crossword_clues.dev.51", "type": "match", "data": {"correct": true, "expected": "SNIFFED", "picked": "SNIFFED", "sampled": "SNIFFED", "options": ["SNIFFED"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.230150+00:00"}
|
115 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 112, "sample_id": "partially_solved_crossword_clues.dev.49", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: It can mean hello or goodbye - Letters: __V_"}], "sampled": ["WAVE"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.293444+00:00"}
|
116 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 113, "sample_id": "partially_solved_crossword_clues.dev.49", "type": "match", "data": {"correct": true, "expected": "WAVE", "picked": "WAVE", "sampled": "WAVE", "options": ["WAVE"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.293481+00:00"}
|
117 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 114, "sample_id": "partially_solved_crossword_clues.dev.53", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Go off - Letters: ___T"}], "sampled": ["ERUPT"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.522112+00:00"}
|
118 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 115, "sample_id": "partially_solved_crossword_clues.dev.53", "type": "match", "data": {"correct": false, "expected": "RANT", "picked": null, "sampled": "ERUPT", "options": ["RANT"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.522153+00:00"}
|
119 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 116, "sample_id": "partially_solved_crossword_clues.dev.30", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Affectedly creative - Letters: _R__"}], "sampled": ["ARTY"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.663761+00:00"}
|
120 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 117, "sample_id": "partially_solved_crossword_clues.dev.30", "type": "match", "data": {"correct": true, "expected": "ARTY", "picked": "ARTY", "sampled": "ARTY", "options": ["ARTY"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.663799+00:00"}
|
121 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 118, "sample_id": "partially_solved_crossword_clues.dev.66", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Stop running, in a way - Letters: C___"}], "sampled": ["CRAWL"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.714313+00:00"}
|
122 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 119, "sample_id": "partially_solved_crossword_clues.dev.66", "type": "match", "data": {"correct": false, "expected": "CLOT", "picked": null, "sampled": "CRAWL", "options": ["CLOT"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.714372+00:00"}
|
123 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 120, "sample_id": "partially_solved_crossword_clues.dev.65", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One might be raised on a farm - Letters: __R_"}], "sampled": ["PORK"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.720730+00:00"}
|
124 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 121, "sample_id": "partially_solved_crossword_clues.dev.65", "type": "match", "data": {"correct": false, "expected": "BARN", "picked": null, "sampled": "PORK", "options": ["BARN"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.720768+00:00"}
|
125 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 122, "sample_id": "partially_solved_crossword_clues.dev.61", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Buzzer - Letters: B__"}], "sampled": ["BUZZ."]}, "created_by": "", "created_at": "2023-04-18 13:49:47.722551+00:00"}
|
126 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 123, "sample_id": "partially_solved_crossword_clues.dev.61", "type": "match", "data": {"correct": false, "expected": "BEE", "picked": null, "sampled": "BUZZ.", "options": ["BEE"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.722589+00:00"}
|
127 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 124, "sample_id": "partially_solved_crossword_clues.dev.78", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Winsome - Letters: E____RI__"}], "sampled": ["ENGAGING"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.750738+00:00"}
|
128 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 125, "sample_id": "partially_solved_crossword_clues.dev.78", "type": "match", "data": {"correct": false, "expected": "ENDEARING", "picked": null, "sampled": "ENGAGING", "options": ["ENDEARING"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.750775+00:00"}
|
129 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 126, "sample_id": "partially_solved_crossword_clues.dev.37", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Tiny biter - Letters: ___E"}], "sampled": ["GNAT"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.812819+00:00"}
|
130 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 127, "sample_id": "partially_solved_crossword_clues.dev.37", "type": "match", "data": {"correct": false, "expected": "MITE", "picked": null, "sampled": "GNAT", "options": ["MITE"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.812851+00:00"}
|
131 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 128, "sample_id": "partially_solved_crossword_clues.dev.36", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: They’re up for debate - Letters: T_P___"}], "sampled": ["TOPICS"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.932585+00:00"}
|
132 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 129, "sample_id": "partially_solved_crossword_clues.dev.36", "type": "match", "data": {"correct": true, "expected": "TOPICS", "picked": "TOPICS", "sampled": "TOPICS", "options": ["TOPICS"]}, "created_by": "", "created_at": "2023-04-18 13:49:47.932622+00:00"}
|
133 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 130, "sample_id": "partially_solved_crossword_clues.dev.18", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Becomes unduly prominent - Letters: _BT_____"}], "sampled": ["OBTRUDES"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.219903+00:00"}
|
134 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 131, "sample_id": "partially_solved_crossword_clues.dev.18", "type": "match", "data": {"correct": true, "expected": "OBTRUDES", "picked": "OBTRUDES", "sampled": "OBTRUDES", "options": ["OBTRUDES"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.219953+00:00"}
|
135 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 132, "sample_id": "partially_solved_crossword_clues.dev.2", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Big mouths - Letters: _A__"}], "sampled": ["YAPS"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.223344+00:00"}
|
136 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 133, "sample_id": "partially_solved_crossword_clues.dev.2", "type": "match", "data": {"correct": false, "expected": "MAWS", "picked": null, "sampled": "YAPS", "options": ["MAWS"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.223383+00:00"}
|
137 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 134, "sample_id": "partially_solved_crossword_clues.dev.16", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Like Halley’s comet every 75 or so years - Letters: _E___N"}], "sampled": ["PERIODIC"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.288157+00:00"}
|
138 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 135, "sample_id": "partially_solved_crossword_clues.dev.16", "type": "match", "data": {"correct": false, "expected": "RESEEN", "picked": null, "sampled": "PERIODIC", "options": ["RESEEN"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.288193+00:00"}
|
139 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 136, "sample_id": "partially_solved_crossword_clues.dev.77", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: No party person - Letters: _O___"}], "sampled": ["LONER"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.331205+00:00"}
|
140 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 137, "sample_id": "partially_solved_crossword_clues.dev.77", "type": "match", "data": {"correct": true, "expected": "LONER", "picked": "LONER", "sampled": "LONER", "options": ["LONER"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.331240+00:00"}
|
141 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 138, "sample_id": "partially_solved_crossword_clues.dev.94", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Flatten - Letters: __NC___"}], "sampled": ["PANCAKE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.387632+00:00"}
|
142 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 139, "sample_id": "partially_solved_crossword_clues.dev.94", "type": "match", "data": {"correct": true, "expected": "PANCAKE", "picked": "PANCAKE", "sampled": "PANCAKE", "options": ["PANCAKE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.387678+00:00"}
|
143 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 140, "sample_id": "partially_solved_crossword_clues.dev.5", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Without holding back - Letters: F__E__"}], "sampled": ["FREELY"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.447885+00:00"}
|
144 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 141, "sample_id": "partially_solved_crossword_clues.dev.5", "type": "match", "data": {"correct": true, "expected": "FREELY", "picked": "FREELY", "sampled": "FREELY", "options": ["FREELY"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.447923+00:00"}
|
145 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 142, "sample_id": "partially_solved_crossword_clues.dev.57", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Turn off - Letters: _E___"}], "sampled": ["DEICE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.479785+00:00"}
|
146 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 143, "sample_id": "partially_solved_crossword_clues.dev.57", "type": "match", "data": {"correct": false, "expected": "REPEL", "picked": null, "sampled": "DEICE", "options": ["REPEL"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.479821+00:00"}
|
147 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 144, "sample_id": "partially_solved_crossword_clues.dev.79", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Potential cause of a respiratory problem - Letters: S___"}], "sampled": ["SMOG"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.520647+00:00"}
|
148 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 145, "sample_id": "partially_solved_crossword_clues.dev.79", "type": "match", "data": {"correct": true, "expected": "SMOG", "picked": "SMOG", "sampled": "SMOG", "options": ["SMOG"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.520680+00:00"}
|
149 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 146, "sample_id": "partially_solved_crossword_clues.dev.40", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Not going anywhere - Letters: __MO__B__"}], "sampled": ["IMMOBILIZED"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.572963+00:00"}
|
150 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 147, "sample_id": "partially_solved_crossword_clues.dev.40", "type": "match", "data": {"correct": false, "expected": "IMMOVABLE", "picked": null, "sampled": "IMMOBILIZED", "options": ["IMMOVABLE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.573002+00:00"}
|
151 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 148, "sample_id": "partially_solved_crossword_clues.dev.8", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Words of praise - Letters: _D_"}], "sampled": ["ACCLAIM"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.607223+00:00"}
|
152 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 149, "sample_id": "partially_solved_crossword_clues.dev.8", "type": "match", "data": {"correct": false, "expected": "ODE", "picked": null, "sampled": "ACCLAIM", "options": ["ODE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.607261+00:00"}
|
153 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 150, "sample_id": "partially_solved_crossword_clues.dev.97", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Sign of neglect - Letters: __S_"}], "sampled": ["LACKS"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.980016+00:00"}
|
154 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 151, "sample_id": "partially_solved_crossword_clues.dev.97", "type": "match", "data": {"correct": false, "expected": "DUST", "picked": null, "sampled": "LACKS", "options": ["DUST"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.980105+00:00"}
|
155 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 152, "sample_id": "partially_solved_crossword_clues.dev.92", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: One vs. 52? - Letters: ___I___RE"}], "sampled": ["ACE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.982506+00:00"}
|
156 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 153, "sample_id": "partially_solved_crossword_clues.dev.92", "type": "match", "data": {"correct": false, "expected": "SOLITAIRE", "picked": null, "sampled": "ACE", "options": ["SOLITAIRE"]}, "created_by": "", "created_at": "2023-04-18 13:49:48.982533+00:00"}
|
157 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 154, "sample_id": "partially_solved_crossword_clues.dev.55", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Alternatives to GIFs - Letters: _I__A__"}], "sampled": ["EMOJIS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.021717+00:00"}
|
158 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 155, "sample_id": "partially_solved_crossword_clues.dev.55", "type": "match", "data": {"correct": false, "expected": "BITMAPS", "picked": null, "sampled": "EMOJIS", "options": ["BITMAPS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.021755+00:00"}
|
159 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 156, "sample_id": "partially_solved_crossword_clues.dev.0", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Shining intensely - Letters: _G___E"}], "sampled": ["GLEAMED"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.060336+00:00"}
|
160 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 157, "sample_id": "partially_solved_crossword_clues.dev.0", "type": "match", "data": {"correct": false, "expected": "AGLARE", "picked": null, "sampled": "GLEAMED", "options": ["AGLARE"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.060377+00:00"}
|
161 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 158, "sample_id": "partially_solved_crossword_clues.dev.86", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: 1 on a scale of 1 to 5, maybe - Letters: __O_"}], "sampled": ["SOLO"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.127434+00:00"}
|
162 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 159, "sample_id": "partially_solved_crossword_clues.dev.86", "type": "match", "data": {"correct": false, "expected": "POOR", "picked": null, "sampled": "SOLO", "options": ["POOR"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.127486+00:00"}
|
163 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 160, "sample_id": "partially_solved_crossword_clues.dev.76", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Come to an end - Letters: ___S_"}], "sampled": ["CEASES"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.193849+00:00"}
|
164 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 161, "sample_id": "partially_solved_crossword_clues.dev.76", "type": "match", "data": {"correct": true, "expected": "CEASE", "picked": "CEASE", "sampled": "CEASES", "options": ["CEASE"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.193881+00:00"}
|
165 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 162, "sample_id": "partially_solved_crossword_clues.dev.90", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: They can make a huge impact - Letters: A____O_D_"}], "sampled": ["ASTEROID"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.341539+00:00"}
|
166 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 163, "sample_id": "partially_solved_crossword_clues.dev.90", "type": "match", "data": {"correct": false, "expected": "ASTEROIDS", "picked": null, "sampled": "ASTEROID", "options": ["ASTEROIDS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.341574+00:00"}
|
167 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 164, "sample_id": "partially_solved_crossword_clues.dev.31", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Like a screw after being turned counterclockwise - Letters: ___SE_"}], "sampled": ["LOOSE"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.358791+00:00"}
|
168 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 165, "sample_id": "partially_solved_crossword_clues.dev.31", "type": "match", "data": {"correct": false, "expected": "LOOSER", "picked": null, "sampled": "LOOSE", "options": ["LOOSER"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.358835+00:00"}
|
169 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 166, "sample_id": "partially_solved_crossword_clues.dev.89", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Lets it all out, say - Letters: V____"}], "sampled": ["VENTS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.364725+00:00"}
|
170 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 167, "sample_id": "partially_solved_crossword_clues.dev.89", "type": "match", "data": {"correct": true, "expected": "VENTS", "picked": "VENTS", "sampled": "VENTS", "options": ["VENTS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.364831+00:00"}
|
171 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 168, "sample_id": "partially_solved_crossword_clues.dev.88", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Secures - Letters: __C__"}], "sampled": ["LOCKS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.407953+00:00"}
|
172 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 169, "sample_id": "partially_solved_crossword_clues.dev.88", "type": "match", "data": {"correct": true, "expected": "LOCKS", "picked": "LOCKS", "sampled": "LOCKS", "options": ["LOCKS"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.407984+00:00"}
|
173 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 170, "sample_id": "partially_solved_crossword_clues.dev.17", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Formal - Letters: D_E___"}], "sampled": ["DRESSY"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.698454+00:00"}
|
174 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 171, "sample_id": "partially_solved_crossword_clues.dev.17", "type": "match", "data": {"correct": true, "expected": "DRESSY", "picked": "DRESSY", "sampled": "DRESSY", "options": ["DRESSY"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.698499+00:00"}
|
175 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 172, "sample_id": "partially_solved_crossword_clues.dev.43", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Vocal feature - Letters: __S_"}], "sampled": ["RASP"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.765992+00:00"}
|
176 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 173, "sample_id": "partially_solved_crossword_clues.dev.43", "type": "match", "data": {"correct": true, "expected": "RASP", "picked": "RASP", "sampled": "RASP", "options": ["RASP"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.766027+00:00"}
|
177 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 174, "sample_id": "partially_solved_crossword_clues.dev.99", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Stuff - Letters: _A__"}], "sampled": ["PACK"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.811051+00:00"}
|
178 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 175, "sample_id": "partially_solved_crossword_clues.dev.99", "type": "match", "data": {"correct": false, "expected": "SATE", "picked": null, "sampled": "PACK", "options": ["SATE"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.811090+00:00"}
|
179 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 176, "sample_id": "partially_solved_crossword_clues.dev.71", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Tedious sort - Letters: B___"}], "sampled": ["BORE"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.873103+00:00"}
|
180 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 177, "sample_id": "partially_solved_crossword_clues.dev.71", "type": "match", "data": {"correct": true, "expected": "BORE", "picked": "BORE", "sampled": "BORE", "options": ["BORE"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.873143+00:00"}
|
181 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 178, "sample_id": "partially_solved_crossword_clues.dev.20", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Word has it! - Letters: ____O_OG_"}], "sampled": ["RUMOURING."]}, "created_by": "", "created_at": "2023-04-18 13:49:49.937748+00:00"}
|
182 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 179, "sample_id": "partially_solved_crossword_clues.dev.20", "type": "match", "data": {"correct": false, "expected": "ETYMOLOGY", "picked": null, "sampled": "RUMOURING.", "options": ["ETYMOLOGY"]}, "created_by": "", "created_at": "2023-04-18 13:49:49.937783+00:00"}
|
183 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 180, "sample_id": "partially_solved_crossword_clues.dev.4", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Fairy lookalike - Letters: S____E"}], "sampled": ["SPRITE"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.056751+00:00"}
|
184 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 181, "sample_id": "partially_solved_crossword_clues.dev.4", "type": "match", "data": {"correct": true, "expected": "SPRITE", "picked": "SPRITE", "sampled": "SPRITE", "options": ["SPRITE"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.056823+00:00"}
|
185 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 182, "sample_id": "partially_solved_crossword_clues.dev.48", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Browns, e.g. - Letters: E___H_O___"}], "sampled": ["ETHNOLOGY"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.074651+00:00"}
|
186 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 183, "sample_id": "partially_solved_crossword_clues.dev.48", "type": "match", "data": {"correct": false, "expected": "EARTHTONES", "picked": null, "sampled": "ETHNOLOGY", "options": ["EARTHTONES"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.074700+00:00"}
|
187 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 184, "sample_id": "partially_solved_crossword_clues.dev.42", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Fodder for an analyst - Letters: _T___"}], "sampled": ["INSIGHT"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.089227+00:00"}
|
188 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 185, "sample_id": "partially_solved_crossword_clues.dev.42", "type": "match", "data": {"correct": false, "expected": "STATS", "picked": null, "sampled": "INSIGHT", "options": ["STATS"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.089269+00:00"}
|
189 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 186, "sample_id": "partially_solved_crossword_clues.dev.68", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Stolen goods - Letters: ___IL_"}], "sampled": ["PILLAGE"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.093570+00:00"}
|
190 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 187, "sample_id": "partially_solved_crossword_clues.dev.68", "type": "match", "data": {"correct": false, "expected": "SPOILS", "picked": null, "sampled": "PILLAGE", "options": ["SPOILS"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.093618+00:00"}
|
191 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 188, "sample_id": "partially_solved_crossword_clues.dev.13", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Result of some bargaining - Letters: _L__"}], "sampled": ["DEAL"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.097843+00:00"}
|
192 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 189, "sample_id": "partially_solved_crossword_clues.dev.13", "type": "match", "data": {"correct": false, "expected": "PLEA", "picked": null, "sampled": "DEAL", "options": ["PLEA"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.097884+00:00"}
|
193 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 190, "sample_id": "partially_solved_crossword_clues.dev.98", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Abrogate - Letters: ___O"}], "sampled": ["REPEAL"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.411164+00:00"}
|
194 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 191, "sample_id": "partially_solved_crossword_clues.dev.98", "type": "match", "data": {"correct": false, "expected": "UNDO", "picked": null, "sampled": "REPEAL", "options": ["UNDO"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.411247+00:00"}
|
195 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 192, "sample_id": "partially_solved_crossword_clues.dev.52", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Pallid - Letters: A___"}], "sampled": ["ASHEN"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.422925+00:00"}
|
196 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 193, "sample_id": "partially_solved_crossword_clues.dev.52", "type": "match", "data": {"correct": false, "expected": "ASHY", "picked": null, "sampled": "ASHEN", "options": ["ASHY"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.422967+00:00"}
|
197 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 194, "sample_id": "partially_solved_crossword_clues.dev.11", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Expose - Letters: __R_"}], "sampled": ["BARE"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.565239+00:00"}
|
198 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 195, "sample_id": "partially_solved_crossword_clues.dev.11", "type": "match", "data": {"correct": true, "expected": "BARE", "picked": "BARE", "sampled": "BARE", "options": ["BARE"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.565314+00:00"}
|
199 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 196, "sample_id": "partially_solved_crossword_clues.dev.34", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Waits on - Letters: S____S"}], "sampled": ["SERVES"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.589159+00:00"}
|
200 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 197, "sample_id": "partially_solved_crossword_clues.dev.34", "type": "match", "data": {"correct": true, "expected": "SERVES", "picked": "SERVES", "sampled": "SERVES", "options": ["SERVES"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.589198+00:00"}
|
201 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 198, "sample_id": "partially_solved_crossword_clues.dev.6", "type": "sampling", "data": {"prompt": [{"role": "system", "content": "Give the answer to this crossword clue, respecting the already placed letters which will be indicated after the clue. Provide only the answer, in capital letters."}, {"role": "user", "content": "Clue: Family member - Letters: _OB____"}], "sampled": ["COUSIN"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.660417+00:00"}
|
202 |
+
{"run_id": "2304181349417WZBC5D5", "event_id": 199, "sample_id": "partially_solved_crossword_clues.dev.6", "type": "match", "data": {"correct": false, "expected": "MOBSTER", "picked": null, "sampled": "COUSIN", "options": ["MOBSTER"]}, "created_by": "", "created_at": "2023-04-18 13:49:50.660454+00:00"}
|
evals/crossword/crossword_fns.py
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from zeno import distill, DistillReturn
|
2 |
+
from wordfreq import word_frequency
|
3 |
+
|
4 |
+
|
5 |
+
@distill
|
6 |
+
def number_of_blanks(df, ops):
|
7 |
+
ret = []
|
8 |
+
for i, row in df.iterrows():
|
9 |
+
ret.append(row[ops.data_column][1]["content"].count("_"))
|
10 |
+
return DistillReturn(distill_output=ret)
|
11 |
+
|
12 |
+
|
13 |
+
@distill
|
14 |
+
def answer_length(df, ops):
|
15 |
+
ret = []
|
16 |
+
for i, row in df.iterrows():
|
17 |
+
ret.append(len(row[ops.data_column][1]["content"].split("Letters: ")[1]))
|
18 |
+
return DistillReturn(distill_output=ret)
|
19 |
+
|
20 |
+
|
21 |
+
@distill
|
22 |
+
def word_freq(df, ops):
|
23 |
+
ret = []
|
24 |
+
for i, row in df.iterrows():
|
25 |
+
ret.append(word_frequency(row[ops.label_column], "en") * 1000000)
|
26 |
+
return DistillReturn(distill_output=ret)
|
evals/emotional-intelligence/emotional-intelligence-turbo-0301.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evals/emotional-intelligence/emotional-intelligence-turbo.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evals/evals.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
- crossword:
|
2 |
+
results-file: ./crossword/crossword-turbo.jsonl
|
3 |
+
second-results-file: ./crossword/crossword-turbo-0301.jsonl
|
4 |
+
functions-file: ./crossword/crossword_fns.py
|
5 |
+
- emotional-intelligence:
|
6 |
+
results-file: ./crossword/crossword-turbo.jsonl
|
7 |
+
second-results-file: ./crossword/crossword-turbo-0301.jsonl
|
8 |
+
functions-file: ./crossword/crossword_fns.py
|
frontend/package-lock.json
CHANGED
@@ -7,6 +7,9 @@
|
|
7 |
"": {
|
8 |
"name": "zeno-evals-hub",
|
9 |
"version": "0.0.0",
|
|
|
|
|
|
|
10 |
"devDependencies": {
|
11 |
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
12 |
"@tsconfig/svelte": "^3.0.0",
|
@@ -1058,8 +1061,7 @@
|
|
1058 |
"node_modules/argparse": {
|
1059 |
"version": "2.0.1",
|
1060 |
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
1061 |
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
1062 |
-
"dev": true
|
1063 |
},
|
1064 |
"node_modules/array-union": {
|
1065 |
"version": "2.1.0",
|
@@ -2002,7 +2004,6 @@
|
|
2002 |
"version": "4.1.0",
|
2003 |
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
2004 |
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
2005 |
-
"dev": true,
|
2006 |
"dependencies": {
|
2007 |
"argparse": "^2.0.1"
|
2008 |
},
|
|
|
7 |
"": {
|
8 |
"name": "zeno-evals-hub",
|
9 |
"version": "0.0.0",
|
10 |
+
"dependencies": {
|
11 |
+
"js-yaml": "^4.1.0"
|
12 |
+
},
|
13 |
"devDependencies": {
|
14 |
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
15 |
"@tsconfig/svelte": "^3.0.0",
|
|
|
1061 |
"node_modules/argparse": {
|
1062 |
"version": "2.0.1",
|
1063 |
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
1064 |
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
|
|
1065 |
},
|
1066 |
"node_modules/array-union": {
|
1067 |
"version": "2.1.0",
|
|
|
2004 |
"version": "4.1.0",
|
2005 |
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
2006 |
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
|
2007 |
"dependencies": {
|
2008 |
"argparse": "^2.0.1"
|
2009 |
},
|
frontend/src/App.svelte
CHANGED
@@ -1,14 +1,34 @@
|
|
1 |
<script lang="ts">
|
|
|
2 |
</script>
|
3 |
|
4 |
<main>
|
5 |
-
<h1>
|
|
|
|
|
|
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</main>
|
9 |
|
10 |
<style>
|
11 |
-
.read-the-docs {
|
12 |
-
color: #888;
|
13 |
-
}
|
14 |
</style>
|
|
|
1 |
<script lang="ts">
|
2 |
+
let data = fetch("/args").then((d) => d.json());
|
3 |
</script>
|
4 |
|
5 |
<main>
|
6 |
+
<h1>OpenAI Evals Hub</h1>
|
7 |
+
<h3>
|
8 |
+
Explore the results of OpenAI evals using <a href="https://zenoml.com">Zeno</a>
|
9 |
+
</h3>
|
10 |
|
11 |
+
<!-- table with links to zeno sites. -->
|
12 |
+
<table>
|
13 |
+
<thead>
|
14 |
+
<tr>
|
15 |
+
<th>Evaluation</th>
|
16 |
+
</tr>
|
17 |
+
</thead>
|
18 |
+
<tbody>
|
19 |
+
{#await data}
|
20 |
+
<p>loading</p>
|
21 |
+
{:then final_data}
|
22 |
+
{#each final_data as d}
|
23 |
+
{@const name = Array.from(Object.keys(d))[0]}
|
24 |
+
<tr>
|
25 |
+
<td><a href="/{name}/">{name}</a></td>
|
26 |
+
</tr>
|
27 |
+
{/each}
|
28 |
+
{/await}
|
29 |
+
</tbody>
|
30 |
+
</table>
|
31 |
</main>
|
32 |
|
33 |
<style>
|
|
|
|
|
|
|
34 |
</style>
|
frontend/src/app.css
CHANGED
@@ -23,14 +23,6 @@ a:hover {
|
|
23 |
color: #535bf2;
|
24 |
}
|
25 |
|
26 |
-
body {
|
27 |
-
margin: 0;
|
28 |
-
display: flex;
|
29 |
-
place-items: center;
|
30 |
-
min-width: 320px;
|
31 |
-
min-height: 100vh;
|
32 |
-
}
|
33 |
-
|
34 |
h1 {
|
35 |
font-size: 3.2em;
|
36 |
line-height: 1.1;
|
|
|
23 |
color: #535bf2;
|
24 |
}
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
h1 {
|
27 |
font-size: 3.2em;
|
28 |
line-height: 1.1;
|
poetry.lock
CHANGED
@@ -575,19 +575,34 @@ files = [
|
|
575 |
|
576 |
[[package]]
|
577 |
name = "filelock"
|
578 |
-
version = "3.
|
579 |
description = "A platform independent file lock."
|
580 |
category = "main"
|
581 |
optional = false
|
582 |
python-versions = ">=3.7"
|
583 |
files = [
|
584 |
-
{file = "filelock-3.
|
585 |
-
{file = "filelock-3.
|
586 |
]
|
587 |
|
588 |
[package.extras]
|
589 |
-
docs = ["furo (>=2023.3.27)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.
|
590 |
-
testing = ["covdefaults (>=2.3)", "coverage (>=7.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
591 |
|
592 |
[[package]]
|
593 |
name = "flake8"
|
@@ -752,6 +767,21 @@ smb = ["smbprotocol"]
|
|
752 |
ssh = ["paramiko"]
|
753 |
tqdm = ["tqdm"]
|
754 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
755 |
[[package]]
|
756 |
name = "gradio"
|
757 |
version = "3.27.0"
|
@@ -1009,8 +1039,6 @@ files = [
|
|
1009 |
|
1010 |
[package.dependencies]
|
1011 |
attrs = ">=17.4.0"
|
1012 |
-
importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""}
|
1013 |
-
pkgutil-resolve-name = {version = ">=1.3.10", markers = "python_version < \"3.9\""}
|
1014 |
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
1015 |
|
1016 |
[package.extras]
|
@@ -1095,6 +1123,21 @@ files = [
|
|
1095 |
{file = "kiwisolver-1.4.4.tar.gz", hash = "sha256:d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955"},
|
1096 |
]
|
1097 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1098 |
[[package]]
|
1099 |
name = "libcst"
|
1100 |
version = "0.4.9"
|
@@ -1372,6 +1415,79 @@ files = [
|
|
1372 |
[package.dependencies]
|
1373 |
click = "*"
|
1374 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1375 |
[[package]]
|
1376 |
name = "multidict"
|
1377 |
version = "6.0.4"
|
@@ -1876,18 +1992,6 @@ files = [
|
|
1876 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
1877 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
1878 |
|
1879 |
-
[[package]]
|
1880 |
-
name = "pkgutil-resolve-name"
|
1881 |
-
version = "1.3.10"
|
1882 |
-
description = "Resolve a name to an object."
|
1883 |
-
category = "main"
|
1884 |
-
optional = false
|
1885 |
-
python-versions = ">=3.6"
|
1886 |
-
files = [
|
1887 |
-
{file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"},
|
1888 |
-
{file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"},
|
1889 |
-
]
|
1890 |
-
|
1891 |
[[package]]
|
1892 |
name = "platformdirs"
|
1893 |
version = "3.2.0"
|
@@ -2223,6 +2327,76 @@ files = [
|
|
2223 |
[package.dependencies]
|
2224 |
setuptools = ">=41.0"
|
2225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2226 |
[[package]]
|
2227 |
name = "requests"
|
2228 |
version = "2.28.2"
|
@@ -2415,6 +2589,21 @@ files = [
|
|
2415 |
{file = "stdlibs-2022.10.9.tar.gz", hash = "sha256:72a3e4a7fbb40b0e766197e3381c2aabb4ca0442633e0bd99ffeec3908c9fdd8"},
|
2416 |
]
|
2417 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2418 |
[[package]]
|
2419 |
name = "threadpoolctl"
|
2420 |
version = "3.1.0"
|
@@ -2617,84 +2806,107 @@ files = [
|
|
2617 |
|
2618 |
[[package]]
|
2619 |
name = "websockets"
|
2620 |
-
version = "11.0.
|
2621 |
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
2622 |
category = "main"
|
2623 |
optional = false
|
2624 |
python-versions = ">=3.7"
|
2625 |
files = [
|
2626 |
-
{file = "websockets-11.0.
|
2627 |
-
{file = "websockets-11.0.
|
2628 |
-
{file = "websockets-11.0.
|
2629 |
-
{file = "websockets-11.0.
|
2630 |
-
{file = "websockets-11.0.
|
2631 |
-
{file = "websockets-11.0.
|
2632 |
-
{file = "websockets-11.0.
|
2633 |
-
{file = "websockets-11.0.
|
2634 |
-
{file = "websockets-11.0.
|
2635 |
-
{file = "websockets-11.0.
|
2636 |
-
{file = "websockets-11.0.
|
2637 |
-
{file = "websockets-11.0.
|
2638 |
-
{file = "websockets-11.0.
|
2639 |
-
{file = "websockets-11.0.
|
2640 |
-
{file = "websockets-11.0.
|
2641 |
-
{file = "websockets-11.0.
|
2642 |
-
{file = "websockets-11.0.
|
2643 |
-
{file = "websockets-11.0.
|
2644 |
-
{file = "websockets-11.0.
|
2645 |
-
{file = "websockets-11.0.
|
2646 |
-
{file = "websockets-11.0.
|
2647 |
-
{file = "websockets-11.0.
|
2648 |
-
{file = "websockets-11.0.
|
2649 |
-
{file = "websockets-11.0.
|
2650 |
-
{file = "websockets-11.0.
|
2651 |
-
{file = "websockets-11.0.
|
2652 |
-
{file = "websockets-11.0.
|
2653 |
-
{file = "websockets-11.0.
|
2654 |
-
{file = "websockets-11.0.
|
2655 |
-
{file = "websockets-11.0.
|
2656 |
-
{file = "websockets-11.0.
|
2657 |
-
{file = "websockets-11.0.
|
2658 |
-
{file = "websockets-11.0.
|
2659 |
-
{file = "websockets-11.0.
|
2660 |
-
{file = "websockets-11.0.
|
2661 |
-
{file = "websockets-11.0.
|
2662 |
-
{file = "websockets-11.0.
|
2663 |
-
{file = "websockets-11.0.
|
2664 |
-
{file = "websockets-11.0.
|
2665 |
-
{file = "websockets-11.0.
|
2666 |
-
{file = "websockets-11.0.
|
2667 |
-
{file = "websockets-11.0.
|
2668 |
-
{file = "websockets-11.0.
|
2669 |
-
{file = "websockets-11.0.
|
2670 |
-
{file = "websockets-11.0.
|
2671 |
-
{file = "websockets-11.0.
|
2672 |
-
{file = "websockets-11.0.
|
2673 |
-
{file = "websockets-11.0.
|
2674 |
-
{file = "websockets-11.0.
|
2675 |
-
{file = "websockets-11.0.
|
2676 |
-
{file = "websockets-11.0.
|
2677 |
-
{file = "websockets-11.0.
|
2678 |
-
{file = "websockets-11.0.
|
2679 |
-
{file = "websockets-11.0.
|
2680 |
-
{file = "websockets-11.0.
|
2681 |
-
{file = "websockets-11.0.
|
2682 |
-
{file = "websockets-11.0.
|
2683 |
-
{file = "websockets-11.0.
|
2684 |
-
{file = "websockets-11.0.
|
2685 |
-
{file = "websockets-11.0.
|
2686 |
-
{file = "websockets-11.0.
|
2687 |
-
{file = "websockets-11.0.
|
2688 |
-
{file = "websockets-11.0.
|
2689 |
-
{file = "websockets-11.0.
|
2690 |
-
{file = "websockets-11.0.
|
2691 |
-
{file = "websockets-11.0.
|
2692 |
-
{file = "websockets-11.0.
|
2693 |
-
{file = "websockets-11.0.
|
2694 |
-
{file = "websockets-11.0.
|
2695 |
-
{file = "websockets-11.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2696 |
]
|
2697 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2698 |
[[package]]
|
2699 |
name = "yarl"
|
2700 |
version = "1.8.2"
|
@@ -2783,16 +2995,33 @@ files = [
|
|
2783 |
idna = ">=2.0"
|
2784 |
multidict = ">=4.0"
|
2785 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2786 |
[[package]]
|
2787 |
name = "zenoml"
|
2788 |
-
version = "0.4.
|
2789 |
description = "Interactive Evaluation Framework for Machine Learning"
|
2790 |
category = "main"
|
2791 |
optional = false
|
2792 |
python-versions = ">=3.8.1,<=3.11"
|
2793 |
files = [
|
2794 |
-
{file = "zenoml-0.4.
|
2795 |
-
{file = "zenoml-0.4.
|
2796 |
]
|
2797 |
|
2798 |
[package.dependencies]
|
@@ -2829,5 +3058,5 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|
2829 |
|
2830 |
[metadata]
|
2831 |
lock-version = "2.0"
|
2832 |
-
python-versions = "^3.
|
2833 |
-
content-hash = "
|
|
|
575 |
|
576 |
[[package]]
|
577 |
name = "filelock"
|
578 |
+
version = "3.12.0"
|
579 |
description = "A platform independent file lock."
|
580 |
category = "main"
|
581 |
optional = false
|
582 |
python-versions = ">=3.7"
|
583 |
files = [
|
584 |
+
{file = "filelock-3.12.0-py3-none-any.whl", hash = "sha256:ad98852315c2ab702aeb628412cbf7e95b7ce8c3bf9565670b4eaecf1db370a9"},
|
585 |
+
{file = "filelock-3.12.0.tar.gz", hash = "sha256:fc03ae43288c013d2ea83c8597001b1129db351aad9c57fe2409327916b8e718"},
|
586 |
]
|
587 |
|
588 |
[package.extras]
|
589 |
+
docs = ["furo (>=2023.3.27)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"]
|
590 |
+
testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"]
|
591 |
+
|
592 |
+
[[package]]
|
593 |
+
name = "fire"
|
594 |
+
version = "0.5.0"
|
595 |
+
description = "A library for automatically generating command line interfaces."
|
596 |
+
category = "main"
|
597 |
+
optional = false
|
598 |
+
python-versions = "*"
|
599 |
+
files = [
|
600 |
+
{file = "fire-0.5.0.tar.gz", hash = "sha256:a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6"},
|
601 |
+
]
|
602 |
+
|
603 |
+
[package.dependencies]
|
604 |
+
six = "*"
|
605 |
+
termcolor = "*"
|
606 |
|
607 |
[[package]]
|
608 |
name = "flake8"
|
|
|
767 |
ssh = ["paramiko"]
|
768 |
tqdm = ["tqdm"]
|
769 |
|
770 |
+
[[package]]
|
771 |
+
name = "ftfy"
|
772 |
+
version = "6.1.1"
|
773 |
+
description = "Fixes mojibake and other problems with Unicode, after the fact"
|
774 |
+
category = "main"
|
775 |
+
optional = false
|
776 |
+
python-versions = ">=3.7,<4"
|
777 |
+
files = [
|
778 |
+
{file = "ftfy-6.1.1-py3-none-any.whl", hash = "sha256:0ffd33fce16b54cccaec78d6ec73d95ad370e5df5a25255c8966a6147bd667ca"},
|
779 |
+
{file = "ftfy-6.1.1.tar.gz", hash = "sha256:bfc2019f84fcd851419152320a6375604a0f1459c281b5b199b2cd0d2e727f8f"},
|
780 |
+
]
|
781 |
+
|
782 |
+
[package.dependencies]
|
783 |
+
wcwidth = ">=0.2.5"
|
784 |
+
|
785 |
[[package]]
|
786 |
name = "gradio"
|
787 |
version = "3.27.0"
|
|
|
1039 |
|
1040 |
[package.dependencies]
|
1041 |
attrs = ">=17.4.0"
|
|
|
|
|
1042 |
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
1043 |
|
1044 |
[package.extras]
|
|
|
1123 |
{file = "kiwisolver-1.4.4.tar.gz", hash = "sha256:d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955"},
|
1124 |
]
|
1125 |
|
1126 |
+
[[package]]
|
1127 |
+
name = "langcodes"
|
1128 |
+
version = "3.3.0"
|
1129 |
+
description = "Tools for labeling human languages with IETF language tags"
|
1130 |
+
category = "main"
|
1131 |
+
optional = false
|
1132 |
+
python-versions = ">=3.6"
|
1133 |
+
files = [
|
1134 |
+
{file = "langcodes-3.3.0-py3-none-any.whl", hash = "sha256:4d89fc9acb6e9c8fdef70bcdf376113a3db09b67285d9e1d534de6d8818e7e69"},
|
1135 |
+
{file = "langcodes-3.3.0.tar.gz", hash = "sha256:794d07d5a28781231ac335a1561b8442f8648ca07cd518310aeb45d6f0807ef6"},
|
1136 |
+
]
|
1137 |
+
|
1138 |
+
[package.extras]
|
1139 |
+
data = ["language-data (>=1.1,<2.0)"]
|
1140 |
+
|
1141 |
[[package]]
|
1142 |
name = "libcst"
|
1143 |
version = "0.4.9"
|
|
|
1415 |
[package.dependencies]
|
1416 |
click = "*"
|
1417 |
|
1418 |
+
[[package]]
|
1419 |
+
name = "msgpack"
|
1420 |
+
version = "1.0.5"
|
1421 |
+
description = "MessagePack serializer"
|
1422 |
+
category = "main"
|
1423 |
+
optional = false
|
1424 |
+
python-versions = "*"
|
1425 |
+
files = [
|
1426 |
+
{file = "msgpack-1.0.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:525228efd79bb831cf6830a732e2e80bc1b05436b086d4264814b4b2955b2fa9"},
|
1427 |
+
{file = "msgpack-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4f8d8b3bf1ff2672567d6b5c725a1b347fe838b912772aa8ae2bf70338d5a198"},
|
1428 |
+
{file = "msgpack-1.0.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:cdc793c50be3f01106245a61b739328f7dccc2c648b501e237f0699fe1395b81"},
|
1429 |
+
{file = "msgpack-1.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cb47c21a8a65b165ce29f2bec852790cbc04936f502966768e4aae9fa763cb7"},
|
1430 |
+
{file = "msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e42b9594cc3bf4d838d67d6ed62b9e59e201862a25e9a157019e171fbe672dd3"},
|
1431 |
+
{file = "msgpack-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:55b56a24893105dc52c1253649b60f475f36b3aa0fc66115bffafb624d7cb30b"},
|
1432 |
+
{file = "msgpack-1.0.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:1967f6129fc50a43bfe0951c35acbb729be89a55d849fab7686004da85103f1c"},
|
1433 |
+
{file = "msgpack-1.0.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:20a97bf595a232c3ee6d57ddaadd5453d174a52594bf9c21d10407e2a2d9b3bd"},
|
1434 |
+
{file = "msgpack-1.0.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d25dd59bbbbb996eacf7be6b4ad082ed7eacc4e8f3d2df1ba43822da9bfa122a"},
|
1435 |
+
{file = "msgpack-1.0.5-cp310-cp310-win32.whl", hash = "sha256:382b2c77589331f2cb80b67cc058c00f225e19827dbc818d700f61513ab47bea"},
|
1436 |
+
{file = "msgpack-1.0.5-cp310-cp310-win_amd64.whl", hash = "sha256:4867aa2df9e2a5fa5f76d7d5565d25ec76e84c106b55509e78c1ede0f152659a"},
|
1437 |
+
{file = "msgpack-1.0.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9f5ae84c5c8a857ec44dc180a8b0cc08238e021f57abdf51a8182e915e6299f0"},
|
1438 |
+
{file = "msgpack-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9e6ca5d5699bcd89ae605c150aee83b5321f2115695e741b99618f4856c50898"},
|
1439 |
+
{file = "msgpack-1.0.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5494ea30d517a3576749cad32fa27f7585c65f5f38309c88c6d137877fa28a5a"},
|
1440 |
+
{file = "msgpack-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1ab2f3331cb1b54165976a9d976cb251a83183631c88076613c6c780f0d6e45a"},
|
1441 |
+
{file = "msgpack-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28592e20bbb1620848256ebc105fc420436af59515793ed27d5c77a217477705"},
|
1442 |
+
{file = "msgpack-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fe5c63197c55bce6385d9aee16c4d0641684628f63ace85f73571e65ad1c1e8d"},
|
1443 |
+
{file = "msgpack-1.0.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ed40e926fa2f297e8a653c954b732f125ef97bdd4c889f243182299de27e2aa9"},
|
1444 |
+
{file = "msgpack-1.0.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:b2de4c1c0538dcb7010902a2b97f4e00fc4ddf2c8cda9749af0e594d3b7fa3d7"},
|
1445 |
+
{file = "msgpack-1.0.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:bf22a83f973b50f9d38e55c6aade04c41ddda19b00c4ebc558930d78eecc64ed"},
|
1446 |
+
{file = "msgpack-1.0.5-cp311-cp311-win32.whl", hash = "sha256:c396e2cc213d12ce017b686e0f53497f94f8ba2b24799c25d913d46c08ec422c"},
|
1447 |
+
{file = "msgpack-1.0.5-cp311-cp311-win_amd64.whl", hash = "sha256:6c4c68d87497f66f96d50142a2b73b97972130d93677ce930718f68828b382e2"},
|
1448 |
+
{file = "msgpack-1.0.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:a2b031c2e9b9af485d5e3c4520f4220d74f4d222a5b8dc8c1a3ab9448ca79c57"},
|
1449 |
+
{file = "msgpack-1.0.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f837b93669ce4336e24d08286c38761132bc7ab29782727f8557e1eb21b2080"},
|
1450 |
+
{file = "msgpack-1.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b1d46dfe3832660f53b13b925d4e0fa1432b00f5f7210eb3ad3bb9a13c6204a6"},
|
1451 |
+
{file = "msgpack-1.0.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:366c9a7b9057e1547f4ad51d8facad8b406bab69c7d72c0eb6f529cf76d4b85f"},
|
1452 |
+
{file = "msgpack-1.0.5-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:4c075728a1095efd0634a7dccb06204919a2f67d1893b6aa8e00497258bf926c"},
|
1453 |
+
{file = "msgpack-1.0.5-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:f933bbda5a3ee63b8834179096923b094b76f0c7a73c1cfe8f07ad608c58844b"},
|
1454 |
+
{file = "msgpack-1.0.5-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:36961b0568c36027c76e2ae3ca1132e35123dcec0706c4b7992683cc26c1320c"},
|
1455 |
+
{file = "msgpack-1.0.5-cp36-cp36m-win32.whl", hash = "sha256:b5ef2f015b95f912c2fcab19c36814963b5463f1fb9049846994b007962743e9"},
|
1456 |
+
{file = "msgpack-1.0.5-cp36-cp36m-win_amd64.whl", hash = "sha256:288e32b47e67f7b171f86b030e527e302c91bd3f40fd9033483f2cacc37f327a"},
|
1457 |
+
{file = "msgpack-1.0.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:137850656634abddfb88236008339fdaba3178f4751b28f270d2ebe77a563b6c"},
|
1458 |
+
{file = "msgpack-1.0.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c05a4a96585525916b109bb85f8cb6511db1c6f5b9d9cbcbc940dc6b4be944b"},
|
1459 |
+
{file = "msgpack-1.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56a62ec00b636583e5cb6ad313bbed36bb7ead5fa3a3e38938503142c72cba4f"},
|
1460 |
+
{file = "msgpack-1.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef8108f8dedf204bb7b42994abf93882da1159728a2d4c5e82012edd92c9da9f"},
|
1461 |
+
{file = "msgpack-1.0.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:1835c84d65f46900920b3708f5ba829fb19b1096c1800ad60bae8418652a951d"},
|
1462 |
+
{file = "msgpack-1.0.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:e57916ef1bd0fee4f21c4600e9d1da352d8816b52a599c46460e93a6e9f17086"},
|
1463 |
+
{file = "msgpack-1.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:17358523b85973e5f242ad74aa4712b7ee560715562554aa2134d96e7aa4cbbf"},
|
1464 |
+
{file = "msgpack-1.0.5-cp37-cp37m-win32.whl", hash = "sha256:cb5aaa8c17760909ec6cb15e744c3ebc2ca8918e727216e79607b7bbce9c8f77"},
|
1465 |
+
{file = "msgpack-1.0.5-cp37-cp37m-win_amd64.whl", hash = "sha256:ab31e908d8424d55601ad7075e471b7d0140d4d3dd3272daf39c5c19d936bd82"},
|
1466 |
+
{file = "msgpack-1.0.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:b72d0698f86e8d9ddf9442bdedec15b71df3598199ba33322d9711a19f08145c"},
|
1467 |
+
{file = "msgpack-1.0.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:379026812e49258016dd84ad79ac8446922234d498058ae1d415f04b522d5b2d"},
|
1468 |
+
{file = "msgpack-1.0.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:332360ff25469c346a1c5e47cbe2a725517919892eda5cfaffe6046656f0b7bb"},
|
1469 |
+
{file = "msgpack-1.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:476a8fe8fae289fdf273d6d2a6cb6e35b5a58541693e8f9f019bfe990a51e4ba"},
|
1470 |
+
{file = "msgpack-1.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9985b214f33311df47e274eb788a5893a761d025e2b92c723ba4c63936b69b1"},
|
1471 |
+
{file = "msgpack-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:48296af57cdb1d885843afd73c4656be5c76c0c6328db3440c9601a98f303d87"},
|
1472 |
+
{file = "msgpack-1.0.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:addab7e2e1fcc04bd08e4eb631c2a90960c340e40dfc4a5e24d2ff0d5a3b3edb"},
|
1473 |
+
{file = "msgpack-1.0.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:916723458c25dfb77ff07f4c66aed34e47503b2eb3188b3adbec8d8aa6e00f48"},
|
1474 |
+
{file = "msgpack-1.0.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:821c7e677cc6acf0fd3f7ac664c98803827ae6de594a9f99563e48c5a2f27eb0"},
|
1475 |
+
{file = "msgpack-1.0.5-cp38-cp38-win32.whl", hash = "sha256:1c0f7c47f0087ffda62961d425e4407961a7ffd2aa004c81b9c07d9269512f6e"},
|
1476 |
+
{file = "msgpack-1.0.5-cp38-cp38-win_amd64.whl", hash = "sha256:bae7de2026cbfe3782c8b78b0db9cbfc5455e079f1937cb0ab8d133496ac55e1"},
|
1477 |
+
{file = "msgpack-1.0.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:20c784e66b613c7f16f632e7b5e8a1651aa5702463d61394671ba07b2fc9e025"},
|
1478 |
+
{file = "msgpack-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:266fa4202c0eb94d26822d9bfd7af25d1e2c088927fe8de9033d929dd5ba24c5"},
|
1479 |
+
{file = "msgpack-1.0.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:18334484eafc2b1aa47a6d42427da7fa8f2ab3d60b674120bce7a895a0a85bdd"},
|
1480 |
+
{file = "msgpack-1.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:57e1f3528bd95cc44684beda696f74d3aaa8a5e58c816214b9046512240ef437"},
|
1481 |
+
{file = "msgpack-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:586d0d636f9a628ddc6a17bfd45aa5b5efaf1606d2b60fa5d87b8986326e933f"},
|
1482 |
+
{file = "msgpack-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a740fa0e4087a734455f0fc3abf5e746004c9da72fbd541e9b113013c8dc3282"},
|
1483 |
+
{file = "msgpack-1.0.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:3055b0455e45810820db1f29d900bf39466df96ddca11dfa6d074fa47054376d"},
|
1484 |
+
{file = "msgpack-1.0.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:a61215eac016f391129a013c9e46f3ab308db5f5ec9f25811e811f96962599a8"},
|
1485 |
+
{file = "msgpack-1.0.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:362d9655cd369b08fda06b6657a303eb7172d5279997abe094512e919cf74b11"},
|
1486 |
+
{file = "msgpack-1.0.5-cp39-cp39-win32.whl", hash = "sha256:ac9dd47af78cae935901a9a500104e2dea2e253207c924cc95de149606dc43cc"},
|
1487 |
+
{file = "msgpack-1.0.5-cp39-cp39-win_amd64.whl", hash = "sha256:06f5174b5f8ed0ed919da0e62cbd4ffde676a374aba4020034da05fab67b9164"},
|
1488 |
+
{file = "msgpack-1.0.5.tar.gz", hash = "sha256:c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c"},
|
1489 |
+
]
|
1490 |
+
|
1491 |
[[package]]
|
1492 |
name = "multidict"
|
1493 |
version = "6.0.4"
|
|
|
1992 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
1993 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
1994 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1995 |
[[package]]
|
1996 |
name = "platformdirs"
|
1997 |
version = "3.2.0"
|
|
|
2327 |
[package.dependencies]
|
2328 |
setuptools = ">=41.0"
|
2329 |
|
2330 |
+
[[package]]
|
2331 |
+
name = "regex"
|
2332 |
+
version = "2023.3.23"
|
2333 |
+
description = "Alternative regular expression module, to replace re."
|
2334 |
+
category = "main"
|
2335 |
+
optional = false
|
2336 |
+
python-versions = ">=3.8"
|
2337 |
+
files = [
|
2338 |
+
{file = "regex-2023.3.23-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:845a5e2d84389c4ddada1a9b95c055320070f18bb76512608374aca00d22eca8"},
|
2339 |
+
{file = "regex-2023.3.23-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:87d9951f5a538dd1d016bdc0dcae59241d15fa94860964833a54d18197fcd134"},
|
2340 |
+
{file = "regex-2023.3.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:37ae17d3be44c0b3f782c28ae9edd8b47c1f1776d4cabe87edc0b98e1f12b021"},
|
2341 |
+
{file = "regex-2023.3.23-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0b8eb1e3bca6b48dc721818a60ae83b8264d4089a4a41d62be6d05316ec38e15"},
|
2342 |
+
{file = "regex-2023.3.23-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:df45fac182ebc3c494460c644e853515cc24f5ad9da05f8ffb91da891bfee879"},
|
2343 |
+
{file = "regex-2023.3.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7006105b10b59971d3b248ad75acc3651c7e4cf54d81694df5a5130a3c3f7ea"},
|
2344 |
+
{file = "regex-2023.3.23-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:93f3f1aa608380fe294aa4cb82e2afda07a7598e828d0341e124b8fd9327c715"},
|
2345 |
+
{file = "regex-2023.3.23-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:787954f541ab95d8195d97b0b8cf1dc304424adb1e07365967e656b92b38a699"},
|
2346 |
+
{file = "regex-2023.3.23-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:20abe0bdf03630fe92ccafc45a599bca8b3501f48d1de4f7d121153350a2f77d"},
|
2347 |
+
{file = "regex-2023.3.23-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11d00c31aeab9a6e0503bc77e73ed9f4527b3984279d997eb145d7c7be6268fd"},
|
2348 |
+
{file = "regex-2023.3.23-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:d5bbe0e1511b844794a3be43d6c145001626ba9a6c1db8f84bdc724e91131d9d"},
|
2349 |
+
{file = "regex-2023.3.23-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:ea3c0cb56eadbf4ab2277e7a095676370b3e46dbfc74d5c383bd87b0d6317910"},
|
2350 |
+
{file = "regex-2023.3.23-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d895b4c863059a4934d3e874b90998df774644a41b349ebb330f85f11b4ef2c0"},
|
2351 |
+
{file = "regex-2023.3.23-cp310-cp310-win32.whl", hash = "sha256:9d764514d19b4edcc75fd8cb1423448ef393e8b6cbd94f38cab983ab1b75855d"},
|
2352 |
+
{file = "regex-2023.3.23-cp310-cp310-win_amd64.whl", hash = "sha256:11d1f2b7a0696dc0310de0efb51b1f4d813ad4401fe368e83c0c62f344429f98"},
|
2353 |
+
{file = "regex-2023.3.23-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:8a9c63cde0eaa345795c0fdeb19dc62d22e378c50b0bc67bf4667cd5b482d98b"},
|
2354 |
+
{file = "regex-2023.3.23-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dd7200b4c27b68cf9c9646da01647141c6db09f48cc5b51bc588deaf8e98a797"},
|
2355 |
+
{file = "regex-2023.3.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22720024b90a6ba673a725dcc62e10fb1111b889305d7c6b887ac7466b74bedb"},
|
2356 |
+
{file = "regex-2023.3.23-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6b190a339090e6af25f4a5fd9e77591f6d911cc7b96ecbb2114890b061be0ac1"},
|
2357 |
+
{file = "regex-2023.3.23-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e76b6fc0d8e9efa39100369a9b3379ce35e20f6c75365653cf58d282ad290f6f"},
|
2358 |
+
{file = "regex-2023.3.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7868b8f218bf69a2a15402fde08b08712213a1f4b85a156d90473a6fb6b12b09"},
|
2359 |
+
{file = "regex-2023.3.23-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2472428efc4127374f494e570e36b30bb5e6b37d9a754f7667f7073e43b0abdd"},
|
2360 |
+
{file = "regex-2023.3.23-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c37df2a060cb476d94c047b18572ee2b37c31f831df126c0da3cd9227b39253d"},
|
2361 |
+
{file = "regex-2023.3.23-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4479f9e2abc03362df4045b1332d4a2b7885b245a30d4f4b051c4083b97d95d8"},
|
2362 |
+
{file = "regex-2023.3.23-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:e2396e0678167f2d0c197da942b0b3fb48fee2f0b5915a0feb84d11b6686afe6"},
|
2363 |
+
{file = "regex-2023.3.23-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:75f288c60232a5339e0ff2fa05779a5e9c74e9fc085c81e931d4a264501e745b"},
|
2364 |
+
{file = "regex-2023.3.23-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c869260aa62cee21c5eb171a466c0572b5e809213612ef8d495268cd2e34f20d"},
|
2365 |
+
{file = "regex-2023.3.23-cp311-cp311-win32.whl", hash = "sha256:25f0532fd0c53e96bad84664171969de9673b4131f2297f1db850d3918d58858"},
|
2366 |
+
{file = "regex-2023.3.23-cp311-cp311-win_amd64.whl", hash = "sha256:5ccfafd98473e007cebf7da10c1411035b7844f0f204015efd050601906dbb53"},
|
2367 |
+
{file = "regex-2023.3.23-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6572ff287176c0fb96568adb292674b421fa762153ed074d94b1d939ed92c253"},
|
2368 |
+
{file = "regex-2023.3.23-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a610e0adfcb0fc84ea25f6ea685e39e74cbcd9245a72a9a7aab85ff755a5ed27"},
|
2369 |
+
{file = "regex-2023.3.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:086afe222d58b88b62847bdbd92079b4699350b4acab892f88a935db5707c790"},
|
2370 |
+
{file = "regex-2023.3.23-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:79e29fd62fa2f597a6754b247356bda14b866131a22444d67f907d6d341e10f3"},
|
2371 |
+
{file = "regex-2023.3.23-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c07ce8e9eee878a48ebeb32ee661b49504b85e164b05bebf25420705709fdd31"},
|
2372 |
+
{file = "regex-2023.3.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86b036f401895e854de9fefe061518e78d506d8a919cc250dc3416bca03f6f9a"},
|
2373 |
+
{file = "regex-2023.3.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:78ac8dd8e18800bb1f97aad0d73f68916592dddf233b99d2b5cabc562088503a"},
|
2374 |
+
{file = "regex-2023.3.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:539dd010dc35af935b32f248099e38447bbffc10b59c2b542bceead2bed5c325"},
|
2375 |
+
{file = "regex-2023.3.23-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9bf4a5626f2a0ea006bf81e8963f498a57a47d58907eaa58f4b3e13be68759d8"},
|
2376 |
+
{file = "regex-2023.3.23-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf86b4328c204c3f315074a61bc1c06f8a75a8e102359f18ce99fbcbbf1951f0"},
|
2377 |
+
{file = "regex-2023.3.23-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:2848bf76673c83314068241c8d5b7fa9ad9bed866c979875a0e84039349e8fa7"},
|
2378 |
+
{file = "regex-2023.3.23-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:c125a02d22c555e68f7433bac8449992fa1cead525399f14e47c2d98f2f0e467"},
|
2379 |
+
{file = "regex-2023.3.23-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:cd1671e9d5ac05ce6aa86874dd8dfa048824d1dbe73060851b310c6c1a201a96"},
|
2380 |
+
{file = "regex-2023.3.23-cp38-cp38-win32.whl", hash = "sha256:fffe57312a358be6ec6baeb43d253c36e5790e436b7bf5b7a38df360363e88e9"},
|
2381 |
+
{file = "regex-2023.3.23-cp38-cp38-win_amd64.whl", hash = "sha256:dbb3f87e15d3dd76996d604af8678316ad2d7d20faa394e92d9394dfd621fd0c"},
|
2382 |
+
{file = "regex-2023.3.23-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c88e8c226473b5549fe9616980ea7ca09289246cfbdf469241edf4741a620004"},
|
2383 |
+
{file = "regex-2023.3.23-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6560776ec19c83f3645bbc5db64a7a5816c9d8fb7ed7201c5bcd269323d88072"},
|
2384 |
+
{file = "regex-2023.3.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1b1fc2632c01f42e06173d8dd9bb2e74ab9b0afa1d698058c867288d2c7a31f3"},
|
2385 |
+
{file = "regex-2023.3.23-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fdf7ad455f1916b8ea5cdbc482d379f6daf93f3867b4232d14699867a5a13af7"},
|
2386 |
+
{file = "regex-2023.3.23-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5fc33b27b1d800fc5b78d7f7d0f287e35079ecabe68e83d46930cf45690e1c8c"},
|
2387 |
+
{file = "regex-2023.3.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c49552dc938e3588f63f8a78c86f3c9c75301e813bca0bef13bdb4b87ccf364"},
|
2388 |
+
{file = "regex-2023.3.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e152461e9a0aedec7d37fc66ec0fa635eca984777d3d3c3e36f53bf3d3ceb16e"},
|
2389 |
+
{file = "regex-2023.3.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:db034255e72d2995cf581b14bb3fc9c00bdbe6822b49fcd4eef79e1d5f232618"},
|
2390 |
+
{file = "regex-2023.3.23-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:55ae114da21b7a790b90255ea52d2aa3a0d121a646deb2d3c6a3194e722fc762"},
|
2391 |
+
{file = "regex-2023.3.23-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:ef3f528fe1cc3d139508fe1b22523745aa77b9d6cb5b0bf277f48788ee0b993f"},
|
2392 |
+
{file = "regex-2023.3.23-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:a81c9ec59ca2303acd1ccd7b9ac409f1e478e40e96f8f79b943be476c5fdb8bb"},
|
2393 |
+
{file = "regex-2023.3.23-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:cde09c4fdd070772aa2596d97e942eb775a478b32459e042e1be71b739d08b77"},
|
2394 |
+
{file = "regex-2023.3.23-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:3cd9f5dd7b821f141d3a6ca0d5d9359b9221e4f051ca3139320adea9f1679691"},
|
2395 |
+
{file = "regex-2023.3.23-cp39-cp39-win32.whl", hash = "sha256:7304863f3a652dab5e68e6fb1725d05ebab36ec0390676d1736e0571ebb713ef"},
|
2396 |
+
{file = "regex-2023.3.23-cp39-cp39-win_amd64.whl", hash = "sha256:54c3fa855a3f7438149de3211738dd9b5f0c733f48b54ae05aa7fce83d48d858"},
|
2397 |
+
{file = "regex-2023.3.23.tar.gz", hash = "sha256:dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7"},
|
2398 |
+
]
|
2399 |
+
|
2400 |
[[package]]
|
2401 |
name = "requests"
|
2402 |
version = "2.28.2"
|
|
|
2589 |
{file = "stdlibs-2022.10.9.tar.gz", hash = "sha256:72a3e4a7fbb40b0e766197e3381c2aabb4ca0442633e0bd99ffeec3908c9fdd8"},
|
2590 |
]
|
2591 |
|
2592 |
+
[[package]]
|
2593 |
+
name = "termcolor"
|
2594 |
+
version = "2.2.0"
|
2595 |
+
description = "ANSI color formatting for output in terminal"
|
2596 |
+
category = "main"
|
2597 |
+
optional = false
|
2598 |
+
python-versions = ">=3.7"
|
2599 |
+
files = [
|
2600 |
+
{file = "termcolor-2.2.0-py3-none-any.whl", hash = "sha256:91ddd848e7251200eac969846cbae2dacd7d71c2871e92733289e7e3666f48e7"},
|
2601 |
+
{file = "termcolor-2.2.0.tar.gz", hash = "sha256:dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a"},
|
2602 |
+
]
|
2603 |
+
|
2604 |
+
[package.extras]
|
2605 |
+
tests = ["pytest", "pytest-cov"]
|
2606 |
+
|
2607 |
[[package]]
|
2608 |
name = "threadpoolctl"
|
2609 |
version = "3.1.0"
|
|
|
2806 |
|
2807 |
[[package]]
|
2808 |
name = "websockets"
|
2809 |
+
version = "11.0.2"
|
2810 |
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
2811 |
category = "main"
|
2812 |
optional = false
|
2813 |
python-versions = ">=3.7"
|
2814 |
files = [
|
2815 |
+
{file = "websockets-11.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:580cc95c58118f8c39106be71e24d0b7e1ad11a155f40a2ee687f99b3e5e432e"},
|
2816 |
+
{file = "websockets-11.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:143782041e95b63083b02107f31cda999f392903ae331de1307441f3a4557d51"},
|
2817 |
+
{file = "websockets-11.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8df63dcd955eb6b2e371d95aacf8b7c535e482192cff1b6ce927d8f43fb4f552"},
|
2818 |
+
{file = "websockets-11.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca9b2dced5cbbc5094678cc1ec62160f7b0fe4defd601cd28a36fde7ee71bbb5"},
|
2819 |
+
{file = "websockets-11.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e0eeeea3b01c97fd3b5049a46c908823f68b59bf0e18d79b231d8d6764bc81ee"},
|
2820 |
+
{file = "websockets-11.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:502683c5dedfc94b9f0f6790efb26aa0591526e8403ad443dce922cd6c0ec83b"},
|
2821 |
+
{file = "websockets-11.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d3cc3e48b6c9f7df8c3798004b9c4b92abca09eeea5e1b0a39698f05b7a33b9d"},
|
2822 |
+
{file = "websockets-11.0.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:808b8a33c961bbd6d33c55908f7c137569b09ea7dd024bce969969aa04ecf07c"},
|
2823 |
+
{file = "websockets-11.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:34a6f8996964ccaa40da42ee36aa1572adcb1e213665e24aa2f1037da6080909"},
|
2824 |
+
{file = "websockets-11.0.2-cp310-cp310-win32.whl", hash = "sha256:8f24cd758cbe1607a91b720537685b64e4d39415649cac9177cd1257317cf30c"},
|
2825 |
+
{file = "websockets-11.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:3b87cd302f08ea9e74fdc080470eddbed1e165113c1823fb3ee6328bc40ca1d3"},
|
2826 |
+
{file = "websockets-11.0.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3565a8f8c7bdde7c29ebe46146bd191290413ee6f8e94cf350609720c075b0a1"},
|
2827 |
+
{file = "websockets-11.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f97e03d4d5a4f0dca739ea274be9092822f7430b77d25aa02da6775e490f6846"},
|
2828 |
+
{file = "websockets-11.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8f392587eb2767afa8a34e909f2fec779f90b630622adc95d8b5e26ea8823cb8"},
|
2829 |
+
{file = "websockets-11.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7742cd4524622cc7aa71734b51294644492a961243c4fe67874971c4d3045982"},
|
2830 |
+
{file = "websockets-11.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:46dda4bc2030c335abe192b94e98686615f9274f6b56f32f2dd661fb303d9d12"},
|
2831 |
+
{file = "websockets-11.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d6b2bfa1d884c254b841b0ff79373b6b80779088df6704f034858e4d705a4802"},
|
2832 |
+
{file = "websockets-11.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:1df2413266bf48430ef2a752c49b93086c6bf192d708e4a9920544c74cd2baa6"},
|
2833 |
+
{file = "websockets-11.0.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:cf45d273202b0c1cec0f03a7972c655b93611f2e996669667414557230a87b88"},
|
2834 |
+
{file = "websockets-11.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a09cce3dacb6ad638fdfa3154d9e54a98efe7c8f68f000e55ca9c716496ca67"},
|
2835 |
+
{file = "websockets-11.0.2-cp311-cp311-win32.whl", hash = "sha256:2174a75d579d811279855df5824676d851a69f52852edb0e7551e0eeac6f59a4"},
|
2836 |
+
{file = "websockets-11.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:c78ca3037a954a4209b9f900e0eabbc471fb4ebe96914016281df2c974a93e3e"},
|
2837 |
+
{file = "websockets-11.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3a2100b02d1aaf66dc48ff1b2a72f34f6ebc575a02bc0350cc8e9fbb35940166"},
|
2838 |
+
{file = "websockets-11.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dca9708eea9f9ed300394d4775beb2667288e998eb6f542cdb6c02027430c599"},
|
2839 |
+
{file = "websockets-11.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:320ddceefd2364d4afe6576195201a3632a6f2e6d207b0c01333e965b22dbc84"},
|
2840 |
+
{file = "websockets-11.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2a573c8d71b7af937852b61e7ccb37151d719974146b5dc734aad350ef55a02"},
|
2841 |
+
{file = "websockets-11.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:13bd5bebcd16a4b5e403061b8b9dcc5c77e7a71e3c57e072d8dff23e33f70fba"},
|
2842 |
+
{file = "websockets-11.0.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:95c09427c1c57206fe04277bf871b396476d5a8857fa1b99703283ee497c7a5d"},
|
2843 |
+
{file = "websockets-11.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2eb042734e710d39e9bc58deab23a65bd2750e161436101488f8af92f183c239"},
|
2844 |
+
{file = "websockets-11.0.2-cp37-cp37m-win32.whl", hash = "sha256:5875f623a10b9ba154cb61967f940ab469039f0b5e61c80dd153a65f024d9fb7"},
|
2845 |
+
{file = "websockets-11.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:634239bc844131863762865b75211a913c536817c0da27f691400d49d256df1d"},
|
2846 |
+
{file = "websockets-11.0.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:3178d965ec204773ab67985a09f5696ca6c3869afeed0bb51703ea404a24e975"},
|
2847 |
+
{file = "websockets-11.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:955fcdb304833df2e172ce2492b7b47b4aab5dcc035a10e093d911a1916f2c87"},
|
2848 |
+
{file = "websockets-11.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cb46d2c7631b2e6f10f7c8bac7854f7c5e5288f024f1c137d4633c79ead1e3c0"},
|
2849 |
+
{file = "websockets-11.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25aae96c1060e85836552a113495db6d857400288161299d77b7b20f2ac569f2"},
|
2850 |
+
{file = "websockets-11.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2abeeae63154b7f63d9f764685b2d299e9141171b8b896688bd8baec6b3e2303"},
|
2851 |
+
{file = "websockets-11.0.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:daa1e8ea47507555ed7a34f8b49398d33dff5b8548eae3de1dc0ef0607273a33"},
|
2852 |
+
{file = "websockets-11.0.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:954eb789c960fa5daaed3cfe336abc066941a5d456ff6be8f0e03dd89886bb4c"},
|
2853 |
+
{file = "websockets-11.0.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3ffe251a31f37e65b9b9aca5d2d67fd091c234e530f13d9dce4a67959d5a3fba"},
|
2854 |
+
{file = "websockets-11.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:adf6385f677ed2e0b021845b36f55c43f171dab3a9ee0ace94da67302f1bc364"},
|
2855 |
+
{file = "websockets-11.0.2-cp38-cp38-win32.whl", hash = "sha256:aa7b33c1fb2f7b7b9820f93a5d61ffd47f5a91711bc5fa4583bbe0c0601ec0b2"},
|
2856 |
+
{file = "websockets-11.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:220d5b93764dd70d7617f1663da64256df7e7ea31fc66bc52c0e3750ee134ae3"},
|
2857 |
+
{file = "websockets-11.0.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:0fb4480556825e4e6bf2eebdbeb130d9474c62705100c90e59f2f56459ddab42"},
|
2858 |
+
{file = "websockets-11.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ec00401846569aaf018700249996143f567d50050c5b7b650148989f956547af"},
|
2859 |
+
{file = "websockets-11.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:87c69f50281126dcdaccd64d951fb57fbce272578d24efc59bce72cf264725d0"},
|
2860 |
+
{file = "websockets-11.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:232b6ba974f5d09b1b747ac232f3a3d8f86de401d7b565e837cc86988edf37ac"},
|
2861 |
+
{file = "websockets-11.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:392d409178db1e46d1055e51cc850136d302434e12d412a555e5291ab810f622"},
|
2862 |
+
{file = "websockets-11.0.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a4fe2442091ff71dee0769a10449420fd5d3b606c590f78dd2b97d94b7455640"},
|
2863 |
+
{file = "websockets-11.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ede13a6998ba2568b21825809d96e69a38dc43184bdeebbde3699c8baa21d015"},
|
2864 |
+
{file = "websockets-11.0.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:4c54086b2d2aec3c3cb887ad97e9c02c6be9f1d48381c7419a4aa932d31661e4"},
|
2865 |
+
{file = "websockets-11.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e37a76ccd483a6457580077d43bc3dfe1fd784ecb2151fcb9d1c73f424deaeba"},
|
2866 |
+
{file = "websockets-11.0.2-cp39-cp39-win32.whl", hash = "sha256:d1881518b488a920434a271a6e8a5c9481a67c4f6352ebbdd249b789c0467ddc"},
|
2867 |
+
{file = "websockets-11.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:25e265686ea385f22a00cc2b719b880797cd1bb53b46dbde969e554fb458bfde"},
|
2868 |
+
{file = "websockets-11.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ce69f5c742eefd039dce8622e99d811ef2135b69d10f9aa79fbf2fdcc1e56cd7"},
|
2869 |
+
{file = "websockets-11.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b985ba2b9e972cf99ddffc07df1a314b893095f62c75bc7c5354a9c4647c6503"},
|
2870 |
+
{file = "websockets-11.0.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1b52def56d2a26e0e9c464f90cadb7e628e04f67b0ff3a76a4d9a18dfc35e3dd"},
|
2871 |
+
{file = "websockets-11.0.2-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d70a438ef2a22a581d65ad7648e949d4ccd20e3c8ed7a90bbc46df4e60320891"},
|
2872 |
+
{file = "websockets-11.0.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:752fbf420c71416fb1472fec1b4cb8631c1aa2be7149e0a5ba7e5771d75d2bb9"},
|
2873 |
+
{file = "websockets-11.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:dd906b0cdc417ea7a5f13bb3c6ca3b5fd563338dc596996cb0fdd7872d691c0a"},
|
2874 |
+
{file = "websockets-11.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e79065ff6549dd3c765e7916067e12a9c91df2affea0ac51bcd302aaf7ad207"},
|
2875 |
+
{file = "websockets-11.0.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:46388a050d9e40316e58a3f0838c63caacb72f94129eb621a659a6e49bad27ce"},
|
2876 |
+
{file = "websockets-11.0.2-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c7de298371d913824f71b30f7685bb07ad13969c79679cca5b1f7f94fec012f"},
|
2877 |
+
{file = "websockets-11.0.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:6d872c972c87c393e6a49c1afbdc596432df8c06d0ff7cd05aa18e885e7cfb7c"},
|
2878 |
+
{file = "websockets-11.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b444366b605d2885f0034dd889faf91b4b47668dd125591e2c64bfde611ac7e1"},
|
2879 |
+
{file = "websockets-11.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8b967a4849db6b567dec3f7dd5d97b15ce653e3497b8ce0814e470d5e074750"},
|
2880 |
+
{file = "websockets-11.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2acdc82099999e44fa7bd8c886f03c70a22b1d53ae74252f389be30d64fd6004"},
|
2881 |
+
{file = "websockets-11.0.2-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:518ed6782d9916c5721ebd61bb7651d244178b74399028302c8617d0620af291"},
|
2882 |
+
{file = "websockets-11.0.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:58477b041099bb504e1a5ddd8aa86302ed1d5c6995bdd3db2b3084ef0135d277"},
|
2883 |
+
{file = "websockets-11.0.2-py3-none-any.whl", hash = "sha256:5004c087d17251938a52cce21b3dbdabeecbbe432ce3f5bbbf15d8692c36eac9"},
|
2884 |
+
{file = "websockets-11.0.2.tar.gz", hash = "sha256:b1a69701eb98ed83dd099de4a686dc892c413d974fa31602bc00aca7cb988ac9"},
|
2885 |
+
]
|
2886 |
+
|
2887 |
+
[[package]]
|
2888 |
+
name = "wordfreq"
|
2889 |
+
version = "3.0.3"
|
2890 |
+
description = "Look up the frequencies of words in many languages, based on many sources of data."
|
2891 |
+
category = "main"
|
2892 |
+
optional = false
|
2893 |
+
python-versions = ">=3.7,<4.0"
|
2894 |
+
files = [
|
2895 |
+
{file = "wordfreq-3.0.3-py3-none-any.whl", hash = "sha256:39a32ed326d99260cdeb24b427f8aba3d979501bfc1057bfeb7140cd7e0f9bf6"},
|
2896 |
+
{file = "wordfreq-3.0.3.tar.gz", hash = "sha256:98ddabbf1a48389769b2599bbeb5330e35e536f89ca0423ac27419017ebc99d5"},
|
2897 |
]
|
2898 |
|
2899 |
+
[package.dependencies]
|
2900 |
+
ftfy = ">=6.1"
|
2901 |
+
langcodes = ">=3.0"
|
2902 |
+
msgpack = ">=1.0"
|
2903 |
+
regex = ">=2021.7.6"
|
2904 |
+
|
2905 |
+
[package.extras]
|
2906 |
+
cjk = ["ipadic (>=1.0.0,<2.0.0)", "jieba (>=0.42)", "mecab-ko-dic (>=1.0.0,<2.0.0)", "mecab-python3 (>=1.0.5,<2.0.0)"]
|
2907 |
+
jieba = ["jieba (>=0.42)"]
|
2908 |
+
mecab = ["ipadic (>=1.0.0,<2.0.0)", "mecab-ko-dic (>=1.0.0,<2.0.0)", "mecab-python3 (>=1.0.5,<2.0.0)"]
|
2909 |
+
|
2910 |
[[package]]
|
2911 |
name = "yarl"
|
2912 |
version = "1.8.2"
|
|
|
2995 |
idna = ">=2.0"
|
2996 |
multidict = ">=4.0"
|
2997 |
|
2998 |
+
[[package]]
|
2999 |
+
name = "zeno-evals"
|
3000 |
+
version = "0.1.7"
|
3001 |
+
description = "Visualize OpenAI evals with Zeno"
|
3002 |
+
category = "main"
|
3003 |
+
optional = false
|
3004 |
+
python-versions = ">=3.9,<=3.11"
|
3005 |
+
files = [
|
3006 |
+
{file = "zeno_evals-0.1.7-py3-none-any.whl", hash = "sha256:90f6e3d97482a9dc3d96827c41f937cb103cdf206c0fb7e29f3c0f2c7589bc01"},
|
3007 |
+
{file = "zeno_evals-0.1.7.tar.gz", hash = "sha256:81b1e2691ed653e03253a7dd3b0e8400912b8d4a51159c1df2be5b2fd4ef157d"},
|
3008 |
+
]
|
3009 |
+
|
3010 |
+
[package.dependencies]
|
3011 |
+
fire = ">=0.5.0,<0.6.0"
|
3012 |
+
pandas = ">=1.5.3,<2.0.0"
|
3013 |
+
zenoml = ">=0.4.10,<0.5.0"
|
3014 |
+
|
3015 |
[[package]]
|
3016 |
name = "zenoml"
|
3017 |
+
version = "0.4.10"
|
3018 |
description = "Interactive Evaluation Framework for Machine Learning"
|
3019 |
category = "main"
|
3020 |
optional = false
|
3021 |
python-versions = ">=3.8.1,<=3.11"
|
3022 |
files = [
|
3023 |
+
{file = "zenoml-0.4.10-py3-none-any.whl", hash = "sha256:0a74769844fd299d9136c6608e10dd200a52e3b79a56348661706de2c2e886cb"},
|
3024 |
+
{file = "zenoml-0.4.10.tar.gz", hash = "sha256:b8f880f1d7cec86f42958ffd31e6f3b0c89ede54a0d626c889efb8c280419d40"},
|
3025 |
]
|
3026 |
|
3027 |
[package.dependencies]
|
|
|
3058 |
|
3059 |
[metadata]
|
3060 |
lock-version = "2.0"
|
3061 |
+
python-versions = "^3.9.0,<=3.11"
|
3062 |
+
content-hash = "e3e486f004e684037c149d02033492fbb44dda001e7cbd31b1f1c8967ad056c9"
|
pyproject.toml
CHANGED
@@ -7,9 +7,12 @@ readme = "README.md"
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
zenoml = "^0.4.7"
|
10 |
-
python = "^3.
|
11 |
fastapi = "^0.95.0"
|
12 |
uvicorn = "^0.21.1"
|
|
|
|
|
|
|
13 |
|
14 |
[tool.poetry.dev-dependencies]
|
15 |
black = "^23.3.0"
|
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
zenoml = "^0.4.7"
|
10 |
+
python = "^3.9.0,<=3.11"
|
11 |
fastapi = "^0.95.0"
|
12 |
uvicorn = "^0.21.1"
|
13 |
+
zeno-evals = "^0.1.5"
|
14 |
+
pyyaml = "^6.0"
|
15 |
+
wordfreq = "^3.0.3"
|
16 |
|
17 |
[tool.poetry.dev-dependencies]
|
18 |
black = "^23.3.0"
|
zeno-evals-hub/main.py
CHANGED
@@ -1,45 +1,44 @@
|
|
1 |
import os
|
2 |
import sys
|
3 |
|
4 |
-
import pandas as pd
|
5 |
-
|
6 |
import uvicorn
|
|
|
7 |
from fastapi import FastAPI
|
8 |
from fastapi.staticfiles import StaticFiles
|
9 |
-
|
10 |
-
from
|
11 |
|
12 |
|
13 |
def command_line():
|
14 |
app = FastAPI(title="Frontend API")
|
15 |
-
api_app = FastAPI(title="Backend API")
|
16 |
-
|
17 |
-
@api_app.get("/test")
|
18 |
-
def test():
|
19 |
-
return {"test": "test"}
|
20 |
-
|
21 |
-
# from zeno import get_server, zeno
|
22 |
-
|
23 |
-
df = pd.read_csv("./data/adult.csv")
|
24 |
-
|
25 |
-
configA = ZenoParameters(metadata=df.head(10), serve=False)
|
26 |
-
configB = ZenoParameters(metadata=df.head(100), serve=False)
|
27 |
-
|
28 |
-
zenoA = zeno(configA)
|
29 |
-
if zenoA is None:
|
30 |
-
sys.exit(1)
|
31 |
-
serverA = get_server(zenoA)
|
32 |
-
zenoA.start_processing()
|
33 |
-
app.mount("/zenoA", serverA)
|
34 |
-
|
35 |
-
zenoB = zeno(configB)
|
36 |
-
if zenoB is None:
|
37 |
-
sys.exit(1)
|
38 |
-
serverB = get_server(zenoB)
|
39 |
-
zenoB.start_processing()
|
40 |
-
app.mount("/zenoB", serverB)
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
app.mount(
|
45 |
"/",
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
|
|
|
|
|
4 |
import uvicorn
|
5 |
+
import yaml # type: ignore
|
6 |
from fastapi import FastAPI
|
7 |
from fastapi.staticfiles import StaticFiles
|
8 |
+
from zeno import get_server, zeno # type: ignore
|
9 |
+
from zeno_evals import generate_zeno_config # type: ignore
|
10 |
|
11 |
|
12 |
def command_line():
|
13 |
app = FastAPI(title="Frontend API")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
args = []
|
16 |
+
with open(sys.argv[1], "r") as f:
|
17 |
+
args = yaml.safe_load(f)
|
18 |
+
|
19 |
+
@app.get("/args")
|
20 |
+
def get_args():
|
21 |
+
return args
|
22 |
+
|
23 |
+
os.chdir(os.path.dirname(sys.argv[1]))
|
24 |
+
|
25 |
+
zeno_objs = []
|
26 |
+
for entry in args:
|
27 |
+
name = list(entry.keys())[0]
|
28 |
+
params = entry[name]
|
29 |
+
config = generate_zeno_config(
|
30 |
+
params["results-file"],
|
31 |
+
params["second-results-file"],
|
32 |
+
params["functions-file"],
|
33 |
+
)
|
34 |
+
config.serve = False
|
35 |
+
zeno_obj = zeno(config)
|
36 |
+
if zeno_obj is None:
|
37 |
+
sys.exit(1)
|
38 |
+
server = get_server(zeno_obj)
|
39 |
+
zeno_obj.start_processing()
|
40 |
+
zeno_objs.append(zeno_obj)
|
41 |
+
app.mount("/" + name, server)
|
42 |
|
43 |
app.mount(
|
44 |
"/",
|