justinian336 commited on
Commit
2904bfe
1 Parent(s): 223f97b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_src
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: content
9
+ dtype: string
10
+ - name: category
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': Confidencial
15
+ '1': Editorial
16
+ '2': Economia
17
+ '3': Politica
18
+ '4': Nacionales
19
+ '5': Tecnomundo
20
+ '6': Guia Mundialista
21
+ '7': El Mundo
22
+ - name: date
23
+ dtype: string
24
+ - name: link
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 88224549
29
+ num_examples: 45267
30
+ download_size: 49047658
31
+ dataset_size: 88224549
32
+ ---
33
+ # Dataset Card for "salvadoran-news-elmundo"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)