shomez commited on
Commit
55cadc5
1 Parent(s): 600f6b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: labels
7
+ sequence:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-MEN
12
+ '2': I-MEN
13
+ - name: mentions
14
+ list:
15
+ - name: start_token_idx
16
+ dtype: int64
17
+ - name: end_token_idx
18
+ dtype: int64
19
+ - name: identifier
20
+ dtype: string
21
+ - name: tokens
22
+ sequence: string
23
+ - name: input_ids
24
+ sequence: int32
25
+ - name: attention_mask
26
+ sequence: int8
27
+ splits:
28
+ - name: train
29
+ num_bytes: 6399664
30
+ num_examples: 547
31
+ download_size: 1482840
32
+ dataset_size: 6399664
33
+ ---
34
+ # Dataset Card for "mention-detection-bert-cased"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)