Skip to content

Commit 82aefcc

Browse files
committed
updated readme
1 parent d4082af commit 82aefcc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
data
22
results.xlsx
33
.idea
4+
crisis_datasets_web

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
## Datasets
66
* Download dataset:
77

8-
Before trying to start running any script, please download the dataset first. More detail of this dataset can be found here: https://crisisnlp.qcri.org/CrisisConsolidated.html and the associated published papers.
8+
Before trying to start running any script, please download the dataset first. More detail of this dataset can be found here: https://crisisnlp.qcri.org/crisis_datasets_benchmarks.html and the associated published papers.
99

10-
* Download the dataset (https://crisisnlp.qcri.org/data/CrisisConsolidated/CrisisConsolidated_v1.0.tar.gz)
10+
* Download the dataset (https://crisisnlp.qcri.org/data/crisis_datasets_benchmarks/crisis_datasets_benchmarks_v1.0.tar.gz)
1111

12-
Assuming that your current working directory is YOUR_PATH/multimodal_social_media
12+
Assuming that your current working directory is YOUR_PATH/crisis_datasets_benchmarks
1313
```
14-
tar -xvf CrisisConsolidated_v1.0.tar.gz
15-
mv CrisisConsolidated_v1.0/data_image $PWD/
14+
tar -xvf crisis_datasets_benchmarks_v1.0.tar.gz
15+
mv crisis_datasets_benchmarks_v1.0/data_image $PWD/
1616
```
1717

1818
**Different Versions of the dataset**
19-
* data/all_events_en
20-
* data/individual_event_en
19+
* data/all_data_en
20+
* data/individual_data_en
2121
* data/event_aware_en
2222
* data/class_label_mapped
2323
* data/initial_filtering

0 commit comments

Comments
 (0)