Akira Kinoshita
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,9 @@ All questions and answers were manually crafted and verified to ensure accurate
|
|
21 |
Rename each downloaded file according to the file name specified in the local_file_name column of source.csv.
|
22 |
(Alternatively, you may keep the original file names of the downloaded files and instead update the file names in the local_file_name column accordingly.)
|
23 |
Please place the downloaded PDF files in the ./pdf directory.
|
24 |
-
-
|
|
|
|
|
25 |
|
26 |
## 🤗Usage
|
27 |
```python
|
|
|
21 |
Rename each downloaded file according to the file name specified in the local_file_name column of source.csv.
|
22 |
(Alternatively, you may keep the original file names of the downloaded files and instead update the file names in the local_file_name column accordingly.)
|
23 |
Please place the downloaded PDF files in the ./pdf directory.
|
24 |
+
- Run create_dataset_for_lmms-eval.ipynb to generate jgraphqa.parquet.
|
25 |
+
- Copy jgraphqa.yaml, utils.py, and the generated jgraphqa.parquet file into the lmms_eval/tasks/jgraphqa directory.
|
26 |
+
(You will need to create the jgraphqa directory if it does not already exist.)
|
27 |
|
28 |
## 🤗Usage
|
29 |
```python
|