xusenlin commited on
Commit
b7df256
1 Parent(s): 3f17f87

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: entities
7
+ list:
8
+ - name: id
9
+ dtype: int64
10
+ - name: entity
11
+ dtype: string
12
+ - name: start_offset
13
+ dtype: int64
14
+ - name: end_offset
15
+ dtype: int64
16
+ - name: label
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 5289666
21
+ num_examples: 15000
22
+ - name: test
23
+ num_bytes: 461472
24
+ num_examples: 3000
25
+ - name: validation
26
+ num_bytes: 1752698
27
+ num_examples: 5000
28
+ download_size: 3359069
29
+ dataset_size: 7503836
30
+ ---
31
+ # Dataset Card for "cmeee"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)