feat: add models' source code (submodules)
This commit is contained in:
parent
b526b5be7a
commit
6862828b92
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[submodule "model/duet"]
|
||||||
|
path = model/duet
|
||||||
|
url = https://gitea.snsd0805.com/snsd0805/adversarial_VLNDUET.git
|
||||||
|
[submodule "model/airbert"]
|
||||||
|
path = model/airbert
|
||||||
|
url = https://gitea.snsd0805.com/snsd0805/adversarial_AIRBERT.git
|
||||||
|
[submodule "model/vlnbert"]
|
||||||
|
path = model/vlnbert
|
||||||
|
url = https://gitea.snsd0805.com/snsd0805/adversarial_VLNBERT.git
|
||||||
13
README.md
13
README.md
@ -1 +1,14 @@
|
|||||||
# found-not-found
|
# found-not-found
|
||||||
|
|
||||||
|
## Models
|
||||||
|
|
||||||
|
These are models' repo.
|
||||||
|
|
||||||
|
- VLN BERT: https://gitea.snsd0805.com/snsd0805/adversarial_VLNBERT
|
||||||
|
- AIR BERT: https://gitea.snsd0805.com/snsd0805/adversarial_AIRBERT
|
||||||
|
- VLN DUET: https://gitea.snsd0805.com/snsd0805/adversarial_VLNDUET
|
||||||
|
|
||||||
|
```
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|||||||
1
model/airbert
Submodule
1
model/airbert
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7fab347934a4eeaabf6403882e6b69271c104809
|
||||||
1
model/duet
Submodule
1
model/duet
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit b2dce6111efffd728419a83bfb6cc46070bd179b
|
||||||
1
model/vlnbert
Submodule
1
model/vlnbert
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2fba923103e0a890933740453842869988fa5fae
|
||||||
Loading…
Reference in New Issue
Block a user