Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ BASE_MODEL_ID = "Qwen/Qwen3.5-0.8B"
|
|
| 95 |
DEMO_QUESTION_EXAMPLES: tuple[str, ...] = (
|
| 96 |
"Count how many management rows exist per temporary_acting value",
|
| 97 |
"List all department names.",
|
| 98 |
-
"Count how many management rows exist per department."
|
| 99 |
"Which departments were created before the year 2000?",
|
| 100 |
"For each department, show the department name and the name of its head.",
|
| 101 |
"List the names of heads who were born in Alabama.",
|
|
|
|
| 95 |
DEMO_QUESTION_EXAMPLES: tuple[str, ...] = (
|
| 96 |
"Count how many management rows exist per temporary_acting value",
|
| 97 |
"List all department names.",
|
| 98 |
+
"Count how many management rows exist per department.",
|
| 99 |
"Which departments were created before the year 2000?",
|
| 100 |
"For each department, show the department name and the name of its head.",
|
| 101 |
"List the names of heads who were born in Alabama.",
|