File size: 3,734 Bytes
21e2b62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a8c2f3
 
 
 
 
cd2a3b6
7a8c2f3
 
 
 
e28f9b1
7a8c2f3
 
 
e28f9b1
 
3a14e11
e28f9b1
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
---
dataset_info:
  features:
  - name: photo
    struct:
    - name: id
      dtype: string
    - name: url
      dtype: string
    - name: image_url
      dtype: string
    - name: submitted_at
      dtype: string
    - name: featured
      dtype: bool
    - name: width
      dtype: uint16
    - name: height
      dtype: uint16
    - name: aspect_ratio
      dtype: float32
    - name: description
      dtype: string
    - name: blur_hash
      dtype: string
  - name: photographer
    struct:
    - name: username
      dtype: string
    - name: first_name
      dtype: string
    - name: last_name
      dtype: string
  - name: exif
    struct:
    - name: camera_make
      dtype: string
    - name: camera_model
      dtype: string
    - name: iso
      dtype: string
    - name: aperture_value
      dtype: string
    - name: focal_length
      dtype: string
    - name: exposure_time
      dtype: string
  - name: location
    struct:
    - name: name
      dtype: string
    - name: latitude
      dtype: float32
    - name: longitude
      dtype: float32
    - name: country
      dtype: string
    - name: city
      dtype: string
  - name: stats
    struct:
    - name: views
      dtype: uint32
    - name: downloads
      dtype: uint32
  - name: ai
    struct:
    - name: description
      dtype: string
    - name: primary_landmark_name
      dtype: string
    - name: primary_landmark_latitude
      dtype: string
    - name: primary_landmark_longitude
      dtype: string
    - name: primary_landmark_confidence
      dtype: string
  - name: keywords
    list:
    - name: keyword
      dtype: string
    - name: ai_service_1_confidence
      dtype: string
    - name: ai_service_2_confidence
      dtype: string
    - name: suggested_by_user
      dtype: bool
  - name: collections
    list:
    - name: collection_id
      dtype: string
    - name: collection_title
      dtype: string
    - name: photo_collected_at
      dtype: string
  - name: conversions
    list:
    - name: converted_at
      dtype: string
    - name: conversion_type
      dtype: string
    - name: keyword
      dtype: string
    - name: anonymous_user_id
      dtype: string
    - name: conversion_country
      dtype: string
  - name: colors
    list:
    - name: hex
      dtype: string
    - name: red
      dtype: uint8
    - name: green
      dtype: uint8
    - name: blue
      dtype: uint8
    - name: keyword
      dtype: string
    - name: ai_coverage
      dtype: float32
    - name: ai_score
      dtype: float32
  splits:
  - name: train
    num_bytes: 1202216966
    num_examples: 25000
  download_size: 618337921
  dataset_size: 1202216966
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: other
license_name: unsplash-commercial
license_link: https://github.com/unsplash/datasets/blob/master/DOCS.md
task_categories:
- text-to-image
- image-to-text
language:
- en
tags:
- unsplash
- v1.2.1
pretty_name: Unsplash Lite
size_categories:
- 10K<n<100K
---

# The Unsplash Lite Dataset (v1.2.1)

![](https://unsplash.com/blog/content/images/2020/08/dataheader.jpg)

The Lite dataset contains all of the same fields as the Full dataset, but is limited to ~25,000 photos.
It can be used for both commercial and non-commercial usage, provided you abide by [the terms](https://github.com/unsplash/datasets/blob/master/TERMS.md).

The Unsplash Dataset is made available for research purposes.
[It cannot be used to redistribute the images contained within](https://github.com/unsplash/datasets/blob/master/TERMS.md).
To use the Unsplash library in a product, see [the Unsplash API](https://unsplash.com/developers).

![](https://unsplash.com/blog/content/images/2020/08/footer-alt.jpg)