Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
ac899f2
1 Parent(s): 8759c49

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -49
dataset_infos.json DELETED
@@ -1,49 +0,0 @@
1
- {
2
- "default": {
3
- "description": "Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis\n",
4
- "citation": "@InProceedings{10.1007/978-3-319-18117-2_2,\nauthor=\"ElSahar, Hady\nand El-Beltagy, Samhaa R.\",\neditor=\"Gelbukh, Alexander\",\ntitle=\"Building Large Arabic Multi-domain Resources for Sentiment Analysis\",\nbooktitle=\"Computational Linguistics and Intelligent Text Processing\",\nyear=\"2015\",\npublisher=\"Springer International Publishing\",\naddress=\"Cham\",\npages=\"23--34\",\nisbn=\"978-3-319-18117-2\"\n}\n",
5
- "homepage": "https://github.com/hadyelsahar/large-arabic-sentiment-analysis-resouces",
6
- "license": "",
7
- "features": {
8
- "polarity": {
9
- "names": [
10
- "negative",
11
- "positive"
12
- ],
13
- "_type": "ClassLabel"
14
- },
15
- "text": {
16
- "dtype": "string",
17
- "_type": "Value"
18
- },
19
- "restaurant_id": {
20
- "dtype": "string",
21
- "_type": "Value"
22
- },
23
- "user_id": {
24
- "dtype": "string",
25
- "_type": "Value"
26
- }
27
- },
28
- "builder_name": "parquet",
29
- "dataset_name": "ar_res_reviews",
30
- "config_name": "default",
31
- "version": {
32
- "version_str": "0.0.0",
33
- "major": 0,
34
- "minor": 0,
35
- "patch": 0
36
- },
37
- "splits": {
38
- "train": {
39
- "name": "train",
40
- "num_bytes": 3617085,
41
- "num_examples": 8364,
42
- "dataset_name": null
43
- }
44
- },
45
- "download_size": 1887029,
46
- "dataset_size": 3617085,
47
- "size_in_bytes": 5504114
48
- }
49
- }