Zaid commited on
Commit
c3f6bd8
1 Parent(s): 82e6995

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: string
6
+ - name: ID
7
+ dtype: string
8
+ - name: Category
9
+ dtype: string
10
+ - name: Source
11
+ dtype: string
12
+ - name: Title
13
+ dtype: string
14
+ - name: Subtitle
15
+ dtype: string
16
+ - name: Image
17
+ dtype: string
18
+ - name: Caption
19
+ dtype: string
20
+ - name: Text
21
+ dtype: string
22
+ - name: URL
23
+ dtype: string
24
+ - name: FullText
25
+ dtype: string
26
+ - name: FullTextCleaned
27
+ dtype: string
28
+ - name: FullTextWords
29
+ dtype: string
30
+ - name: WordsCounts
31
+ dtype: string
32
+ - name: Date
33
+ dtype: string
34
+ - name: Time
35
+ dtype: string
36
+ - name: Images
37
+ dtype: string
38
+ - name: Captions
39
+ dtype: string
40
+ - name: Terms
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 376546224
45
+ num_examples: 24084
46
+ download_size: 164286254
47
+ dataset_size: 376546224
48
+ ---
49
+ # Dataset Card for "AlRiyadh_Newspaper_Covid"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)