tsa17 commited on
Commit
5ae1c54
·
1 Parent(s): 2e88f69

Upload README.md with huggingface_hub

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