fix github URLs
Browse files- qa_align.py +3 -3
qa_align.py
CHANGED
|
@@ -55,9 +55,9 @@ _LICENSE = """Resources on this page are licensed CC-BY 4.0, a Creative Commons
|
|
| 55 |
|
| 56 |
|
| 57 |
_URLs = {
|
| 58 |
-
"train": "https://github.com/DanielaBWeiss/QA-ALIGN/raw/
|
| 59 |
-
"dev": "https://github.com/DanielaBWeiss/QA-ALIGN/raw/
|
| 60 |
-
"test": "https://github.com/DanielaBWeiss/QA-ALIGN/raw/
|
| 61 |
}
|
| 62 |
|
| 63 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
_URLs = {
|
| 58 |
+
"train": "https://github.com/DanielaBWeiss/QA-ALIGN/raw/main/data/official_qa_alignments/qaalign_train_silver_official.csv",
|
| 59 |
+
"dev": "https://github.com/DanielaBWeiss/QA-ALIGN/raw/main/data/official_qa_alignments/qaalign_dev_gold_official.csv",
|
| 60 |
+
"test": "https://github.com/DanielaBWeiss/QA-ALIGN/raw/main/data/official_qa_alignments/qaalign_test_gold_official.csv",
|
| 61 |
}
|
| 62 |
|
| 63 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|