Spaces:
Sleeping
Sleeping
tung
commited on
Commit
·
7095e55
1
Parent(s):
c98df9e
update keys
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ from huggingface_hub import HfApi, hf_hub_download
|
|
| 37 |
# Configuration – constants & styling
|
| 38 |
# -----------------------------------------------------------------------------
|
| 39 |
DATA_PATH = "human_judgement/selected_samples.json"
|
| 40 |
-
RATINGS_FILE = "human_judgement/
|
| 41 |
RATINGS_REPO = os.getenv("RATINGS_REPO") # e.g. "org/qa‑rater‑data"
|
| 42 |
HF_TOKEN = os.getenv("HF_TOKEN") # write token for that repo
|
| 43 |
MAX_HEIGHT_PX = 400 # Max visible height for answer Markdown blocks
|
|
|
|
| 37 |
# Configuration – constants & styling
|
| 38 |
# -----------------------------------------------------------------------------
|
| 39 |
DATA_PATH = "human_judgement/selected_samples.json"
|
| 40 |
+
RATINGS_FILE = "human_judgement/human_judgement_irish_grammatical_test.csv" # Name *inside* the dataset repo
|
| 41 |
RATINGS_REPO = os.getenv("RATINGS_REPO") # e.g. "org/qa‑rater‑data"
|
| 42 |
HF_TOKEN = os.getenv("HF_TOKEN") # write token for that repo
|
| 43 |
MAX_HEIGHT_PX = 400 # Max visible height for answer Markdown blocks
|