Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,12 @@ configs:
|
|
12 |
path: "validation.parquet"
|
13 |
- config_name: faviq
|
14 |
data_files:
|
15 |
-
- split: dev
|
16 |
-
path: faviq/train-*
|
17 |
-
- split: test
|
18 |
-
path: faviq/test-*
|
19 |
- split: train
|
20 |
-
path: faviq/
|
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
language:
|
@@ -72,6 +72,9 @@ The lab is led by [Dr. Reihaneh Rabbany](https://complexdatalabmcgill.github.io/
|
|
72 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab7ff5d7ee953f60535b9e/GSQqT28He0GUx9WO0tSFs.png)
|
73 |
|
74 |
|
|
|
|
|
|
|
75 |
### Citation Information
|
76 |
|
77 |
```
|
|
|
12 |
path: "validation.parquet"
|
13 |
- config_name: faviq
|
14 |
data_files:
|
|
|
|
|
|
|
|
|
15 |
- split: train
|
16 |
+
path: faviq/faviq_train-*
|
17 |
+
- split: test
|
18 |
+
path: faviq/faviq_test-*
|
19 |
+
- split: validation
|
20 |
+
path: faviq/faviq_validation-*
|
21 |
|
22 |
|
23 |
language:
|
|
|
72 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab7ff5d7ee953f60535b9e/GSQqT28He0GUx9WO0tSFs.png)
|
73 |
|
74 |
|
75 |
+
### TODO/Questions:
|
76 |
+
1. adding an additional dataset called dev?
|
77 |
+
|
78 |
### Citation Information
|
79 |
|
80 |
```
|