calm-and-collected commited on
Commit
ee32ff9
1 Parent(s): b7495e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -15,6 +15,8 @@ size_categories:
15
 
16
  A dataset conisting out of postcards from 1900-1960 annoted with a combination of CLIP and manual annotation.
17
 
 
 
18
  The dataset is strucured as follows:
19
  - Images of postcards.
20
  - Text file desribing the image.
@@ -22,20 +24,13 @@ The dataset is strucured as follows:
22
 
23
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6537927953b7eb25ce03c962/2TupHi3B_UP614McMHFpN.png)
24
 
25
- This dataset is licensed under CC BY 4.0 Deed. This gives you the rights to:
26
- - Share — copy and redistribute the material in any medium or format for any purpose, even commercially.
27
- - Adapt — remix, transform, and build upon the material for any purpose, even commercially.
28
- Under the following terms:
29
- - Attribution - You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
30
- - No additional restrictions - You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
31
-
32
- The license only applies to the descriptions of the images. Not to the images themselves (see collection method for more details).
33
-
34
  ## Metadata
35
  | Size of dataset in quantity | Size of dataset in storage | Repeating images | Source annotation |
36
  |---|---|---|---|
37
  | 646 | 1.6 Gb | Yes | No |
38
 
 
 
39
  <details>
40
  <summary>Collection and annotation</summary>
41
  ### Collection method:
@@ -62,4 +57,14 @@ The license only applies to the descriptions of the images. Not to the images th
62
  ### Image dataset composition:
63
  The dataset compromises of postcards originating from Germany, Poland, Russia and the United States of America. No additional annotation provded to identify where the postcards are from.
64
  Most of the postcards depict a bias towards nature scenes E.G snowy mountain valleys at sunset. Training a model could create a bias towards these images.
65
- </details>
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  A dataset conisting out of postcards from 1900-1960 annoted with a combination of CLIP and manual annotation.
17
 
18
+
19
+ ## datastructure
20
  The dataset is strucured as follows:
21
  - Images of postcards.
22
  - Text file desribing the image.
 
24
 
25
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6537927953b7eb25ce03c962/2TupHi3B_UP614McMHFpN.png)
26
 
 
 
 
 
 
 
 
 
 
27
  ## Metadata
28
  | Size of dataset in quantity | Size of dataset in storage | Repeating images | Source annotation |
29
  |---|---|---|---|
30
  | 646 | 1.6 Gb | Yes | No |
31
 
32
+
33
+
34
  <details>
35
  <summary>Collection and annotation</summary>
36
  ### Collection method:
 
57
  ### Image dataset composition:
58
  The dataset compromises of postcards originating from Germany, Poland, Russia and the United States of America. No additional annotation provded to identify where the postcards are from.
59
  Most of the postcards depict a bias towards nature scenes E.G snowy mountain valleys at sunset. Training a model could create a bias towards these images.
60
+ </details>
61
+
62
+ ## license
63
+ This dataset is licensed under CC BY 4.0 Deed. This gives you the rights to:
64
+ - Share — copy and redistribute the material in any medium or format for any purpose, even commercially.
65
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially.
66
+ Under the following terms:
67
+ - Attribution - You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
68
+ - No additional restrictions - You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
69
+
70
+ The license only applies to the descriptions of the images. Not to the images themselves (see collection method for more details).