jorgeortizfuentes commited on
Commit
c2487b9
1 Parent(s): dd2abc6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: prediction
9
+ dtype: 'null'
10
+ - name: prediction_agent
11
+ dtype: 'null'
12
+ - name: annotation
13
+ list:
14
+ - name: end
15
+ dtype: int64
16
+ - name: label
17
+ dtype: string
18
+ - name: start
19
+ dtype: int64
20
+ - name: annotation_agent
21
+ dtype: string
22
+ - name: vectors
23
+ dtype: 'null'
24
+ - name: id
25
+ dtype: string
26
+ - name: metadata
27
+ dtype: 'null'
28
+ - name: status
29
+ dtype: string
30
+ - name: event_timestamp
31
+ dtype: timestamp[us]
32
+ - name: metrics
33
+ struct:
34
+ - name: annotated
35
+ struct:
36
+ - name: mentions
37
+ list:
38
+ - name: capitalness
39
+ dtype: string
40
+ - name: chars_length
41
+ dtype: int64
42
+ - name: density
43
+ dtype: float64
44
+ - name: label
45
+ dtype: string
46
+ - name: score
47
+ dtype: float64
48
+ - name: tokens_length
49
+ dtype: int64
50
+ - name: value
51
+ dtype: string
52
+ - name: tags
53
+ list:
54
+ - name: tag
55
+ dtype: string
56
+ - name: value
57
+ dtype: string
58
+ - name: predicted
59
+ struct:
60
+ - name: mentions
61
+ sequence: 'null'
62
+ - name: tags
63
+ sequence: 'null'
64
+ - name: text_length
65
+ dtype: int64
66
+ - name: tokens
67
+ list:
68
+ - name: capitalness
69
+ dtype: string
70
+ - name: char_end
71
+ dtype: int64
72
+ - name: char_start
73
+ dtype: int64
74
+ - name: custom
75
+ dtype: 'null'
76
+ - name: idx
77
+ dtype: int64
78
+ - name: length
79
+ dtype: int64
80
+ - name: score
81
+ dtype: 'null'
82
+ - name: tag
83
+ dtype: string
84
+ - name: value
85
+ dtype: string
86
+ - name: tokens_length
87
+ dtype: int64
88
+ splits:
89
+ - name: train
90
+ num_bytes: 17431
91
+ num_examples: 5
92
+ download_size: 27471
93
+ dataset_size: 17431
94
+ ---
95
+ # Dataset Card for "test_tesis_dataset"
96
+
97
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)