Lovisa Hagström
commited on
Commit
·
73c27af
1
Parent(s):
246f8aa
Add model weights
Browse files- README.md +2 -0
- bert-clip-bert-trained +1 -0
- bert-lxmert-trained +1 -0
- bert-lxmert-trained-scratch +1 -0
- clip-bert +1 -0
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
This repo contains the model weights for the project described at https://github.com/lovhag/measure-visual-commonsense-knowledge.
|
bert-clip-bert-trained
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../reproduce-visual-commonsense-eval/models/data/model-weights/bert-clip-bert-trained
|
bert-lxmert-trained
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../reproduce-visual-commonsense-eval/models/data/model-weights/bert-lxmert-trained
|
bert-lxmert-trained-scratch
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../reproduce-visual-commonsense-eval/models/data/model-weights/bert-lxmert-trained-scratch
|
clip-bert
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../reproduce-visual-commonsense-eval/models/data/model-weights/clip-bert
|