Brizape commited on
Commit
5ce7c92
1 Parent(s): 97a86ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence: int64
10
+ - name: texts
11
+ dtype: string
12
+ - name: input_ids
13
+ sequence: int32
14
+ - name: token_type_ids
15
+ sequence: int8
16
+ - name: attention_mask
17
+ sequence: int8
18
+ - name: labels
19
+ sequence: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2414793
23
+ num_examples: 913
24
+ - name: validation
25
+ num_bytes: 759116
26
+ num_examples: 229
27
+ - name: test
28
+ num_bytes: 1367468
29
+ num_examples: 420
30
+ download_size: 714468
31
+ dataset_size: 4541377
32
+ ---
33
+ # Dataset Card for "amia_tokenized_split_0404_dev"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)