cadurosar commited on
Commit
4b8c002
1 Parent(s): 15672a9

Upload README.md with huggingface_hub (#2)

Browse files

- Upload README.md with huggingface_hub (e20ebe43dca73f38d41a0ffd5c20f2ac9b410f48)

Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text_id
5
+ dtype: string
6
+ - name: page_url
7
+ dtype: string
8
+ - name: page_title
9
+ dtype: string
10
+ - name: section_title
11
+ dtype: string
12
+ - name: context_page_description
13
+ dtype: string
14
+ - name: context_section_description
15
+ dtype: string
16
+ - name: media
17
+ sequence: string
18
+ - name: hierachy
19
+ sequence: string
20
+ - name: category
21
+ sequence: string
22
+ - name: source_id
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 402439.0669364712
27
+ num_examples: 200
28
+ download_size: 506239
29
+ dataset_size: 402439.0669364712
30
+ ---
31
+ # Dataset Card for "TREC-2023-Text-to-Image"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)