garutyunov commited on
Commit
8be5b53
1 Parent(s): ed09635

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: tokens
9
+ sequence: string
10
+ - name: ner_tags
11
+ sequence: string
12
+ - name: ner_spans
13
+ sequence:
14
+ sequence: int32
15
+ splits:
16
+ - name: train
17
+ num_bytes: 6575841
18
+ num_examples: 100
19
+ download_size: 2042117
20
+ dataset_size: 6575841
21
+ ---
22
+ # Dataset Card for "litbank-entities"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)