GuillemGSubies commited on
Commit
f33b50a
1 Parent(s): a54a53e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence: int64
10
+ splits:
11
+ - name: train
12
+ num_bytes: 4413026
13
+ num_examples: 4228
14
+ - name: validation
15
+ num_bytes: 776702
16
+ num_examples: 747
17
+ - name: test
18
+ num_bytes: 2144590
19
+ num_examples: 2500
20
+ download_size: 2627268
21
+ dataset_size: 7334318
22
+ ---
23
+ # Dataset Card for "socialdisner"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)