Sleoruiz commited on
Commit
bb3a697
·
1 Parent(s): 32a675c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: vectors
31
+ dtype: 'null'
32
+ - name: multi_label
33
+ dtype: bool
34
+ - name: explanation
35
+ dtype: 'null'
36
+ - name: id
37
+ dtype: string
38
+ - name: metadata
39
+ dtype: 'null'
40
+ - name: status
41
+ dtype: string
42
+ - name: event_timestamp
43
+ dtype: timestamp[us]
44
+ - name: metrics
45
+ struct:
46
+ - name: text_length
47
+ dtype: int64
48
+ splits:
49
+ - name: train
50
+ num_bytes: 162072571
51
+ num_examples: 42666
52
+ download_size: 65858974
53
+ dataset_size: 162072571
54
+ ---
55
+ # Dataset Card for "disc_cla_plenaria-2"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)