Datasets:
QCRI
/

Modalities:
Image
Text
Formats:
parquet
Languages:
Arabic
ArXiv:
Libraries:
Datasets
pandas
License:
Firoj commited on
Commit
b7809b4
1 Parent(s): fd9e568

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +58 -0
dataset_infos.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ArMeme": {
3
+ "description": "ArMeme is the first multimodal Arabic memes dataset that includes both text and images, collected from various social media platforms. It serves as the first resource dedicated to Arabic multimodal research. While the dataset has been annotated to identify propaganda in memes, it is versatile and can be utilized for a wide range of other research purposes, including sentiment analysis, hate speech detection, cultural studies, meme generation, and cross-lingual transfer learning. The dataset opens new avenues for exploring the intersection of language, culture, and visual communication.",
4
+ "citation": "@article{YourCitationKey2024,\n"
5
+ " title={ArMeme: A Multimodal Arabic Memes Dataset},\n"
6
+ " author={Your Name and Other Authors},\n"
7
+ " journal={Journal Name},\n"
8
+ " year={2024},\n"
9
+ " volume={1},\n"
10
+ " number={1},\n"
11
+ " pages={1-10},\n"
12
+ " doi={10.1234/your-doi},\n"
13
+ " url={https://your-url.com}\n"
14
+ "}",
15
+ "homepage": "https://huggingface.co/datasets/QCRI/ArMeme",
16
+ "license": "CC-BY-NC-SA-4.0",
17
+ "features": {
18
+ "text": {
19
+ "dtype": "string",
20
+ "id": null
21
+ },
22
+ "image": {
23
+ "id": null
24
+ },
25
+ "image_file_path": {
26
+ "dtype": "string",
27
+ "id": null
28
+ }
29
+ },
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes":288846844.171,
34
+ "num_examples": 4007
35
+ },
36
+ "dev": {
37
+ "name": "dev",
38
+ "num_bytes":45903775.0,
39
+ "num_examples": 584
40
+ },
41
+ "test": {
42
+ "name": "test",
43
+ "num_bytes":81778364.176,
44
+ "num_examples": 1134
45
+ }
46
+ },
47
+ "version": "1.0.0",
48
+ "download_size": 423373959,
49
+ "dataset_size": 416528983.347,
50
+ "task_categories": [
51
+ "multimodal"
52
+ ],
53
+ "languages": [
54
+ "ar"
55
+ ]
56
+ }
57
+ }
58
+