justinian336 commited on
Commit
0c56a94
·
1 Parent(s): 087a526

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': Economia
15
+ '1': Editorial
16
+ '2': Guia Mundialista
17
+ '3': El Mundo
18
+ '4': Confidencial
19
+ '5': Nacionales
20
+ '6': Politica
21
+ '7': Tecnomundo
22
+ - name: date
23
+ dtype: string
24
+ - name: link
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 88338037
29
+ num_examples: 45162
30
+ download_size: 48968586
31
+ dataset_size: 88338037
32
+ ---
33
+ # Dataset Card for "salvadoran-news"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)