sileod commited on
Commit
72e22da
·
1 Parent(s): 22cde29

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: label
5
+ dtype: string
6
+ - name: expression
7
+ dtype: string
8
+ - name: dataset
9
+ dtype: string
10
+ - name: position
11
+ sequence: int32
12
+ - name: id
13
+ dtype: string
14
+ - name: context
15
+ dtype: string
16
+ - name: previous_sentence
17
+ dtype: string
18
+ - name: next_sentence
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 5671035
23
+ num_examples: 14929
24
+ - name: validation
25
+ num_bytes: 866481
26
+ num_examples: 2311
27
+ - name: test
28
+ num_bytes: 2054321
29
+ num_examples: 5873
30
+ download_size: 4444711
31
+ dataset_size: 8591837
32
+ ---
33
+ # Dataset Card for "VUAC"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)