cQueenccc commited on
Commit
23e052d
1 Parent(s): 2a58259

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -28,5 +28,27 @@ The captions are generated with the [pre-trained BLIP model](https://github.com/
28
 
29
  For each row the dataset contains `image` and `caption` keys. `image` is a varying size PIL jpeg, and `caption` is the accompanying text caption. Only a train split is provided.
30
 
 
31
 
32
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  For each row the dataset contains `image` and `caption` keys. `image` is a varying size PIL jpeg, and `caption` is the accompanying text caption. Only a train split is provided.
30
 
31
+ ## Examples
32
 
33
+
34
+ ![vv1.jpg](https://github.com/CQUEEN-lpy/cqueenccc.github.io/blob/main/imgs/vivian_a%20group%20of%20people.jpg)
35
+ > A group of people
36
+
37
+ ![vv10.jpg](https://github.com/CQUEEN-lpy/cqueenccc.github.io/blob/main/imgs/vivian_a%20person%20floating%20in%20the%20water.jpg)
38
+ > person floating in the water
39
+
40
+ ![vv100.jpg](https://github.com/CQUEEN-lpy/cqueenccc.github.io/blob/main/imgs/vivian_a%20person%20standing%20next%20to%20a%20refrigerator.jpg)
41
+ > a person standing next to a refrigerator
42
+
43
+ ## Citation
44
+
45
+ If you use this dataset, please cite it as:
46
+
47
+ ```
48
+ @misc{cqueenccc2023vivian,
49
+ author = {cQueenccc},
50
+ title = {Vivian Maier's photograph split BLIP captions},
51
+ year={2023},
52
+ howpublished= {\url{https://huggingface.co/datasets/cQueenccc/Vivian-Blip-Captions/}}
53
+ }
54
+ ```