Spaces:
Configuration error
Configuration error
first commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .DS_Store +3 -0
- .gitattributes +17 -0
- app.py +3 -0
- audio/SmallTown.wav +3 -0
- audio/Thunder 03.wav +3 -0
- audio/WavesOnTheShore.wav +3 -0
- best.pt +3 -0
- coco_caption/.DS_Store +3 -0
- coco_caption/.ipynb_checkpoints/get_stanford_models-checkpoint.sh +3 -0
- coco_caption/__init__.py +3 -0
- coco_caption/get_stanford_models.sh +3 -0
- coco_caption/license.txt +3 -0
- coco_caption/pycocoevalcap/__init__.py +3 -0
- coco_caption/pycocoevalcap/__pycache__/__init__.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/__pycache__/__init__.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/__pycache__/eval.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/__pycache__/eval.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/LICENSE +3 -0
- coco_caption/pycocoevalcap/bleu/__init__.py +3 -0
- coco_caption/pycocoevalcap/bleu/__pycache__/__init__.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/__pycache__/__init__.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/__pycache__/bleu.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/__pycache__/bleu.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/__pycache__/bleu_scorer.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/__pycache__/bleu_scorer.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/bleu/bleu.py +3 -0
- coco_caption/pycocoevalcap/bleu/bleu_scorer.py +3 -0
- coco_caption/pycocoevalcap/cider/__init__.py +3 -0
- coco_caption/pycocoevalcap/cider/__pycache__/__init__.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/cider/__pycache__/__init__.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/cider/__pycache__/cider.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/cider/__pycache__/cider.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/cider/__pycache__/cider_scorer.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/cider/__pycache__/cider_scorer.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/cider/cider.py +3 -0
- coco_caption/pycocoevalcap/cider/cider_scorer.py +3 -0
- coco_caption/pycocoevalcap/eval.py +3 -0
- coco_caption/pycocoevalcap/meteor/__init__.py +3 -0
- coco_caption/pycocoevalcap/meteor/__pycache__/__init__.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/meteor/__pycache__/__init__.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/meteor/__pycache__/meteor.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/meteor/__pycache__/meteor.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/meteor/data/paraphrase-en.gz +3 -0
- coco_caption/pycocoevalcap/meteor/meteor-1.5.jar +3 -0
- coco_caption/pycocoevalcap/meteor/meteor.py +3 -0
- coco_caption/pycocoevalcap/rouge/__init__.py +3 -0
- coco_caption/pycocoevalcap/rouge/__pycache__/__init__.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/rouge/__pycache__/__init__.cpython-38.pyc +3 -0
- coco_caption/pycocoevalcap/rouge/__pycache__/rouge.cpython-37.pyc +3 -0
- coco_caption/pycocoevalcap/rouge/__pycache__/rouge.cpython-38.pyc +3 -0
.DS_Store
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d242f7c1e6f547198e21c327e2e9104411a8227a102bc55a49d6b90fb90eed88
|
3 |
+
size 8196
|
.gitattributes
CHANGED
@@ -26,3 +26,20 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
*.md filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
*.md filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.DS_Store filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.py filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.sh filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.pyc filter=lfs diff=lfs merge=lfs -text
|
35 |
+
/coco_caption/pycocoevalcap/bleu/LICENSE filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.jar filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.gitignore filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.mdb filter=lfs diff=lfs merge=lfs -text
|
39 |
+
/coco_caption/pycocoevalcap/spice/tmp/tmp1mwjzex_ filter=lfs diff=lfs merge=lfs -text
|
40 |
+
/coco_caption/pycocoevalcap/spice/tmp/tmp6eqp__dh filter=lfs diff=lfs merge=lfs -text
|
41 |
+
/coco_caption/pycocoevalcap/spice/tmp/tmpfi019j7d filter=lfs diff=lfs merge=lfs -text
|
42 |
+
/coco_caption/pycocoevalcap/spice/tmp/tmppk2fbzba filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.p filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.ipynb filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.yaml filter=lfs diff=lfs merge=lfs -text
|
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:261a28309f4d8f8492aecbce57c5025200c7f9918bbc7a5d3d03126c41e35947
|
3 |
+
size 2274
|
audio/SmallTown.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b2f43d5f31fde2e70f9522e908ae89a1bb7827e25baa7db2f37edd48da4312b
|
3 |
+
size 2404434
|
audio/Thunder 03.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5db44fb0ae9a1e7ae2cec725cdf18334f54d58ffabec2b53254ac6d2b19d8fe1
|
3 |
+
size 1463200
|
audio/WavesOnTheShore.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccade1f1caec7eed1884fab4345646e8a2753b5c235f2f261299f29dce5e8088
|
3 |
+
size 1712506
|
best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:425fba0235ad2aa6d7e83415a91ac89f436f08429180800d84fc7f5bc96605c7
|
3 |
+
size 35719252
|
coco_caption/.DS_Store
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d65165279105ca6773180500688df4bdc69a2c7b771752f0a46ef120b7fd8ec3
|
3 |
+
size 6148
|
coco_caption/.ipynb_checkpoints/get_stanford_models-checkpoint.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68e9573db90a2cca19162b7138f4a1f2528c28adab6d7af680dac0407c903c5e
|
3 |
+
size 594
|
coco_caption/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0537a5f5688de41af80d0a95f29f309f9af49c2397a1e515d176a8ec96e77dfb
|
3 |
+
size 108
|
coco_caption/get_stanford_models.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68e9573db90a2cca19162b7138f4a1f2528c28adab6d7af680dac0407c903c5e
|
3 |
+
size 594
|
coco_caption/license.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc9fc7451280a2dc2f9a8d4188834483d4469e2a96d57e19d9268609b7533b4
|
3 |
+
size 1562
|
coco_caption/pycocoevalcap/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d02e91fe125b82e6e5f0642b897f7439094506d06f32771b40d00170deb8eae1
|
3 |
+
size 21
|
coco_caption/pycocoevalcap/__pycache__/__init__.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce4abc6d53be53da9bbe2b9fa4d772f43aa1e4bb7600328606474a0c45b31298
|
3 |
+
size 189
|
coco_caption/pycocoevalcap/__pycache__/__init__.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaa510b1a9367aa24e93ec107ff73bacbb26e64f23159859466fc22b8ea0cbb2
|
3 |
+
size 188
|
coco_caption/pycocoevalcap/__pycache__/eval.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de08cae7a255dded2c9b046cf5478c0462f799d9b7918044e9ea9f2427b7c603
|
3 |
+
size 3037
|
coco_caption/pycocoevalcap/__pycache__/eval.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23c4cb2c58dcf73e858c3f1b8824bf2bfcd87e2b45bc47789c7cfad88e1459fa
|
3 |
+
size 3058
|
coco_caption/pycocoevalcap/bleu/LICENSE
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f830ffb6b163eeced2bcab2acbb8526fe365e40e865c364db691620a5840a252
|
3 |
+
size 1105
|
coco_caption/pycocoevalcap/bleu/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d02e91fe125b82e6e5f0642b897f7439094506d06f32771b40d00170deb8eae1
|
3 |
+
size 21
|
coco_caption/pycocoevalcap/bleu/__pycache__/__init__.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c4520aa3ccb6db205e2609b0ddc663d735162b0c17ffcadc813fa8a00104e52
|
3 |
+
size 194
|
coco_caption/pycocoevalcap/bleu/__pycache__/__init__.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71077240a46ce3fa7e898d16f166d7f974447dadde1f3c465e60da0a6f796616
|
3 |
+
size 193
|
coco_caption/pycocoevalcap/bleu/__pycache__/bleu.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:969fd66d59e491c80358c007e0b3bab102a08f8a3e22623ea6240362914de3ba
|
3 |
+
size 1125
|
coco_caption/pycocoevalcap/bleu/__pycache__/bleu.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ac82676bdc1d511fff03b0213cb60ec9d06974626939e9393c4e1142207c85e
|
3 |
+
size 1136
|
coco_caption/pycocoevalcap/bleu/__pycache__/bleu_scorer.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f6cef5b7ae64b3682aaa4b2ce06e755338493aa7456502fbbdc4daeab22c6f
|
3 |
+
size 7847
|
coco_caption/pycocoevalcap/bleu/__pycache__/bleu_scorer.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc4f928d6c1d54d7bc367931fc3af1529d12ba49daf7d2bd7f29c183daaf3a50
|
3 |
+
size 7841
|
coco_caption/pycocoevalcap/bleu/bleu.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:641d589b1ce430d9b8b45a58c3b9ebc98705b928a147591c5e8a2d089fdbeb63
|
3 |
+
size 1565
|
coco_caption/pycocoevalcap/bleu/bleu_scorer.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb653b68adc6596a7599b0c02ab5c005cfca355898fa44bd9ea81f9bd9721b32
|
3 |
+
size 9066
|
coco_caption/pycocoevalcap/cider/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d02e91fe125b82e6e5f0642b897f7439094506d06f32771b40d00170deb8eae1
|
3 |
+
size 21
|
coco_caption/pycocoevalcap/cider/__pycache__/__init__.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06316ebbe4db7f0a6c869078fe073a34fb0672bb28beeb0bea3b245ee60a8e38
|
3 |
+
size 195
|
coco_caption/pycocoevalcap/cider/__pycache__/__init__.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7d3a0d8e59bbff98e057164b430e60723b8fed02b109e3fb1bd1270a7c3a87e
|
3 |
+
size 194
|
coco_caption/pycocoevalcap/cider/__pycache__/cider.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:874672d242891c3172abd96764365d1d2babfc32b787fd01202bb8d9fe046433
|
3 |
+
size 1564
|
coco_caption/pycocoevalcap/cider/__pycache__/cider.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cac607ed8ab5663d478c90bcfcef73d711ccb2a53e6fcccef8d67a291eedac0b
|
3 |
+
size 1575
|
coco_caption/pycocoevalcap/cider/__pycache__/cider_scorer.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:499d07e996797902c68a4e8b5026716b76898d51a38d8730be4c6202ef1fcbb9
|
3 |
+
size 7668
|
coco_caption/pycocoevalcap/cider/__pycache__/cider_scorer.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2525a775d509b936b08aa5527027dd9d2a605bba2009622e368d752e27cfa8c7
|
3 |
+
size 7688
|
coco_caption/pycocoevalcap/cider/cider.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d2e231fe1fc07a7ae860ef2e1e4f68379273fb1a75b23027fcbe6cd2801bcd4
|
3 |
+
size 1989
|
coco_caption/pycocoevalcap/cider/cider_scorer.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0c08b17ed2278bc8b63ae95560be24960e19c6f36ca1f93cfc4aa162d3a0777
|
3 |
+
size 7994
|
coco_caption/pycocoevalcap/eval.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:437cba1846c1b56a05a37dda308a60219ba0b9aba7a176ba94bda35c4c0b8144
|
3 |
+
size 3879
|
coco_caption/pycocoevalcap/meteor/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d02e91fe125b82e6e5f0642b897f7439094506d06f32771b40d00170deb8eae1
|
3 |
+
size 21
|
coco_caption/pycocoevalcap/meteor/__pycache__/__init__.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94d426ecd5c07aef1b2ff8c5c6a7d5d8c2c87a1546f55604fef121b98f801f7c
|
3 |
+
size 196
|
coco_caption/pycocoevalcap/meteor/__pycache__/__init__.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d72af1fb31d58558b634473a17736517524b12f5c299d18d0d63268af262689f
|
3 |
+
size 195
|
coco_caption/pycocoevalcap/meteor/__pycache__/meteor.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f035ff7849192e00031b5b991890d2de1dc58fad1019656d54988e1d63dcd163
|
3 |
+
size 2541
|
coco_caption/pycocoevalcap/meteor/__pycache__/meteor.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdc9c3b077c8578dc0efae6b180c5ade311c0c44d1927e904b824bb896e0a3e6
|
3 |
+
size 2569
|
coco_caption/pycocoevalcap/meteor/data/paraphrase-en.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c147ac7d2c91f2fbb3ad31e4b352235061eb83145e0434daf217ee9ca5975f48
|
3 |
+
size 61813011
|
coco_caption/pycocoevalcap/meteor/meteor-1.5.jar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e57b4c72c0830ebe68558f1c799a624e96cbc1b6045c9f6330e26dcff6eafc2
|
3 |
+
size 6318693
|
coco_caption/pycocoevalcap/meteor/meteor.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64baf5f12fa8d9e65377d1a6cbb0269daf2df1a124ca5e8db133ad26680e7929
|
3 |
+
size 3356
|
coco_caption/pycocoevalcap/rouge/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d1098934cdf7b3e648c88708942987828d6eb1c4a0c64051570bd222566d4ed
|
3 |
+
size 23
|
coco_caption/pycocoevalcap/rouge/__pycache__/__init__.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dd3dd2ee600913984b7e1cec0bb066820c6eda1b164be86c523b02167c7c5af
|
3 |
+
size 197
|
coco_caption/pycocoevalcap/rouge/__pycache__/__init__.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3fdafffd12892031f5d57d61ae09afdcb48ade9fe02654d0cc89a740d6713a8
|
3 |
+
size 196
|
coco_caption/pycocoevalcap/rouge/__pycache__/rouge.cpython-37.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08617ee36b47f1ea93ad4d740ab7e5afb156d9ef4487ff1109c14ca22fc64ed2
|
3 |
+
size 3657
|
coco_caption/pycocoevalcap/rouge/__pycache__/rouge.cpython-38.pyc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:799f0525cda14c3b6471b23561b3d6dcb85670a4f7c5532285d28c740f2a7351
|
3 |
+
size 3672
|