add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,36 @@ task_ids:
|
|
21 |
- masked-language-modeling
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: HebrewSentiment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for HebrewSentiment
|
@@ -195,4 +225,4 @@ https://thisworld.online/
|
|
195 |
|
196 |
### Contributions
|
197 |
|
198 |
-
Thanks to [@lhoestq](https://github.com/lhoestq), [@imvladikon](https://github.com/imvladikon) for adding this dataset.
|
|
|
21 |
- masked-language-modeling
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: HebrewSentiment
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: issue_num
|
27 |
+
dtype: int64
|
28 |
+
- name: page_count
|
29 |
+
dtype: int64
|
30 |
+
- name: date
|
31 |
+
dtype: string
|
32 |
+
- name: date_he
|
33 |
+
dtype: string
|
34 |
+
- name: year
|
35 |
+
dtype: string
|
36 |
+
- name: href
|
37 |
+
dtype: string
|
38 |
+
- name: pdf
|
39 |
+
dtype: string
|
40 |
+
- name: coverpage
|
41 |
+
dtype: string
|
42 |
+
- name: backpage
|
43 |
+
dtype: string
|
44 |
+
- name: content
|
45 |
+
dtype: string
|
46 |
+
- name: url
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 678389435
|
51 |
+
num_examples: 2028
|
52 |
+
download_size: 678322912
|
53 |
+
dataset_size: 678389435
|
54 |
---
|
55 |
|
56 |
# Dataset Card for HebrewSentiment
|
|
|
225 |
|
226 |
### Contributions
|
227 |
|
228 |
+
Thanks to [@lhoestq](https://github.com/lhoestq), [@imvladikon](https://github.com/imvladikon) for adding this dataset.
|