Jotschi commited on
Commit
8472595
1 Parent(s): ce3baa0

Update source links

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -36,15 +36,13 @@ This dataset contains captions that were rephrased into simple english so that a
36
 
37
  The processed [MS COCO datasets](https://cocodataset.org/#download) (Karpathy Split) in this repo are based on the following sources:
38
 
39
- * train: http://images.cocodataset.org/zips/train2014.zip
40
- * val: http://images.cocodataset.org/zips/val2014.zip
41
- * test: http://images.cocodataset.org/zips/test2014.zip
42
 
43
- Files uses:
 
 
 
 
44
 
45
- * aa31ac474cf6250ebb81d18348a07ed8 coco_karpathy_train.json
46
- * 3ff34b0ef2db02d01c37399f6a2a6cd1 coco_karpathy_test.json
47
- * b273847456ef5580e33713b1f7de52a0 coco_karpathy_val.json
48
 
49
  MS COCO:
50
 
 
36
 
37
  The processed [MS COCO datasets](https://cocodataset.org/#download) (Karpathy Split) in this repo are based on the following sources:
38
 
 
 
 
39
 
40
+ | Type | MD5 | URL |
41
+ |------------|----------------------------------|-----------------------------------------------------------------------------------------------|
42
+ | Train | aa31ac474cf6250ebb81d18348a07ed8 | https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_train.json |
43
+ | Validation | b273847456ef5580e33713b1f7de52a0 | https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_val.json |
44
+ | Test | 3ff34b0ef2db02d01c37399f6a2a6cd1 | https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_test.json |
45
 
 
 
 
46
 
47
  MS COCO:
48