Sleoruiz commited on
Commit
21577af
·
1 Parent(s): 3bf5b87

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: 'null'
6
+ - name: inputs
7
+ struct:
8
+ - name: comision
9
+ dtype: string
10
+ - name: fecha_gaceta
11
+ dtype: string
12
+ - name: gaceta_numero
13
+ dtype: string
14
+ - name: name
15
+ dtype: string
16
+ - name: text
17
+ dtype: string
18
+ - name: prediction
19
+ list:
20
+ - name: label
21
+ dtype: string
22
+ - name: score
23
+ dtype: float64
24
+ - name: prediction_agent
25
+ dtype: string
26
+ - name: annotation
27
+ sequence: string
28
+ - name: annotation_agent
29
+ dtype: string
30
+ - name: multi_label
31
+ dtype: bool
32
+ - name: explanation
33
+ dtype: 'null'
34
+ - name: id
35
+ dtype: string
36
+ - name: metadata
37
+ dtype: 'null'
38
+ - name: status
39
+ dtype: string
40
+ - name: event_timestamp
41
+ dtype: timestamp[us]
42
+ - name: metrics
43
+ struct:
44
+ - name: text_length
45
+ dtype: int64
46
+ splits:
47
+ - name: train
48
+ num_bytes: 8052385
49
+ num_examples: 3349
50
+ download_size: 4065041
51
+ dataset_size: 8052385
52
+ ---
53
+ # Dataset Card for "disc_cla_-cuarta-2"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)