mirzaei2114 commited on
Commit
7ff8501
1 Parent(s): 15f4699

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
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: Id
12
+ dtype: int64
13
+ - name: PostTypeId
14
+ dtype: int64
15
+ - name: AcceptedAnswerId
16
+ dtype: int64
17
+ - name: Question
18
+ dtype: string
19
+ - name: Answer
20
+ dtype: string
21
+ - name: Image
22
+ dtype: image
23
+ splits:
24
+ - name: train
25
+ num_bytes: 1279702996.2801416
26
+ num_examples: 18412
27
+ - name: test
28
+ num_bytes: 147966346.50829053
29
+ num_examples: 2046
30
+ download_size: 1288722919
31
+ dataset_size: 1427669342.7884321
32
+ ---
33
+ # Dataset Card for "stackoverflowVQA-filtered-ssp"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)