zhihao.ouyang
commited on
Commit
·
22961fb
1
Parent(s):
ef1cab9
add blip
Browse files- .gitattributes +1 -0
- coco_train_caption.json +3 -0
- coco_val_caption.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
coco_train_caption.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6f5a7d34a8d2364333c62f3db8068bc6ec7679146c5fa3b7734d6e3d70272c5
|
3 |
+
size 11685440
|
coco_val_caption.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21c79273681541d7856a727e11de6c25e5676c9ca6ed1f87e4cc547aae87f37c
|
3 |
+
size 494095
|